@charset "UTF-8";

@media screen and (min-width: 992px) {

  body,
  html {
    height: 100%;
    margin: 0 auto;
    letter-spacing: 2px;
    font-size: 18px;
  }
}

@media screen and (max-width: 991px) {

  body,
  html {
    height: 100%;
    margin: 0 auto;
    letter-spacing: 2px;
    font-size: 15px;
  }
}

body {
  margin: 0;
  font-family: "Yu Gothic", sans-serif;
}

/* Windows OS用フォント */
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic"), url("/fonts/YuGothic.ttf") format("truetype");
}

/* iOS用フォント */
@font-face {
  font-family: "Hiragino Kaku Gothic ProN";
  src: local("Hiragino Kaku Gothic ProN"), url("/fonts/HiraginoKakuProN-W6.otf") format("opentype");
}

#page-stca {
  background-color: #282728;
}

/* iOS用フォントを指定 */
@media screen and (max-width: 480px) {
  body {
    font-family: "Hiragino Kaku Gothic ProN", sans-serif;
  }
}

h1 {
  font-size: 0.1em;
  float: left;
}

.container-wrap {
  zoom: 95%;
}

.site-logo {
  padding-top: 10px;
}

.site-logo img {
  height: 50px;
  width: auto;
  margin-top: -5px;
}

.tcenter {
  text-align: center;
  width: 100%;
}

#section-policy {
  padding: 0 20px;
  font-size: 12px;
}

#section-stca {
  padding: 0 20px;
  font-size: 12px;
}

#section-stca a {
  color: #fff;
}

#section-stca a:link {
  color: #fff;
}

#section-stca a:visited {
  color: #fff;
}

#section-stca a:hover {
  color: #fff;
}

#section-stca a:active {
  color: #fff;
}

.info-text {
  display: block;
}

.info-text h3 {
  font-size: 28px;
  font-weight: 700;
  border-radius: 20px;
  border: 10px solid #fff;
  display: inline-block;
  padding: 20px;
  margin: 20px 0 10px;
}

@media screen and (min-width: 992px) {
  .info-text p {
    font-size: 28px;
    display: inline-block;
    text-align: left !important;
    margin-left: 10px;
    width: 740px;
    vertical-align: middle;
  }
}

@media screen and (max-width: 991px) {
  .info-sp {
    padding: 0 10px;
  }

  .info-text p {
    font-size: 28px;
    display: inline-block;
    text-align: left !important;
    margin-left: 10px;
    width: auto;
    vertical-align: middle;
  }
}

.info-obi {
  background: url("../images/infobg.png") left 0px top 0px repeat-x;
  background-size: contain;
}

.info-announce {
  text-align: center;
}

.info-announce p {
  font-size: 23px;
}

.info-tel {
  font-size: 30px !important;
}

.info-button {
  background: #a91212;
  border-radius: 10px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 10px;
  padding: 1px 15px;
  width: 300px;
  font-size: 18px;
  text-align: center;
  margin: 0 auto;
  color: #fff;
}

.info-button a:link {
  color: #fff;
}

.info-button a:visited {
  color: #fff;
}

.info-button a:hover {
  color: #fff;
}

.info-button a:active {
  color: #fff;
}

.info-tel a:link {
  color: #fff;
}

.info-tel a:visited {
  color: #fff;
}

.info-tel a:hover {
  color: #fff;
}

.info-tel a:active {
  color: #fff;
}

@media screen and (min-width: 992px) {
  .site-header {
    background: #ff4d54;
    display: block;
    padding: 0px 20px;
    position: fixed;
    justify-content: space-between;
    width: 100%;
    z-index: 300;
    top: 0;
  }

  .sp_gnav {
    float: right;
    margin-right: 40px;
  }

  .ae-4 {
    width: 1050px;
    margin: 0 auto;
  }

  .splyzacup img {
    width: 100%;
  }

  #section-stca img {
    width: 900px;
  }
}

@media screen and (max-width: 991px) {
  .site-header {
    background: #ff4d54;
    display: block;
    padding: 0px 5px;
    position: fixed;
    justify-content: space-between;
    width: 100%;
    z-index: 300;
    top: 0;
  }

  .sp_gnav {
    float: right;
    margin-right: 20px;
  }

  .w100 img {
    width: 100%;
  }

  .splyzacup img {
    width: 100%;
  }

  #section-stca img {
    width: 100%;
  }
}

.splyzacup p {
  text-align: center;
}

.gnav {
  float: right;
  margin-right: 40px;
}

.gnav__menu {
  display: flex;
  padding-top: 3px;
  height: 20px;
  padding-inline-start: 0;
}

.gnav__menu li {
  list-style: none;
}

@media screen and (min-width: 992px) {
  .gnav__menu li:first-child {
    padding-left: 20px;
    background: url("../images/icon_05.png") left 0px top 3px no-repeat;
    background-size: 15px auto;
  }

  .gnav__menu li:nth-child(2) {
    padding-left: 20px;
    background: url("../images/icon_05.png") left 0px top 3px no-repeat;
    background-size: 15px auto;
  }

  .gnav__menu li:nth-child(3) {
    padding-left: 20px;
    background: url("../images/icon_07.png") left 0px top 3px no-repeat;
    background-size: 15px auto;
  }

  .gnav__menu li:nth-child(4) {
    padding-left: 20px;
    background: url("../images/icon_07.png") left 0px top 3px no-repeat;
    background-size: 15px auto;
  }
}

@media screen and (max-width: 991px) {
  .gnav__menu li:first-child {
    padding-left: 20px;
    background-size: 15px auto;
  }
}

.gnav__menu__item {
  margin-left: 20px;
  font-size: 14px;
}

.gnav__menu__item a {
  color: #fff;
  text-decoration: none;
}

.gnav__menu__item a:link {
  color: #fff;
}

.gnav__menu__item a:visited {
  color: #fff;
}

.gnav__menu__item a:hover {
  color: #fff;
}

.gnav__menu__item a:active {
  color: #fff;
}

.gnav__icon {
  position: relative;
  top: -10px;
  margin-left: 5px;
}

.gnav__icon img {
  width: 96%;
  height: auto;
}

.gnav__tw {
  padding-left: 15px;
}

@media screen and (min-width: 1075px) {
  .sp_gnav {
    display: none;
  }
}

@media screen and (max-width: 1075px) {
  .gnav {
    display: none;
  }
}

.cp_cont ol {
  list-style: none;
}

.cp_cont ul {
  list-style: none;
  margin-bottom: 300px;
}

.cp_cont a {
  text-decoration: none;
  color: inherit;
}

.cp_cont li .menu_img {
  width: 150px;
  margin: 20px;
}

.cp_offcm01 {
  position: fixed;
  top: 4px;
  right: 14px;
  display: inline-block;
  z-index: 302;
}

.cp_offcm01 .cp_menu {
  position: fixed;
  top: 0;
  right: -100vw;
  width: 260px;
  height: 100%;
  cursor: pointer;
  -webkit-transition: 0.53s transform;
  transition: 0.53s transform;
  -webkit-transition-timing-function: cubic-bezier(.38, .52, .23, .99);
  transition-timing-function: cubic-bezier(.38, .52, .23, .99);
  background-color: #1f1d1d;
  z-index: 301;
  overflow-y: scroll;
}

.cp_offcm01 .cp_menu ul {
  margin: 0 0 140px 0;
  padding: 0;
}

.cp_offcm01 .cp_menu li {
  list-style: none;
}

.cp_offcm01 .cp_menu li a {
  display: block;
  padding: 10px 20px;
  text-decoration: none;
  color: #ffffff;
  font-weight: 600;
  font-size: 16px;
}

.cp_offcm01 #cp_toggle01 {
  position: absolute;
  display: none;
  opacity: 0;
}

.cp_offcm01 #cp_toggle01:checked~.cp_menu {
  -webkit-transform: translateX(-100vw);
  transform: translateX(-100vw);
}

.cp_offcm01 #cp_toggle01~label {
  display: block;
  padding: 0.5em;
  cursor: pointer;
  -webkit-transition: 0.5s transform;
  transition: 0.5s transform;
  -webkit-transition-timing-function: cubic-bezier(.61, -0.38, .37, 1.27);
  transition-timing-function: cubic-bezier(.61, -0.38, .37, 1.27);
  text-align: center;
  color: #fff;
}

.cp_offcm01 #cp_toggle01:checked~label {
  -webkit-transform: translateX(-250px);
  transform: translateX(-250px);
}

.cp_offcm01 #cp_toggle01~label::before {
  content: '';
  display: inline-block;
  width: 43px;
  height: 43px;
  background-image: url('../images/drawer_menu.png');
  background-size: contain;
  vertical-align: middle;
}

.cp_offcm01 #cp_toggle01:checked~label::before {
  content: '';
  display: inline-block;
  width: 43px;
  height: 43px;
  background-image: url('../images/drawer_closed.png');
  background-size: contain;
  vertical-align: middle;
}

.cp_contents {
  color: #333333;
  text-align: center;
}

div#fix {
  box-sizing: border-box;
  color: #000;
  font-size: 5rem;
  display: block;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 1%;
}

@media screen and (min-width: 751px) {
  .parallax-bg {
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .img-bg-01 {
    background-image: url('../images/bg001.jpg');
    background-position: bottom;
    background-attachment: scroll;
  }

  .sp_text01 {
    display: none;
  }

  .text02 {
    text-align: center;
    font-size: 25px;
    font-weight: 500;
    text-shadow: 1px 2px 3px #000;
    color: #fff;
  }
}

.news-button {
  width: 100%;
  margin: 0 auto;
  display: flex;
}

.back-to-top {
  position: relative;
  background-color: #ff4d54;
  color: #fff;
  padding: 10px 15px;
  border-radius: 5px;
  text-decoration: none;
  font-size: 12px;
  width: 150px;
  margin: 50px auto 0 auto;
  text-align: center;
}

@media screen and (max-width: 750px) {
  .parallax-bg {
    background-attachment: scroll;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .img-bg-01 {
    background-image: url('../images/sp_bg001.jpg');
    background-position: top;
  }

  .text01 {
    display: none;
  }

  .text02 {
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    text-shadow: 1px 1px #000;
    color: #fff;
  }

  .text03 img {
    width: 90%;
    height: auto;
  }
}

.text01 {
  text-align: center;
  margin-top: 10%;
  font-size: 0.1em;
}

.text01 img {
  width: 400px;
  height: auto;
}

.sp_text01 {
  text-align: center;
  font-size: 0.4em;
  padding-top: 80px;
}

.sp_text01 img {
  width: 70%;
  height: auto;
}

.text03 {
  text-align: center;
  font-size: 20px;
  margin: -40px 0 40px 0;
  text-decoration: underline;
}

@media screen and (min-width: 992px) {
  h2 {
    position: relative;
    display: block;
    padding: 20px 45px;
    margin: 30px auto;
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-size: 28px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 2px;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
    background-color: #ff4d54;
    -webkit-transform: skewX(-10deg);
    -moz-transform: skewX(-10deg);
    -ms-transform: skewX(-10deg);
    -o-transform: skewX(-10deg);
    transform: skewX(-10deg);
    width: 600px;
    text-align: center;
    border: 2px solid #fff;
  }

  .case-thumb h2 {
    font-size: 23px;
    margin-bottom: 21px;
    text-align: center;
  }

  h2.policy {
    font-size: 50px;
    margin-bottom: 0px;
    text-align: center;
    padding-top: 80px;
  }

  h2.guide {
    font-size: 50px;
    margin-bottom: 0px;
    text-align: center;
    padding-top: 0;
  }

  #news-block {
    width: 1020px;
    margin: 100px auto;
  }

  .section {
    width: 1050px;
    margin: 0 auto;
  }

  .ae-5 {
    width: 1050px !important;
    overflow: hidden;
    padding-bottom: 310px !important;
  }

  .ae-5 img {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 991px) {
  h2 {
    position: relative;
    display: block;
    padding: 20px 45px;
    margin: 30px auto;
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-size: 28px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 2px;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
    background-color: #ff4d54;
    -webkit-transform: skewX(-10deg);
    -moz-transform: skewX(-10deg);
    -ms-transform: skewX(-10deg);
    -o-transform: skewX(-10deg);
    transform: skewX(-10deg);
    width: 60%;
    text-align: center;
  }

  h2.policy {
    font-size: 20px;
    margin-bottom: 0px;
    text-align: center;
    padding-top: 80px;
  }

  h2.guide {
    font-size: 50px;
    margin-bottom: 0px;
    text-align: center;
    padding-top: 0;
  }

  #news-block {
    width: 100%;
    margin: 100px auto;
  }

  #guide-wrap {
    padding: 0 20px;
  }

  #guide-wrap img {
    width: 100%;
    height: auto;
  }
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt80 {
  margin-top: 50px !important;
}

.img-bg-02 {
  background: #ff4d54;
}

.img-bg-02 h2 {
  margin-bottom: 0px;
}

.img-bg-02 h3 {
  font-size: 30px;
  color: #fae232;
  text-align: center;
}

.img-bg-02 h3 span {
  font-size: 50px;
}

@media screen and (min-width: 992px) {
  .img-bg-02 .wrapper {
    margin: 0 auto;
    width: 515px;
  }

  .img-bg-02 p {
    font-size: 18px;
    text-align: left;
    width: 1000px;
    margin: 0 auto;
    padding: 40px 0;
  }

  .img-bg-02 section {
    display: inline-block;
    border: 1px solid #fff;
    text-align: center;
    padding: 0 10px;
  }

  .img-bg-02 section.case {
    display: inline-block;
    text-align: center;
    padding: 20px 10px 0 10px;
    border: 1px solid #fff;
    height: 220px;
    vertical-align: top;
  }

  .img-bg-02 .pc-none {
    display: none !important;
  }

  .img-bg-07 .pc-none {
    display: none !important;
  }

  .case-wrapper {
    width: 1050px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 991px) {
  .br-none {
    display: none;
  }

  .img-bg-02 .ovr-hid {
    overflow: hidden;
  }

  .img-bg-02 .wrapper {
    margin: 0 auto;
    width: 325px;
    text-align: center;
    overflow: hidden;
  }

  .img-bg-02 p {
    font-size: 14px;
    text-align: left;
    width: auto;
    margin: 0 auto;
    padding: 20px;
  }

  .img-bg-02 section {
    display: table-cell;
    border: 1px solid #fff;
    text-align: center;
    width: 20%;
    margin: 10px -1%;
  }

  .img-bg-02 section.case {
    display: table-cell;
    text-align: center;
    width: 20%;
    margin: 0;
    border: 1px solid #fff;
    padding-top: 18px;
  }

  .img-bg-02 .sp-none {
    display: none;
  }

  .img-bg-02 .centering img {
    width: 100%;
  }

  .d-block {
    display: block;
  }
}

.img-bg-02 section p {
  font-size: 17px;
  margin-top: 0px;
}

.img-bg-02 .centering {
  text-align: center;
}

.img-bg-02 .detailbutton {
  background: #fff;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 6px 10px;
  width: 66px;
  font-size: 12px;
  text-align: center;
  margin: 0 auto 20px auto;
  color: #fff;
}

.img-bg-02 .detailbutton a {
  color: #000;
  text-decoration: none;
}

.img-bg-02 .detailbutton a:link {
  color: #000;
}

.img-bg-02 .detailbutton a:visited {
  color: #000;
}

.img-bg-02 .detailbutton a:hover {
  color: #000;
}

.img-bg-02 .detailbutton a:active {
  color: #000;
}

.img-bg-03 {
  background-image: url('../images/bg003.jpg');
}

.img-bg-03 h2 {
  margin-bottom: 0px;
}

@media screen and (min-width: 992px) {
  .img-bg-03 .obi {
    color: #000;
    background: #fff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    margin: 0px auto;
    padding: 10px 0;
    width: 850px;
  }

  .newsarea {
    color: #000;
    background: #fff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    margin: 0px 20% 10px 20%;
    padding: 10px 0;
    opacity: 0.9;
  }

  .newsarea h3 {
    font-size: 18px;
    padding-left: 50px;
    line-height: 10px;
    color: #ff0000;
  }

  .newsarea ul {
    margin: 0;
  }

  .newsarea li {
    font-size: 16px;
    margin: 0 35px;
  }

  .img-bg-03 .pc-none {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .img-bg-03 .obi {
    color: #000;
    background: #fff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    margin: 0px 10px 10px 10px;
    padding: 10px 20px;
  }

  .newsarea {
    color: #000;
    background: #fff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    margin: 0px 10px 10px 10px;
    padding: 10px 20px;
    opacity: 0.9;
  }

  .newsarea h3 {
    font-size: 18px;
    padding-left: 20px;
    line-height: 10px;
    color: #ff0000;
  }

  .newsarea ul {
    margin: 0;
  }

  .newsarea li {
    font-size: 16px;
    margin: 0 5px;
  }

  .img-bg-03 .sp-none {
    display: none;
  }

  .img-bg-03 .ovr-hid {
    overflow: hidden;
    text-align: center;
  }

  .img-bg-03 section {
    display: block;
    text-align: center;
    width: 95%;
    margin: 0 auto;
  }

  .img-bg-03 section img {
    width: 100%;
  }
}

.img-bg-03 .obi p {
  font-size: 15px;
}

.img-bg-03 p {
  font-size: 18px;
  text-align: center;
}

.img-bg-03 p span {
  border-bottom: solid 3px #ff0000;
}

.img-bg-03 .centering {
  text-align: center;
}

@media screen and (min-width: 992px) {
  .img-bg-03 img {
    width: auto;
    height: 550px;
  }
}

@media screen and (max-width: 991px) {
  .img-bg-03 img {
    width: auto;
    height: auto;
  }
}

.img-bg-04 {
  background-image: url('../images/bg004.jpg');
}

@media screen and (min-width: 992px) {
  .img-bg-04 .wrapper {
    margin: 0 auto;
    padding: 50px 0;
    width: 1162px;
  }

  .img-bg-04 .content01 {
    display: inline-block;
    width: 300px;
  }

  .img-bg-04 .content02 {
    display: inline-block;
    width: 820px;
    text-align: right;
  }

  .img-bg-04 p {
    font-size: 31px;
    font-weight: 900;
  }
}

@media screen and (max-width: 991px) {
  .img-bg-04 .wrapper {
    margin: 0 auto;
    padding: 50px 0;
    width: auto;
  }

  .img-bg-04 .content01 {
    display: block;
    width: auto;
    text-align: center;
  }

  .img-bg-04 .content02 {
    display: block;
    width: auto;
    text-align: left;
  }

  .img-bg-04 .content02 img {
    width: 100%;
  }

  .img-bg-04 p {
    font-size: 20px;
    font-weight: 900;
  }
}

.img-bg-04 h2 {
  margin-bottom: 0;
  text-align: right;
}

.img-bg-05 {
  background-image: url('../images/bg005.jpg');
}

.img-bg-05 p {
  font-size: 20px;
  text-align: center;
}

@media screen and (min-width: 992px) {
  .img-bg-05 h2 {
    margin-bottom: 0;
    font-size: 55px;
    text-align: center;
  }

  .img-bg-05 .textbox {
    width: 1140px;
    margin: 0 auto 30px auto;
  }

  .img-bg-05 .textbox section {
    display: inline-block;
    width: 350px;
    vertical-align: top;
  }

  .img-bg-05 .guide section.block02 {
    display: inline-block;
    width: 500px;
    padding-left: 40px;
  }

  .img-bg-05 .guide {
    width: 1160px;
    margin: 0 auto;
  }

  .img-bg-05 .guide section.block01 {
    display: inline-block;
    width: 580px;
  }
}

@media screen and (max-width: 991px) {
  .img-bg-05 h2 {
    margin-bottom: 0;
    font-size: 30px;
    text-align: center;
  }

  .img-bg-05 .textbox {
    width: auto;
    margin: 0 auto;
  }

  .img-bg-05 .textbox section {
    display: inline-block;
    width: auto;
    vertical-align: super;
    padding: 0 20px;
  }

  .img-bg-05 .guide section.block02 {
    display: inline-block;
    width: 100%;
    padding-left: 0;
  }

  .img-bg-05 .guide {
    width: auto;
    margin: 0 auto;
  }

  .img-bg-05 .guide img {
    width: 100%;
  }

  .img-bg-05 .guide section.block01 {
    display: inline-block;
    width: auto;
  }
}

.img-bg-05 h3 {
  font-size: 19px;
  line-height: 0.9em;
  text-align: center;
}

.img-bg-05 h4 {
  font-size: 29px;
  line-height: 1.1em;
}

.img-bg-05 .centering {
  text-align: center;
}

.img-bg-05 section p {
  font-size: 17px;
  text-align: left;
}

.img-bg-06 {
  background-image: url('../images/bg006.jpg');
}

@media screen and (min-width: 992px) {
  .img-bg-06 h2 {
    margin-bottom: 40px;
  }

  .img-bg-06 .img-block02 {
    display: none;
  }

  .img-bg-06 p {
    font-size: 18px;
    text-align: center;
  }
}

@media screen and (max-width: 991px) {
  .img-bg-06 h2 {
    margin-bottom: 20px;
    font-size: 29px;
  }

  .img-bg-06 .img-block01 {
    display: none;
  }

  .img-bg-06 img {
    width: 100%;
  }

  .img-bg-06 p {
    font-size: 18px;
    text-align: center;
  }
}

.img-bg-06 .centering {
  text-align: center;
}

.img-bg-07 {
  background: #ffdfe1;
}

.img-bg-07 table tr {
  font-size: 16px;
  border: 1px solid #d2ccc2;
}

.img-bg-07 table th {
  background: #e2dfd9;
  padding: 10px;
}

.img-bg-07 table td {
  background: #fff;
  padding: 20px;
}

@media screen and (min-width: 992px) {
  .img-bg-07 .wrapper .mac-image {
    position: relative;
    left: 0px;
    top: 54px;
    margin-bottom: 70px;
  }

  .img-bg-07 .wrapper {
    margin: 0 auto;
    width: 1310px;
  }

  .img-bg-07 .wrapper .content01 {
    display: inline-block;
    width: 780px;
  }

  .img-bg-07 .wrapper .content02 {
    display: inline-block;
    width: 500px;
  }

  .img-bg-07 .wrapper .textbox {
    width: 500px;
  }

  .img-bg-07 h2 {
    font-size: 25px;
    text-align: center;
    color: #fff;
  }

  .img-bg-07 section {
    display: inline-block;
    width: 233px;
  }

  .img-bg-07 img {
    text-align: center;
  }

  .img-bg-07 section h3 {
    font-size: 20px;
  }
}

@media screen and (max-width: 991px) {
  .img-bg-07 .wrapper .mac-image {
    display: none;
  }

  .img-bg-07 .wrapper {
    margin: 0 auto;
    width: auto;
  }

  .img-bg-07 .wrapper .content01 {
    display: none;
    width: auto;
  }

  .img-bg-07 .wrapper .content02 {
    display: block;
    width: auto;
  }

  .img-bg-07 .wrapper .textbox {
    width: auto;
  }

  .img-bg-07 h2 {
    margin-bottom: 20px;
    font-size: 25px;
    text-align: center;
  }

  .img-bg-07 section {
    display: block;
    width: auto;
    background: #fff;
  }

  .img-bg-07 img {
    width: 100%;
  }

  .img-bg-07 section h3 {
    font-size: 16px;
    margin-top: -15px;
    padding-bottom: 20px;
    text-align: center;
  }
}

.img-bg-07 p {
  font-size: 20px;
}

.img-bg-07 section h3.feature01 {
  padding-left: 32px;
  background: url("../images/feature02.png") left 0px top 3px no-repeat;
  background-size: 27px auto;
}

.img-bg-07 section h3.feature02 {
  padding-left: 32px;
  background: url("../images/feature01.png") left 0px top 3px no-repeat;
  background-size: 27px auto;
}

.img-bg-07 section h3.feature03 {
  padding-left: 20px;
  background: url("../images/feature04.png") left 0px top 3px no-repeat;
  background-size: 15px auto;
}

.img-bg-07 section h3.feature04 {
  padding-left: 32px;
  background: url("../images/feature03.png") left 0px top 0px no-repeat;
  background-size: 27px auto;
}

.img-bg-07 section p {
  font-size: 17px;
}

.img-bg-08 {
  background-image: url('../images/bg008.jpg');
}

.img-bg-10 {
  background-image: url('../images/bg010.jpg');
}

.img-bg-11 {
  background-image: url('../images/bg011.jpg');
}

.img-bg-12 {
  background-image: url('../images/bg012.jpg');
}

.img-bg-13 {
  background-image: url('../images/bg013.jpg');
}

@media screen and (min-width: 992px) {
  .img-bg-10 h2 {
    font-size: 45px;
    margin-bottom: 30px;
  }

  #interview .wrapper {
    margin: 0 auto;
    width: 1020px;
    display: flex;
  }

  #interview .wrapper02 {
    margin: 0 auto;
    width: 1180px;
    text-align: center;
  }

  #interview .wrapper02 a {
    color: #fff;
    text-decoration: none;
  }

  #interview .wrapper02 a:link {
    color: #fff;
  }

  #interview .wrapper02 a:visited {
    color: #fff;
  }

  #interview .wrapper02 a:hover {
    color: #fff;
  }

  #interview .wrapper02 a:active {
    color: #fff;
  }

  #interview section {
    display: grid;
    width: 100%;
    margin: 0 10px 20px;
    vertical-align: top;
    border: 1px solid #494139;
    border-radius: 5px;
    background: #fff;
    padding: 25px 15px 0px;
  }

  #interview h3 {
    font-size: 17px;
    text-align: center;
    line-height: 1.4em;
    padding: 0 10px;
    margin: 0;
    font-weight: 600;
  }

  #interview section img {
    width: 200px;
    height: auto;
    margin: 0 auto;
  }

  #interview section img.ipad {
    width: 200px;
    height: auto;
    margin: 0 auto;
  }

  #interview section p {
    padding: 0 20px 10px 20px;
  }

  #interview p {
    font-size: 17px;
  }

  #features .wrapper {
    margin: 0 auto;
    width: 1020px;
    display: block;
  }

  #features section {
    display: inline-block;
    width: 100%;
    margin: 0 10px 30px;
    vertical-align: top;
    border: 1px solid #494139;
    border-radius: 5px;
    background: #fff;
  }

  #features h3 {
    font-size: 20px;
    text-align: center;
    padding: 0;
    margin-top: -20px;
  }

  #features section img {
    width: 100%;
    height: auto;
  }

  #features section p {
    padding: 0 20px 10px 20px;
  }

  #features p {
    font-size: 17px;
  }
}

@media screen and (max-width: 991px) {
  .img-bg-10 h2 {
    font-size: 27px;
    margin-bottom: 30px;
  }

  #interview .wrapper {
    margin: 0 auto;
    width: auto;
    text-align: left;
  }

  #interview .wrapper img {
    width: 50%;
    height: auto;
  }

  #interview .wrapper img.ipad {
    width: 80%;
    height: auto;
  }

  #interview .wrapper02 img {
    width: 100%;
    height: auto;
  }

  #interview .wrapper02 a {
    color: #fff;
    text-decoration: none;
  }

  #interview .wrapper02 a:link {
    color: #fff;
  }

  #interview .wrapper02 a:visited {
    color: #fff;
  }

  #interview .wrapper02 a:hover {
    color: #fff;
  }

  #interview .wrapper02 a:active {
    color: #fff;
  }

  #interview section {
    display: list-item;
    border: 1px solid #494139;
    border-radius: 5px;
    background: #fff;
    margin: 0 40px 20px;
    list-style: none;
    text-align: center;
  }

  #interview h3 {
    font-size: 18px;
    text-align: center;
    padding: 0;
    margin-top: 20px;
    font-weight: 500;
    margin: 10px 10px 0 !important;
  }

  #interview p {
    font-size: 14px;
    margin-top: -10px;
    padding: 0 10px;
  }
}

@media screen and (min-width: 992px) {
  #howto .wrapper {
    margin: 0 auto;
    width: 1020px;
  }

  #howto .wrapper02 {
    margin: 0 auto;
    width: 1180px;
    text-align: center;
  }

  #howto .wrapper02 a {
    color: #fff;
    text-decoration: none;
  }

  #howto .wrapper02 a:link {
    color: #fff;
  }

  #howto .wrapper02 a:visited {
    color: #fff;
  }

  #howto .wrapper02 a:hover {
    color: #fff;
  }

  #howto .wrapper02 a:active {
    color: #fff;
  }

  #howto section {
    display: inline-block;
    width: 490px;
    margin: 0 10px;
    vertical-align: top;
    border: 1px solid #494139;
    border-radius: 5px;
    background: #fff;
  }

  #howto h3 {
    font-size: 20px;
    text-align: center;
    padding: 0;
    margin: 0;
  }

  #howto section img {
    width: 100%;
  }

  #howto section p {
    padding: 0 20px 10px 20px;
  }

  #howto p {
    font-size: 17px;
  }
}

@media screen and (max-width: 991px) {
  #howto .wrapper {
    margin: 0 auto;
    width: auto;
    text-align: left;
  }

  #howto .wrapper img {
    width: 100%;
  }

  #howto .wrapper02 img {
    width: 100%;
  }

  #howto .wrapper02 a {
    color: #fff;
    text-decoration: none;
  }

  #howto .wrapper02 a:link {
    color: #fff;
  }

  #howto .wrapper02 a:visited {
    color: #fff;
  }

  #howto .wrapper02 a:hover {
    color: #fff;
  }

  #howto .wrapper02 a:active {
    color: #fff;
  }

  #howto section {
    display: inline-block;
    border: 1px solid #494139;
    border-radius: 5px;
    background: #fff;
  }

  #howto h3 {
    font-size: 18px;
    text-align: center;
    padding: 0;
    margin-top: -20px;
  }

  #howto p {
    font-size: 14px;
    margin-top: -10px;
    padding: 0 10px;
  }
}

@media screen and (min-width: 992px) {
  .img-bg-09 {
    background: #ffdfe1;
  }
}

@media screen and (max-width: 991px) {
  .img-bg-09 {
    background: #ffdfe1;
  }
}

.img-bg-09 .banner img {
  width: 80%;
  height: auto;
}

.img-bg-09 .centering {
  text-align: center;
  margin-top: 50px;
}

.img-bg-01 a {
  color: #fff;
  text-decoration: none;
}

.img-bg-01 a:link {
  color: #fff;
}

.img-bg-01 a:visited {
  color: #fff;
}

.img-bg-01 a:hover {
  color: #fff;
}

.img-bg-01 a:active {
  color: #fff;
}

.img-bg-01 .infobutton01 {
  background: #636b7a;
  border-radius: 10px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 10px;
  padding: 1px 15px;
  width: 210px;
  font-size: 18px;
  text-align: center;
  margin: 0 auto;
  color: #fff;
}

.img-bg-01 .infobutton02 {
  background: #ff4d54;
  border-radius: 10px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 10px;
  padding: 1px 15px;
  width: 210px;
  font-size: 18px;
  text-align: center;
  margin: 0 auto;
  color: #fff;
}

@media screen and (min-width: 992px) {
  .img-bg-09 .wrapper {
    margin: 0 auto;
    width: 310px;
  }

  .img-bg-09 section {
    display: inline-block;
    font-size: 16px;
    width: 310px;
    text-align: center;
    line-height: 2em;
  }
}

@media screen and (max-width: 991px) {
  .img-bg-09 .wrapper {
    margin: 0 auto;
    width: auto;
    text-align: center;
  }

  .img-bg-07 .sp-none {
    display: none;
  }

  .img-bg-09 .sp-none {
    display: none;
  }

  .img-bg-09 section {
    display: block;
    font-size: 16px;
    width: 310px;
    text-align: center;
    line-height: 2.5em;
    margin: 0 auto;
  }
}

@media screen and (min-width: 992px) {
  #fixed_right_banner {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 302;
  }

  #fixed_right_banner>* {
    width: 65px;
  }

  #fixed_right_banner>*~* {
    margin-top: 10px;
  }

  #fixed_right_banner>a {
    display: block;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease;
  }

  #fixed_right_banner>a:hover {
    opacity: .8;
  }

  #fixed_right_banner a {
    color: #fff;
    text-decoration: none;
  }

  #fixed_right_banner a:link {
    color: #fff;
  }

  #fixed_right_banner a:visited {
    color: #fff;
  }

  #fixed_right_banner a:hover {
    color: #fff;
  }

  #fixed_right_banner a:active {
    color: #fff;
  }

  #fixed_right_banner .float_banner01 {
    color: #fff;
    background: #009999;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    padding: 10px 0;
    width: 180px;
    text-align: center;
  }

  #fixed_right_banner .float_banner02 {
    color: #fff;
    background: #cc3366;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    padding: 10px 0;
    width: 180px;
    text-align: center;
  }

  #fixed_right_banner .float_banner03 {
    color: #fff;
    background: #a91212;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    padding: 10px 0;
    width: 180px;
    text-align: center;
  }
}

@media screen and (max-width: 991px) {
  #fixed_right_banner {
    position: fixed;
    bottom: 5px;
    right: 0px;
    z-index: 302;
    width: 98%;
    margin: 0 auto;
  }

  #fixed_right_banner>* {
    width: 100%;
  }

  #fixed_right_banner>*~* {
    margin-top: 10px;
  }

  #fixed_right_banner>a {
    display: block;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease;
  }

  #fixed_right_banner>a:hover {
    opacity: .8;
  }

  #fixed_right_banner a {
    color: #fff;
    text-decoration: none;
  }

  #fixed_right_banner a:link {
    color: #fff;
  }

  #fixed_right_banner a:visited {
    color: #fff;
  }

  #fixed_right_banner a:hover {
    color: #fff;
  }

  #fixed_right_banner a:active {
    color: #fff;
  }

  #fixed_right_banner .float_banner01 {
    display: inline-block;
    color: #fff;
    background: #009999;
    padding: 10px 0;
    width: 48%;
    text-align: center;
    font-size: 12px;
  }

  #fixed_right_banner .float_banner02 {
    display: none;
    color: #fff;
    background: #cc3366;
    padding: 10px 0;
    width: 48%;
    text-align: center;
    font-size: 12px;
  }

  #fixed_right_banner .float_banner03 {
    display: inline-block;
    color: #fff;
    background: #a91212;
    padding: 10px 0;
    width: 48%;
    text-align: center;
    font-size: 12px;
  }
}

.vertical01 {
  animation: vertical_3759 2.44s ease infinite;
  transform-origin: 50% 50%;
}

@keyframes vertical_3759 {
  0% {
    transform: translate(0, -3px)
  }

  3.27869% {
    transform: translate(0, 3px)
  }

  6.55738% {
    transform: translate(0, -3px)
  }

  9.83606% {
    transform: translate(0, 3px)
  }

  13.11475% {
    transform: translate(0, -3px)
  }

  16.39344% {
    transform: translate(0, 3px)
  }

  18.03279% {
    transform: translate(0, 0)
  }

  100% {
    transform: translate(0, 0)
  }
}

.vertical02 {
  animation: vertical_1886 4.44s ease infinite;
  transform-origin: 50% 50%;
}

@keyframes vertical_1886 {
  0% {
    transform: translate(0, -3px)
  }

  1.8018% {
    transform: translate(0, 3px)
  }

  3.6036% {
    transform: translate(0, -3px)
  }

  5.4054% {
    transform: translate(0, 3px)
  }

  7.20721% {
    transform: translate(0, -3px)
  }

  9.00901% {
    transform: translate(0, 3px)
  }

  9.90991% {
    transform: translate(0, 0)
  }

  100% {
    transform: translate(0, 0)
  }
}

.vertical03 {
  animation: vertical_6675 1.22s ease infinite;
  transform-origin: 50% 50%;
}

@keyframes vertical_6675 {
  0% {
    transform: translate(0, -3px)
  }

  3.27869% {
    transform: translate(0, 3px)
  }

  6.55738% {
    transform: translate(0, -3px)
  }

  9.83606% {
    transform: translate(0, 3px)
  }

  13.11475% {
    transform: translate(0, -3px)
  }

  16.39344% {
    transform: translate(0, 3px)
  }

  18.03279% {
    transform: translate(0, 0)
  }

  100% {
    transform: translate(0, 0)
  }
}

@media screen and (min-width: 992px) {
  footer .pc-none {
    display: none;
  }

  footer .footer01 {
    padding: 30px 20px 20px;
    background: #ff4d54;
    color: #fff;
  }

  footer .footer02 {
    background: #d11431;
    color: #fff;
    padding: 10px 0;
  }

  footer .footer02 .link {
    font-size: 16px;
    text-align: center;
  }
}

@media screen and (max-width: 991px) {
  footer .sp-none {
    display: none;
  }

  footer .footer01 {
    padding: 20px;
    background: #ff4d54;
    color: #fff;
  }

  footer .footer02 {
    background: #d11431;
    color: #fff;
    padding: 10px 20px;
  }

  footer .footer02 .link {
    font-size: 16px;
    text-align: center;
  }

  footer .footer02 ul {
    list-style-type: square;
  }
}

footer .company {
  font-size: 25px;
  line-height: 0.3em;
}

footer .footer03 {
  background: #86090e;
  color: #fff;
  padding: 10px 0;
}

@media screen and (min-width: 992px) {
  footer .footer03 .copy {
    font-size: 16px;
    text-align: center;
  }
}

@media screen and (max-width: 991px) {
  footer .footer03 .copy {
    font-size: 12px;
    text-align: center;
  }
}

footer a {
  color: #fff;
  text-decoration: none;
}

footer a:link {
  color: #fff;
}

footer a:visited {
  color: #fff;
}

footer a:hover {
  color: #fff;
}

footer a:active {
  color: #fff;
}

@media screen and (min-width: 992px) {
  #plan table {
    width: 100%;
  }

  #plan h3 {
    color: #ffffff;
    margin: 0 0 10px 0;
    font-size: 23px;
    text-align: left;
  }

  #plan th {
    padding: 10px;
    background: #666;
    color: #fff;
    font-size: 13px;
  }

  #plan td {
    padding: 10px;
    font-size: 15px;
    background: #fff;
    color: #888;
  }

  #plan form {
    width: 850px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 991px) {
  #plan table {
    width: auto;
  }

  #plan h3 {
    color: #ffffff;
    margin: 0 0 10px 0;
    font-size: 23px;
    text-align: left;
  }

  #plan th {
    padding: 10px;
    background: #666;
    color: #fff;
    font-size: 13px;
  }

  #plan td {
    padding: 10px;
    font-size: 15px;
    background: #fff;
    color: #888;
  }

  #plan form {
    width: auto;
    margin: 0 auto;
  }
}

/* ボタン全体 */
.flowbtn17 {
  border-radius: 50%;
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  font-size: 30px;
  text-decoration: none;
  transition: .5s;
  background-color: #444;
  color: #fff;
}

/* ボタンマウスホバー時のテキスト指定 */
.flowbtn17:hover {
  text-decoration: none;
}

/* アイコンをど真ん中に */
.flowbtn17 i {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* Twitterマウスホバー時 */
.flowbtn17.fl_tw2:hover {
  background: linear-gradient(135deg, #13f1fc 0%, #0470dc 100%);
}

/* Instagramマウスホバー時 */
.flowbtn17.insta_btn2:hover {
  background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
}

/* Facebookマウスホバー時 */
.flowbtn17.fl_fb2:hover {
  background: -webkit-linear-gradient(top, #5c80c6 0%, #34528c 74%);
  background: linear-gradient(to bottom, #5c80c6 0%, #34528c 74%);
}

/* Feedlyマウスホバー時 */
.flowbtn17.fl_fd2:hover {
  background: linear-gradient(135deg, #b1ea4d 0%, #459522 100%);
  font-size: 28px;
}

/* Pocketマウスホバー時 */
.flowbtn17.fl_pk2:hover {
  background: linear-gradient(135deg, #f36265 0%, #dd4f68 100%);
}

/* はてブアイコンのサイズ */
.flowbtn17.fl_hb2 {
  font-size: 25px;
}

/* はてブマウスホバー時 */
.flowbtn17.fl_hb2:hover {
  background: -webkit-linear-gradient(top, #1fbccd 0%, #1c91d4 84%);
  background: linear-gradient(to bottom, #1fbccd 0%, #1c91d4 84%);
}

/* YouTubeマウスホバー時 */
.flowbtn17.fl_yu2:hover {
  background: linear-gradient(135deg, #f5515f 0%, #c9293c 100%);
}

/* LINEマウスホバー時 */
.flowbtn17.fl_li2:hover {
  background: linear-gradient(135deg, #3a9278 0%, #00c300 100%);
}

/* お問い合わせマウスホバー時 */
.flowbtn17.fl_ma2:hover {
  background: linear-gradient(135deg, #fad961 0%, #f76b1c 100%);
}

/* ulタグの内側余白を０にする */
ul.snsbtniti2 {
  padding: 0 !important;
}

/* ボタン全体の位置 */
.snsbtniti2 {
  display: flex;
  flex-flow: row wrap;
}

/* ボタン同士の余白 */
.snsbtniti2 li {
  flex: 0 0 48%;
  text-align: center !important;
}

.snsarea {
  width: 330px;
  margin: 0 auto 70px;
}

.snsbtniti {
  font-size: 38px;
}

.snsbtniti li {
  display: inline-block;
}

.fa-brands {
  color: #ff4d54;
}

@media screen and (min-width: 992px) {
  .apple-watch {
    width: 100%;
    margin-bottom: 50px;
    text-align: center;
  }

  .apple-watch img {
    width: 800px;
    margin-top: 40px;
  }

  .fig-box {
    width: 1000px;
    margin: 0 auto;
  }

  .fig-iphone {
    display: flex;
  }

  .fig-iphone img {
    width: 1000px;
    margin: 0 auto;
    padding-top: 50px;
  }

  .fig-iphone p {
    color: #fff;
    font-size: 16px;
  }
}

@media screen and (max-width: 991px) {
  .apple-watch {
    width: 100%;
    margin-bottom: 50px;
    text-align: center;
  }

  .apple-watch img {
    width: 100%;
    margin-top: 40px;
  }

  .fig-box {
    width: auto;
    margin: 0 auto;
  }

  .fig-iphone {
    display: block;
    padding: 0 20px;
  }

  .fig-iphone img {
    width: 100%;
    margin: 0 auto;
    padding-top: 20px;
  }

  .fig-iphone p {
    color: #fff;
    font-size: 16px;
    margin-top: -20px;
    padding: 20px 0 20px;
  }
}

.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}

.youtube iframe {
  width: 100%;
  height: 100%;
}

.infobutton04 {
  background: linear-gradient(-45deg, transparent 15px, #666 0) right, linear-gradient(135deg, transparent 15px, #666 0) left;
  background-size: 51% 90%;
  background-repeat: no-repeat;
  padding: 1px 5px;
  width: 210px;
  font-size: 14px;
  text-align: center;
  margin: 50px auto;
  color: #fff;
}

.infobutton04 p {
  line-height: 2.5em !important;
  margin-bottom: 15px !important;
  padding-left: 20px;
}

.infobutton04 a {
  color: #fff;
  text-decoration: none;
}

.infobutton04 a:link {
  color: #fff;
}

.infobutton04 a:visited {
  color: #fff;
}

.infobutton04 a:hover {
  color: #fff;
}

.infobutton04 a:active {
  color: #fff;
}

.infobutton04 a::after {
  content: url('../images/arrow06.png');
  position: relative;
  display: inline-block;
  width: 50px;
  top: -43px;
  float: left;
}

@media screen and (min-width: 992px) {
  .banner-wrapper {
    margin: 0 auto;
    width: 572px;
  }

  .banner-wrapper section {
    display: inline-block;
    font-size: 16px;
    width: 270px;
    text-align: center;
    line-height: 2em;
    color: #fff;
  }
}

@media screen and (max-width: 991px) {
  .banner-wrapper {
    margin: 0 auto 100px auto;
    width: auto;
    text-align: center;
  }

  .banner-wrapper section {
    display: block;
    font-size: 16px;
    width: 270px;
    text-align: center;
    line-height: 2.5em;
    margin: 0 auto;
    color: #fff;
  }
}

@media screen and (max-width: 991px) {

  .policy {
    background-image: url("../images/bg_header.png"), url("../images/bg_bottom.png");
    background-repeat: no-repeat, no-repeat;
    background-position: top left, bottom right;
    background-size: 40%, 20%;
    padding-bottom: 150px;
  }

  .policyarea {
    color: #000;
    width: auto;
    margin: 0 auto;
    padding: 20px;
    background: #000;
    background-size: 51% 100%;
    background-repeat: no-repeat;
  }

  .policy h3 {
    font-size: 25px;
    color: #ffffff;
    font-weight: 200;
    font-family: monospace;
    border-bottom: solid #fff 2px;
    display: block;
    width: auto;
    margin: 0 auto 50px;
    padding: 150px 0 0;
    text-align: center;
    line-height: 2.0em;
  }

  .policy h4 {
    font-size: 22px;
    color: #ffffff;
    text-align: center;
    font-weight: 100;
  }

  .policy h5 {
    font-size: 18px;
    color: #ffffff;
    font-weight: bold;
    line-height: 0em;
    padding-top: 40px;
  }

  .policy p {
    font-size: 15px !important;
    color: #ffffff;
    font-weight: 100;
  }

}

@media screen and (min-width: 992px) {

  .policy {
    background-image: url("../images/bg_header.png"), url("../images/bg_bottom.png");
    background-repeat: no-repeat, no-repeat;
    background-position: top left, bottom right;
    background-size: 40%, 20%;
    padding-bottom: 150px;
  }

  .policyarea {
    color: #000;
    width: 1000px;
    margin: 0 auto;
    padding: 50px;
    background: #000;
    background-size: 51% 100%;
    background-repeat: no-repeat;
  }

  .policy h3 {
    font-size: 25px;
    color: #ffffff;
    font-weight: 200;
    font-family: monospace;
    border-bottom: solid #fff 2px;
    display: block;
    width: 300px;
    margin: 0 auto 50px;
    padding: 150px 0 0;
    text-align: center;
    line-height: 2.0em;
  }

  .policy h4 {
    font-size: 22px;
    color: #ffffff;
    text-align: center;
    font-weight: 100;
  }

  .policy h5 {
    font-size: 18px;
    color: #ffffff;
    font-weight: bold;
    line-height: 0em;
    padding-top: 40px;
  }

  .policy p {
    font-size: 15px !important;
    color: #ffffff;
    font-weight: 100;
  }

}