@charset "UTF-8";

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

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");
}

/* 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: 15px;
  padding-bottom: 10px;
}

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

.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;
}

#page-case {
  background: #282728;
}

.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;
}

.yellow-button {
  background: #fff;
  padding: 15px 20px;
  margin-left: 20px;
  color: #18a3f2 !important;
  font-size: 120%;
  font-weight: 700;
  border-radius: 8px;
}

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

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

@media screen and (min-width: 992px) {
  .menu-wrap {
    width: 1000px;
    margin: 0 auto;
  }

  .campaign-img {
    width: 850px;
    margin: 0 auto;
  }

  .campaign-txt {
    width: 850px;
    margin: 0 auto;
    padding: 50px;
  }

  .hamburger {
    display: block;
    position: fixed;
    z-index: 3;
    right: 15px;
    top: 22px;
    width: 42px;
    height: 42px;
    cursor: pointer;
    text-align: center;
  }

  .hamburger span {
    display: block;
    position: fixed;
    width: 40px;
    height: 3px;
    right: 20px;
    border-radius: 2px;
    background: #fff;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }

  .hamburger span:nth-child(1) {
    top: 23px;
    right: 36px;
  }

  .hamburger span:nth-child(2) {
    top: 33px;
    right: 24px;
  }

  .hamburger span:nth-child(3) {
    top: 43px;
    right: 36px;
  }

  /* ナビ開いてる時のボタン */
  .hamburger.active span:nth-child(1),
  .hamburger.active span:nth-child(3) {
    width: 12px;
  }

  .hamburger.active span:nth-child(1) {
    -webkit-transform: translate(1px, 3px) rotate(315deg);
    -moz-transform: translate(1px, 3px) rotate(315deg);
    transform: translate(2px, 3px) rotate(315deg);
  }

  .hamburger.active span:nth-child(3) {
    -webkit-transform: translate(11px, -17px) rotate(-45deg);
    -moz-transform: translate(11px, -17px) rotate(45deg);
    transform: translate(10px, -17px) rotate(45deg);
  }

  .hamburger.active span:nth-child(2) {
    width: 24px;
    transform: translate(0px, 0px)rotate(270deg);
  }

  nav.globalMenuSp {
    position: fixed;
    z-index: 2;
    top: 0;
    right: 0;
    color: #dbd9d8;
    text-align: center;
    transform: translateY(-100%);
    transition: all 0.6s;
    width: 350px;
  }

  nav.globalMenuSp ul {
    background: rgba(24, 163, 242, 0.9);
    margin: 0 auto;
    padding: 0;
    width: 100%;
  }

  nav.globalMenuSp ul li {
    list-style-type: none;
    padding: 0;
    width: 100%;
    border-bottom: 1px solid #fff;
  }

  nav.globalMenuSp ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
  }

  nav.globalMenuSp ul li:hover {
    background: #0e6ba0;
  }

  nav.globalMenuSp ul li a {
    display: block;
    color: #dbd9d8;
    padding: 2.1em 0;
    text-decoration: none;
  }

  /* このクラスを、jQueryで付与・削除する */
  nav.globalMenuSp.active {
    transform: translateY(0%);
    width: 350px;
  }
}

@media screen and (min-width: 351px) {
  .site-logo img {
    height: 35px;
    width: auto;
    margin: 3px 0;
  }

  nav.globalMenuSp ul li a {
    display: block;
    color: #dbd9d8;
    padding: 2.1em 0;
    text-decoration: none;
  }
}

@media screen and (max-width: 350px) {
  .site-logo img {
    height: 30px;
    width: auto;
    margin: 5px 0;
  }

  nav.globalMenuSp ul li a {
    display: block;
    color: #dbd9d8;
    padding: 1.2em 0;
    text-decoration: none;
  }
}

@media screen and (max-width: 991px) {
  .campaign-img {
    width: auto;
    margin: 0 auto;
  }

  .campaign-txt {
    width: auto;
    margin: 0 auto;
    padding: 20px 20px 40px 20px;
  }

  .menu-wrap {
    width: 1000px;
    margin: 0 auto;
  }

  .hamburger {
    display: block;
    position: fixed;
    z-index: 3;
    right: 0px;
    top: 22px;
    width: 42px;
    height: 42px;
    cursor: pointer;
    text-align: center;
  }

  .hamburger span {
    display: block;
    position: fixed;
    width: 40px;
    height: 3px;
    right: 20px;
    border-radius: 2px;
    background: #fff;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }

  .hamburger span:nth-child(1) {
    top: 22px;
    right: 20px;
  }

  .hamburger span:nth-child(2) {
    top: 33px;
    right: 8px;
  }

  .hamburger span:nth-child(3) {
    top: 44px;
    right: 20px;
  }

  /* ナビ開いてる時のボタン */
  .hamburger.active span:nth-child(1),
  .hamburger.active span:nth-child(3) {
    width: 12px;
  }

  .hamburger.active span:nth-child(1) {
    -webkit-transform: translate(1px, 3px) rotate(315deg);
    -moz-transform: translate(1px, 3px) rotate(315deg);
    transform: translate(2px, 3px) rotate(315deg);
  }

  .hamburger.active span:nth-child(3) {
    -webkit-transform: translate(11px, -17px) rotate(-45deg);
    -moz-transform: translate(11px, -17px) rotate(45deg);
    transform: translate(10px, -17px) rotate(45deg);
  }

  .hamburger.active span:nth-child(2) {
    width: 24px;
    transform: translate(0px, 0px)rotate(270deg);
  }

  nav.globalMenuSp {
    position: fixed;
    z-index: 2;
    top: 0;
    right: 0;
    color: #dbd9d8;
    text-align: center;
    transform: translateY(-100%);
    transition: all 0.6s;
    width: 350px;
  }

  nav.globalMenuSp ul {
    background: rgba(24, 163, 242, 0.9);
    margin: 0 auto;
    padding: 0;
    width: 100%;
  }

  nav.globalMenuSp ul li {
    list-style-type: none;
    padding: 0;
    width: 100%;
    border-bottom: 1px solid #fff;
  }

  nav.globalMenuSp ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
  }

  nav.globalMenuSp ul li:hover {
    background: #0e6ba0;
  }

  /* このクラスを、jQueryで付与・削除する */
  nav.globalMenuSp.active {
    transform: translateY(0%);
    width: 350px;
  }

  .scta {
    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;
  }

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

  .scta 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;
  }

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

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

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

  .scta p img {
    height: auto;
  }

  .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;
  }

  .staffarea {
    color: #000;
    width: auto;
    margin: 0 auto;
    padding: 30px;
    background: #000;
    background-size: auto;
    background-repeat: no-repeat;
  }

  .staffarea img {
    width: 100%;
  }

  .staffarea .sp-none {
    display: none;
  }

  .newsd {
    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;
  }

  .newsdarea {
    color: #000;
    width: auto;
    margin: 0 auto;
    padding: 30px;
    background: #000;
    background-size: auto;
    background-repeat: no-repeat;
  }

  .eventarea {
    color: #fff;
    width: auto;
    margin: 0 auto;
    padding: 30px;
    background: #720606;
    background-size: auto;
    background-repeat: no-repeat;
  }

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

  .newsd h4 {
    font-size: 25px;
    color: #ffffff;
    text-align: center;
    font-weight: 100;
    line-height: 1.5em;
  }

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

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

  .newsd .newsdlist {
    border-bottom: #fff solid 1px;
    padding-top: 30px;
    padding-bottom: 40px;
  }

  .newsd p a {
    color: #fff;
  }

  .newsd p a:link {
    color: #fff;
  }

  .newsd p a:visited {
    color: #fff;
  }

  .newsd p a:hover {
    color: #fff;
  }

  .newsd p a:active {
    color: #fff;
  }

  .newsdlist-box {
    display: inline-block;
    border: 2px solid #fff;
    padding: 15px;
    width: 90%;
    margin-bottom: 30px;
  }

  .seminar-image {
    font-size: 100%;
  }

  .seminar-image img {
    width: 100%;
    height: auto;
  }

  .newsdlist-box p {
    font-size: 100%;
  }

  .daytime {
    font-size: 150% !important;
    line-height: 1.0em;
  }

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

  .newsdlist-box a:link {
    color: #fff;
  }

  .newsdlist-box a:visited {
    color: #fff;
  }

  .newsdlist-box a:hover {
    color: #fff;
  }

  .newsdlist-box a:active {
    color: #fff;
  }

  .seminar-tag {
    color: #000;
    background: #fff;
    padding: 5px;
    border-radius: 5px;
    margin-right: 10px;
    line-height: 3em;
  }
}

@media screen and (min-width: 992px) {
  .newsdlist-box {
    display: inline-block;
    border: 2px solid #fff;
    padding: 15px;
    width: 46.1%;
    height: 755px;
    margin-bottom: 30px;
    vertical-align: top;
  }

  .seminar-image {
    font-size: 100%;
  }

  .seminar-image img {
    width: 100%;
    height: auto;
  }

  .newsdlist-box p {
    font-size: 100%;
  }

  .daytime {
    font-size: 200% !important;
    line-height: 0.4em;
  }

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

  .newsdlist-box a:link {
    color: #fff;
  }

  .newsdlist-box a:visited {
    color: #fff;
  }

  .newsdlist-box a:hover {
    color: #fff;
  }

  .newsdlist-box a:active {
    color: #fff;
  }

  .seminar-tag {
    color: #000;
    background: #fff;
    padding: 5px;
    border-radius: 5px;
    margin-right: 10px;
    line-height: 3em;
  }

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

  .about {
    width: 900px;
    margin: 0 auto;
    background: url("../images/about_arrow_red01.png") center top no-repeat;
    margin-top: -20px;
    color: #fff;
  }

  .about-future {
    width: 900px;
    margin: 0 auto;
    background: url("../images/about_arrow_red01.png") center top no-repeat;
    margin-top: -20px;
    color: #fff;
  }

  .int-inner {
    width: 900px;
    margin: 0 auto;
    background: url("../images/about_arrow_gray01.png") center top no-repeat;
    margin-top: 50px;
  }

  .function {
    width: 900px;
    margin: 0 auto;
    background: url("../images/about_arrow_red01.png") center top no-repeat;
    margin-top: -20px;
  }
}

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

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

  .about {
    width: auto;
    margin: 0 auto;
    background: url("../images/about_arrow_red01.png") center top no-repeat;
    margin-top: -20px;
    padding: 0 20px;
    color: #fff;
  }

  .about-future {
    width: auto;
    margin: 0 auto;
    background: url("../images/about_arrow_red01.png") center top no-repeat;
    margin-top: -20px;
    padding: 0 20px;
    color: #fff;
  }

  .int-inner {
    width: auto;
    margin: 0 auto;
    background: url("../images/about_arrow_gray01.png") center top no-repeat;
    margin-top: 50px;
    padding: 0 20px;
  }

  .function {
    width: auto;
    margin: 0 auto;
    background: url("../images/about_arrow_red01.png") center top no-repeat;
    margin-top: -20px;
    padding: 0 20px 0 20px;
  }
}

.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: 15px;
}

.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;
}

.league {
  margin: 50px 0;
}

.league h3 {
  text-align: center;
  color: #fff;
  font-size: 28px;
  border: 5px solid #fff;
  border-radius: 20px;
  padding: 10px;
  margin-top: 100px;
}

.about h3 {
  text-align: center;
  color: #fff;
  font-size: 25px;
  border: 5px solid #fff;
  border-radius: 10px;
  padding: 20px;
  margin-top: 100px;
  line-height: 1.5em;
}

.about-future h3 {
  text-align: center;
  color: #fff;
  font-size: 25px;
  border: 5px solid #fff;
  border-radius: 10px;
  padding: 20px;
  margin-top: 100px;
  line-height: 1.5em;
}

.about h4 {
  color: #fff;
  font-size: 20px;
  line-height: 1.5em;
}

.about img {
  width: 100%;
  height: auto;
}

.about-future img {
  width: 100%;
  height: auto;
}

.interview {
  background: #18a3f2;
  padding-bottom: 30px;
}

.int-inner img {
  width: 90%;
  height: auto;
}

.int-inner .int-block {
  display: block;
  border-bottom: 1px solid #fff;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

@media screen and (min-width: 992px) {
  .int-inner .int-img {
    display: inline-block;
    width: 30%;
    position: relative;
    vertical-align: top;
    top: 30px;
  }

  .int-inner .int-txt {
    display: inline-block;
    width: 68%;
  }
}

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

  .int-inner .int-txt {
    display: block;
    width: 100%;
  }
}

.int-inner h3 {
  text-align: center;
  color: #fff;
  font-size: 25px;
  border: 5px solid #fff;
  border-radius: 10px;
  padding: 20px;
  margin-top: 100px;
  line-height: 1.5em;
}

.int-inner h4 {
  color: #fff;
  font-size: 20px;
  line-height: 1.5em;
}

.int-inner p {
  color: #fff;
}

.func-block {
  border: 1px solid #fff;
  display: inline-block;
  width: 44%;
  padding: 20px;
  height: 380px;
  vertical-align: top;
  margin-bottom: 5px;
}

.func-movie {
  margin: 0 auto 40px auto;
  padding: 0 10%;
  width: 80%;
}

.function h3 {
  text-align: center;
  color: #fff;
  font-size: 25px;
  border: 5px solid #fff;
  border-radius: 10px;
  padding: 20px;
  margin-top: 110px;
  line-height: 1.5em;
}

.function h4 {
  color: #fff;
  font-size: 20px;
  text-align: center;
  line-height: 1.5em;
}

.function img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 991px) {
  .function p {
    line-height: 1.5em;
  }

  .interview p {
    line-height: 1.5em;
  }

  .about p {
    line-height: 1.5em;
    font-size: 15px;
  }
}

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

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

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

  .splyzacup img {
    width: 100%;
    height: auto;
  }

  .splyza-cup {
    margin-top: 150px !important;
  }

  #zenchufes .bigimg img {
    width: 100%;
    height: auto;
  }

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

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

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

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

  .w100 img {
    width: 100%;
    height: auto;
  }

  .splyzacup img {
    width: 100%;
    height: auto;
  }

  .splyza-cup {
    margin-top: 70px !important;
  }

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

  div#fix {
    box-sizing: border-box;
    color: #FFF;
    display: block;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 2%;
  }

  .content01 img {
    display: none;
  }

  .content02 {
    margin-top: 500px;
    line-height: 1.5em;
    padding: 10px 20px;
  }

  .content02 h2 {
    display: contents;
  }
}

.splyzacup p {
  text-align: center;
}

#zenchufes .bigimg img {
  width: 100%;
  height: auto;
}

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

#zenchufes .team {
  margin-bottom: 30px;
  display: flex;
  padding: 10px;
}

#result {
  margin-bottom: 30px;
  display: block;
  padding: 10px;
}

#result img {
  width: 100%;
  height: auto;
}

#stats {
  margin: 10px 10px 200px 10px;
  display: block;
}

#stats .table {
  display: block;
  overflow-x: scroll;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  background: #fff;
  color: #000;
  margin-top: 10px;
}

#stats .table th {
  border-left: 1px solid #ccc;
}

#stats .table tr {
  line-height: 3.3em;
  font-size: 14px;
}

#stats .table td {
  text-align: center;
  border-top: 1px solid #ccc;
}

#stats .graph-img {
  width: 100%;
  height: auto;
}

#stats .graph-img img {
  width: 100%;
  height: auto;
}

#stats .graph-img ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: table;
}

#zenchufes .teambg {
  background: #fff;
  display: inline-block;
  width: -webkit-calc(100% / 3);
  width: calc(100% / 3);
  text-align: center;
  color: #000;
  padding: 15px;
  height: auto;
  border: 1px solid #0c094e;
}

#zenchufes p {
  text-align: center;
}

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

.gnav__menu {
  display: flex;
  padding-top: 9px;
  height: 32px;
  padding-inline-start: 0;
  margin-right: 30px;
}

.gnav__menu li {
  list-style: none;
}

.gnav__menu__item {
  font-size: 14px;
}

.gnav__menu__item a {
  color: #fff;
  text-decoration: none;
  padding-left: 20px;
}

.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: -5px;
  margin-left: 5px;
}

.gnav__icon img {
  width: 90%;
}

.gnav__tw {
  padding-left: 5px;
}

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

@media screen and (max-width: 1250px) {
  .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;
}

.img-bg-00 {
  background: #f4d462;
  margin: 0;
  padding-top: 80px;
}

.img-bg-00 img {
  width: 100%;
  margin: 0;
  padding: 0;
}

.img-bg-20 img {
  width: 100%;
  margin: 0;
  padding: 0;
}

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

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

  .sp_text01 {
    display: none;
  }

  .text02 {
    text-align: center;
    font-size: 35px;
    font-weight: 800;
    text-shadow: 1px 2px 3px #000000;
  }

  #stats .graph-img ul li {
    width: -webkit-calc(100% / 2);
    width: calc(100% / 2);
    display: inline-block;
  }
}

@media screen and (max-width: 991px) {
  #stats .graph-img ul li {
    width: 100%;
    display: inline-block;
  }

  .parallax-bg {
    background-attachment: scroll;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }

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

  .text01 {
    display: none;
  }

  .text02 {
    text-align: center;
    font-size: 25px;
    font-weight: 800;
  }

  .text03 img {
    width: 90%;
  }
}

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

.text01 img {
  width: 80%;
}

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

.sp_text01 img {
  width: 100%;
  opacity: 0.7;
}

.text03 {
  text-align: center;
  font-size: 0.1em;
  margin-bottom: 15%;
}

.newstitle {
  padding-top: 100px;
}

@media screen and (min-width: 992px) {
  h2 {
    font-size: 45px;
    text-align: center;
  }

  .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;
  }

  .section {
    width: 900px;
    margin: 0 auto;
    padding-bottom: 50px;
  }

  .newyear {
    width: 570px;
    margin: 0 auto;
    padding-bottom: 50px;
  }

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

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

  .img-bg-02 h3 {
    font-size: 35px;
    color: #ffffff;
    font-weight: 200;
    font-family: monospace;
    border-bottom: solid #fff 2px;
    display: block;
    width: 280px;
    margin: 30px auto 50px auto;
    text-align: center;
    line-height: 2.0em;
  }

  .img-bg-20 {
    background: #25282a;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 991px) {
  .casedetail h3 {
    font-size: 25px;
    color: #ffffff;
    font-weight: 200;
    font-family: monospace;
    border-bottom: solid #fff 2px;
    display: block;
    width: auto;
    margin: 30px auto 30px auto;
    text-align: center;
    line-height: 1.5em;
    padding-bottom: 20px;
  }

  h2 {
    padding-top: 35px;
    margin: 0;
    font-size: 20px;
    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;
  }

  .img-bg-02 h3 {
    font-size: 25px;
    color: #ffffff;
    font-weight: 200;
    font-family: monospace;
    border-bottom: solid #fff 2px;
    display: block;
    width: auto;
    margin: 30px auto 30px auto;
    text-align: center;
    line-height: 1.5em;
    padding-bottom: 20px;
  }

  .img-bg-03 h3 {
    font-size: 24px;
    color: #ffffff;
    font-weight: 200;
    font-family: monospace;
    border-bottom: solid #fff 2px;
    display: block;
    width: auto;
    margin: 30px auto 50px auto;
    text-align: center;
    line-height: 2.0em;
  }

  .img-bg-04 h3 {
    font-size: 25px;
    color: #ffffff;
    font-weight: 200;
    font-family: monospace;
    border-bottom: solid #fff 2px;
    display: block;
    width: auto;
    margin: 30px auto 30px auto;
    text-align: center;
    line-height: 1.5em;
    padding-bottom: 20px;
  }

  .img-bg-20 {
    background: #25282a;
    margin-bottom: 0;
    padding-top: 80px;
  }

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

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

  .img-bg-05 h3 {
    font-size: 25px;
    color: #ffffff;
    font-weight: 200;
    font-family: monospace;
    border-bottom: solid #fff 2px;
    display: block;
    width: auto;
    margin: 30px auto 50px auto;
    text-align: center;
    line-height: 1.5em;
    padding-bottom: 20px;
  }

  .img-bg-05 p.plan {
    text-align: center;
    padding: 0 10px 50px;
    margin: -25px 0 -30px;
    font-size: 15px;
  }
}

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

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

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

.mb150 {
  margin-bottom: 120px !important;
}

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

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

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

.img-bg-02 {
  background-image: url('../images/bg002.jpg');
  background-position: top;
  background-attachment: scroll;
}

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

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

@media screen and (min-width: 992px) {
  .casedetail h3 {
    font-size: 35px;
    color: #ffffff;
    font-weight: 200;
    font-family: monospace;
    border-bottom: solid #fff 2px;
    display: block;
    width: 280px;
    margin: 30px auto 30px auto;
    text-align: center;
    line-height: 1.5em;
    padding-bottom: 20px;
  }

  .img-bg-03 h3 {
    font-size: 35px;
    color: #ffffff;
    font-weight: 200;
    font-family: monospace;
    border-bottom: solid #fff 2px;
    display: block;
    width: 280px;
    margin: 30px auto 30px auto;
    text-align: center;
    line-height: 1.5em;
    padding-bottom: 20px;
  }

  .img-bg-05 h3 {
    font-size: 35px;
    color: #ffffff;
    font-weight: 200;
    font-family: monospace;
    border-bottom: solid #fff 2px;
    display: block;
    width: 610px;
    margin: 30px auto 50px auto;
    text-align: center;
    line-height: 1.5em;
    padding-bottom: 20px;
  }

  .img-bg-15 h3 {
    font-size: 35px;
    color: #ffffff;
    font-weight: 200;
    font-family: monospace;
    border-bottom: solid #fff 2px;
    display: block;
    width: 610px;
    margin: 30px auto 30px auto;
    text-align: center;
    line-height: 1.5em;
    padding-bottom: 20px;
  }

  .img-bg-04 h3 {
    font-size: 35px;
    color: #ffffff;
    font-weight: 200;
    font-family: monospace;
    border-bottom: solid #fff 2px;
    display: block;
    width: 280px;
    margin: 30px auto 30px auto;
    text-align: center;
    line-height: 1.5em;
    padding-bottom: 20px;
  }

  .img-bg-05 p.plan {
    font-size: 17px;
    text-align: center;
    padding-bottom: 20px;
    width: 900px;
    margin: -20px auto 0px;
    line-height: 1.5em;
  }

  .img-bg-15 p.plan {
    font-size: 17px;
    text-align: center;
    padding-bottom: 20px;
  }

  .newsd p.plan {
    font-size: 17px;
    text-align: center;
    width: 950px;
    margin: 0 auto;
    padding-bottom: 40px;
  }

  .scta {
    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: 30%, 20%;
    padding-bottom: 150px;
  }

  .sctaarea {
    color: #000;
    width: 962px;
    margin: 0 auto;
    padding: 35px 100px 100px;
    background: linear-gradient(-45deg, transparent 40px, #000 0)right, linear-gradient(135deg, transparent 40px, #000 0)left;
    background-size: 51% 100%;
    background-repeat: no-repeat;
  }

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

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

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

  .scta p {
    font-size: 16px;
    color: #ffffff;
    font-weight: 100;
    height: auto;
  }

  .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: 30%, 20%;
    padding-bottom: 150px;
  }

  .policyarea {
    color: #000;
    width: 962px;
    margin: 0 auto;
    padding: 35px 100px 100px;
    background: linear-gradient(-45deg, transparent 40px, #000 0)right, linear-gradient(135deg, transparent 40px, #000 0)left;
    background-size: 51% 100%;
    background-repeat: no-repeat;
  }

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

  .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: 16px;
    color: #ffffff;
    font-weight: 100;
  }

  .staffarea {
    color: #000;
    width: 950px;
    margin: 0 auto;
    padding: 35px;
    background: linear-gradient(-45deg, transparent 40px, #000 0)right, linear-gradient(135deg, transparent 40px, #000 0)left;
    background-size: 51% 100%;
    background-repeat: no-repeat;
  }

  .staffarea img {
    width: 100%;
  }

  .staffarea .pc-none {
    display: none;
  }

  .newsd {
    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: 30%, 20%;
    padding-bottom: 150px;
  }

  .newsdarea {
    color: #000;
    width: 962px;
    margin: 0 auto;
    padding: 35px 100px 100px;
    background: linear-gradient(-45deg, transparent 40px, #000 0)right, linear-gradient(135deg, transparent 40px, #000 0)left;
    background-size: 51% 100%;
    background-repeat: no-repeat;
  }

  .eventarea {
    color: #720606;
    width: 962px;
    margin: 0 auto;
    padding: 35px 100px 100px;
    background: linear-gradient(-45deg, transparent 40px, #720606 0)right, linear-gradient(135deg, transparent 40px, #720606 0)left;
    background-size: 51% 100%;
    background-repeat: no-repeat;
  }

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

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

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

  .newsd p {
    font-size: 15px;
    color: #ffffff;
    font-weight: 100;
    line-height: 1.5em
  }

  .newsd .newsdlist {
    border-bottom: #fff solid 1px;
    padding-top: 30px;
    padding-bottom: 40px;
  }

  .newsd p a {
    color: #fff;
  }

  .newsd p a:link {
    color: #fff;
  }

  .newsd p a:visited {
    color: #fff;
  }

  .newsd p a:hover {
    color: #fff;
  }

  .newsd p a:active {
    color: #fff;
  }
}

.contact {
  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: 30%, 20%;
  padding-bottom: 150px;
}

.contactarea {
  color: #000;
  width: 962px;
  margin: 0 auto;
  padding: 35px 100px 100px;
  background: linear-gradient(-45deg, transparent 40px, #000 0)right, linear-gradient(135deg, transparent 40px, #000 0)left;
  background-size: 51% 100%;
  background-repeat: no-repeat;
}

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

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

.contact p {
  font-size: 16px;
  color: #ffffff;
  font-weight: 100;
}

.contact p.subtxt {
  text-align: center;
  width: 600px;
  margin: 0 auto;
}

.contact .formbtn {
  margin: 0 auto;
  width: 150px;
}

.pdf {
  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: 30%, 20%;
  padding-bottom: 150px;
}

.pdfarea {
  color: #000;
  width: 962px;
  margin: 0 auto;
  padding: 35px 100px 100px;
  background: linear-gradient(-45deg, transparent 40px, #000 0)right, linear-gradient(135deg, transparent 40px, #000 0)left;
  background-size: 51% 100%;
  background-repeat: no-repeat;
}

.pdf h3 {
  font-size: 45px;
  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;
}

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

.pdf p {
  font-size: 16px;
  color: #ffffff;
  font-weight: 100;
}

.pdf p.subtxt {
  text-align: center;
  width: 600px;
  margin: 0 auto;
}

.pdf .formbtn {
  margin: 0 auto;
  width: 150px;
}

form {
  margin-bottom: 0;
}

.btn-flat-double-border {
  display: inline-block;
  padding: 1em 3em;
  text-decoration: none;
  font-size: 18px;
  color: #fc6262;
  border: double 4px #fc6262;
  border-radius: 3px;
  transition: .4s;
}

.btn-flat-double-border:hover {
  background: #ffcccc;
}

.cp_iptxt {
  position: relative;
  width: 600px;
  margin: 2em auto;
  color: #fff;
}

.cp_iptxt input[type='text'] {
  font: 15px/24px sans-serif;
  box-sizing: border-box;
  width: 100%;
  letter-spacing: 1px;
}

.cp_iptxt textarea[type='text'] {
  font: 15px/24px sans-serif;
  box-sizing: border-box;
  width: 100%;
  height: 200px;
  letter-spacing: 1px;
}

.cp_iptxt input[type='text']:focus {
  outline: none;
}

.radio_label1 {
  color: #fff;
  position: absolute;
  top: 84px;
  left: 12px;
}

.ef {
  position: relative;
  padding: 9px 15px;
  border: 0;
  border: 1px solid #bbb;
  background: #fff;
  color: #000;
}

.ef~.focus_bg {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  transition: 0.4s;
  background-color: transparent;
}

.ef:focus {
  border: 1px solid #da3c41;
}

.ef:focus~.focus_bg,
.cp_iptxt.ef~.focus_bg {
  width: 100%;
  transition: 0.4s;
  background-color: rgba(218, 60, 65, .3);
}

.ef~label {
  z-index: 2;
  top: 10px;
  left: 14px;
  width: 100%;
  transition: 0.3s;
  letter-spacing: 0.5px;
  color: #fff;
}

.ef:focus~label,
.cp_iptxt.ef~label {
  font-size: 12px;
  top: -18px;
  left: 0;
  transition: 0.3s;
  color: #da3c41;
}

.cp_ipradio05 {
  width: 600px;
  margin: 2em auto;
  position: relative;
}

.cp_ipradio05 ul {
  padding: 20px 20px 10px 100px;
  list-style: none;
  border: 1px solid #cccccc;
  color: #fff;
}

.cp_ipradio05 .list_item {
  margin: 0 0 0.5rem 0;
  padding: 0;
}

.cp_ipradio05 label {
  line-height: 135%;
  position: relative;
  margin: 0.5rem;
  cursor: pointer;
}

.cp_ipradio05 .option-input {
  position: relative;
  margin: 0 1rem 0 0;
  cursor: pointer;
}

.cp_ipradio05 .option-input:before {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0.125rem;
  width: 0.75rem;
  height: 0.75rem;
  content: '';
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  -webkit-transform: scale(0, 0);
  transform: scale(0, 0);
  border-radius: 50%;
  background: #da3c41;
}

.cp_ipradio05 .option-input:checked:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.cp_ipradio05 .option-input:after {
  position: absolute;
  top: -0.25rem;
  left: -0.125rem;
  width: 1rem;
  height: 1rem;
  content: '';
  border: 2px solid #f2f2f2;
  border-radius: 50%;
  background: #ffffff;
}

@media screen and (min-width: 992px) {
  .img-bg-04 .wrapper {
    margin: 0 auto;
    width: 1126px;
    display: flex;
  }

  .img-bg-04 section {
    display: inline-block;
    border: 1px solid #fff;
    text-align: center;
    padding: 0 6px;
    margin: 0 5px;
    font-size: 1rem;
  }

  .img-bg-04 section img {
    padding: 15px;
  }

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

  .casedetail .wrapper {
    margin: 0 auto;
    width: 1060px;
    display: flex;
  }

  .casedetail section {
    border: 1px solid #fff;
    text-align: center;
    padding: 0 10px;
    font-size: 16px;
    height: auto;
    margin: 0 4px;
  }

  .casedetail section img {
    padding: 0 10px;
  }

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

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

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

  .casedetail .pc-none {
    display: none;
  }

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

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

  .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 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-00 .sp-none {
    display: none;
  }

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

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

  .img-bg-04 section {
    display: inline-block;
    border: 1px solid #fff;
    text-align: center;
    font-size: 1rem;
    list-style: none;
    width: 48.2%;
    margin: 4px 0;
    padding: 0;
  }

  .img-bg-04 section img {
    padding: 0 50px;
    width: 40%;
  }

  .img-bg-04 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 section p {
  font-size: 17px;
  margin-top: 0px;
}

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

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

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

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

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

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

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

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

.casedetail .detailbutton a {
  color: #000;
  text-decoration: none;
}

.casedetail .detailbutton a:link {
  color: #000;
}

.casedetail .detailbutton a:visited {
  color: #000;
}

.casedetail .detailbutton a:hover {
  color: #000;
}

.casedetail .detailbutton a:active {
  color: #000;
}

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

.img-bg-04 .detailbutton02 a {
  color: #000;
  text-decoration: none;
}

.img-bg-04 .detailbutton02 a:link {
  color: #000;
}

.img-bg-04 .detailbutton02 a:visited {
  color: #000;
}

.img-bg-04 .detailbutton02 a:hover {
  color: #000;
}

.img-bg-04 .detailbutton02 a:active {
  color: #000;
}

.img-bg-02 .infobutton02 {
  background: linear-gradient(-45deg, transparent 15px, #18a3f2 0)right, linear-gradient(135deg, transparent 15px, #18a3f2 0)left;
  background-size: 51% 100%;
  background-repeat: no-repeat;
  padding: 1px 15px;
  width: 210px;
  font-size: 16px;
  text-align: center;
  margin: 50px auto;
  color: #fff;
}

.img-bg-02 .infobutton02 a::after {
  content: url('../images/arrow04.png');
  position: relative;
  display: inline-block;
  width: 60px;
  top: -38px;
  float: right;
}

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

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

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

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

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

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

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

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

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

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

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

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

.infobutton04 {
  background: linear-gradient(-45deg, transparent 15px, #18a3f2 0)right, linear-gradient(135deg, transparent 15px, #18a3f2 0)left;
  background-size: 51% 100%;
  background-repeat: no-repeat;
  padding: 1px 15px;
  width: 210px;
  font-size: 16px;
  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;
}

.infobutton05 {
  background: linear-gradient(-45deg, transparent 15px, #f8ca45 0)right, linear-gradient(135deg, transparent 15px, #f8ca45 0)left;
  background-size: 51% 100%;
  background-repeat: no-repeat;
  padding: 1px 15px;
  width: 210px;
  font-size: 20px;
  text-align: center;
  margin: 50px auto;
  font-weight: 600;
  color: #752216;
}

.infobutton05 p {
  line-height: 1.8em !important;
  margin-bottom: 15px !important;
  padding-left: 10px;
}

.infobutton05 a {
  color: #752216;
  text-decoration: none;
}

.infobutton05 a:link {
  color: #752216;
}

.infobutton05 a:visited {
  color: #752216;
}

.infobutton05 a:hover {
  color: #752216;
}

.infobutton05 a:active {
  color: #752216;
}

.img-bg-03 {
  background: #18a3f2;
}

.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;
    width: 1030px;
    margin: 0 auto;
    padding: 35px 0;
    background: linear-gradient(-45deg, transparent 40px, #18a3f2 0)right, linear-gradient(135deg, transparent 40px, #18a3f2 0)left;
    background-size: 51% 100%;
    background-repeat: no-repeat;
  }

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

  .newsarea ul {
    margin: 0;
  }

  .newsarea li {
    font-size: 14px;
    margin: 20px 5% 20px 5%;
    list-style: none;
    color: #fff;
  }

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

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

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

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

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

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

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

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

@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;
    width: auto;
    margin: 0 auto;
    padding: 35px 0;
    background: linear-gradient(-45deg, transparent 40px, #18a3f2 0)right, linear-gradient(135deg, transparent 40px, #18a3f2 0)left;
    background-size: 51% 100%;
    background-repeat: no-repeat;
  }

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

  .newsarea ul {
    margin: 0;
    padding-right: 35px;
  }

  .newsarea li {
    font-size: 13px;
    margin: 20px 5% 20px 5%;
    list-style: none;
    color: #fff;
    border-bottom: 2px solid #fff;
    padding-bottom: 20px;
    line-height: 2.0em;
  }

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

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

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

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

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

  .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: auto;
    margin: 0 auto;
    padding: 0 30px 30px;
  }

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

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

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

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

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

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

.img-bg-03 .centering {
  text-align: center;
  width: 1126px;
  margin: 0 auto;
}

.img-bg-03 .supporter {
  border: 5px solid #fff;
  margin-bottom: 20px;
}

.img-bg-03 .supporter p {
  text-align: left;
  padding: 0 20px;
}

.img-bg-03 .supporter02 {
  border: 5px solid #fff;
  background: #fff;
  margin-bottom: 50px;
}

.img-bg-03 .supporter02 p {
  text-align: left;
  color: #0e6ba0;
  padding: 0 20px;
}

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

  .img-bg-03 .comment {
    text-align: left;
    width: 1080px;
    margin: 0 auto;
  }
}

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

  .img-bg-03 .comment {
    text-align: left;
    width: auto;
    margin: 0 auto;
    padding: 0 30px;
  }
}

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

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

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

  .img-bg-01 .content {
    margin-top: 950px !important;
  }

}

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

  .img-bg-01 .content {
    margin-top: 550px;
  }

  .img-bg-01 .content01 {
    display: inline-block;
    width: 30%;
  }

  .img-bg-01 .content01 img {
    display: inline-block;
    width: 100%;
    height: auto;
  }

  .img-bg-01 .content02 {
    display: inline-block;
    width: 67%;
    text-align: left;
  }

  .img-bg-01 .content02 h2 {
    text-align: left;
    font-family: ヒラギノ角ゴシック;
  }

  .img-bg-01 p {
    font-size: 20px;
    font-weight: 100;
  }

  .img-bg-05 .wrapper {
    margin: 0 auto;
    width: 1162px;
  }
}

@media screen and (max-width: 991px) {
  .img-bg-04 .wrapper {
    margin: 0 auto;
    padding: 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: 15px;
    font-weight: 100;
  }

  .casedetail .wrapper {
    margin: 0 auto;
    padding: 50px 0;
    width: auto;
  }

  .casedetail .content01 {
    display: block;
    width: auto;
    text-align: center;
  }

  .casedetail .content02 {
    display: block;
    width: auto;
    text-align: left;
  }

  .casedetail .content02 img {
    width: 100%;
  }

  .casedetail p {}

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

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

.casedetail h2 {
  margin-bottom: 0;
  text-align: right;
}

@media screen and (min-width: 992px) {
  .img-bg-03 p.plan {
    font-size: 17px;
    text-align: center;
    padding-bottom: 20px;
  }

  .img-bg-04 p.users {
    font-size: 17px;
    text-align: center;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 991px) {
  .img-bg-03 p.plan {
    font-size: 15px;
    text-align: center;
    padding-bottom: 10px;
    margin: 10px 0 30px;
  }

  .img-bg-04 p.users {
    font-size: 15px;
    text-align: center;
    padding-bottom: 10px;
    margin-top: -5px;
  }
}

@media screen and (min-width: 992px) {
  .casedetail p.users {
    font-size: 17px;
    text-align: center;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 991px) {
  .casedetail p.users {
    font-size: 15px;
    text-align: center;
    margin-top: -10px;
  }
}

.img-bg-01 .infobutton02 {
  background: linear-gradient(-45deg, transparent 15px, #fff 0)right, linear-gradient(135deg, transparent 15px, #fff 0)left;
  background-size: 51% 100%;
  background-repeat: no-repeat;
  padding: 1px 15px;
  width: 210px;
  font-size: 16px;
  text-align: center;
  margin: 20px auto 40px auto;
  color: #18a3f2;
}

.img-bg-01 .infobutton02 p {
  font-size: 16px !important;
}

.img-bg-01 .infobutton02 a::after {
  content: url('../images/arrow05.png');
  position: relative;
  display: inline-block;
  width: 60px;
  top: -38px;
  float: right;
}

.img-bg-01 .infobutton02 a {
  color: #18a3f2;
  text-decoration: none;
}

.img-bg-01 .infobutton02 a:link {
  color: #18a3f2;
}

.img-bg-01 .infobutton02 a:visited {
  color: #18a3f2;
}

.img-bg-01 .infobutton02 a:hover {
  color: #18a3f2;
}

.img-bg-01 .infobutton02 a:active {
  color: #18a3f2;
}

.about .infobutton02 {
  background: linear-gradient(-45deg, transparent 15px, #fff 0)right, linear-gradient(135deg, transparent 15px, #fff 0)left;
  background-size: 51% 100%;
  background-repeat: no-repeat;
  padding: 1px 15px;
  width: auto;
  font-size: 16px;
  text-align: center;
  margin: 20px auto 100px auto;
  color: #18a3f2;
}

.about .infobutton02 p {
  font-size: 18px;
}

.about .infobutton02 a::after {
  content: url('../images/arrow05.png');
  position: relative;
  display: inline-block;
  width: 60px;
  top: -50px;
  float: right;
}

.about .infobutton02 a {
  color: #18a3f2;
  text-decoration: none;
}

.about .infobutton02 a:link {
  color: #18a3f2;
}

.about .infobutton02 a:visited {
  color: #18a3f2;
}

.about .infobutton02 a:hover {
  color: #18a3f2;
}

.about .infobutton02 a:active {
  color: #18a3f2;
}

.interview .infobutton02 {
  background: linear-gradient(-45deg, transparent 15px, #fff 0)right, linear-gradient(135deg, transparent 15px, #fff 0)left;
  background-size: 51% 100%;
  background-repeat: no-repeat;
  padding: 1px 15px;
  width: auto;
  font-size: 16px;
  text-align: center;
  margin: 20px auto 100px auto;
  color: #18a3f2;
}

.interview .infobutton02 p {
  font-size: 18px;
}

.interview .infobutton02 a::after {
  content: url('../images/arrow05.png');
  position: relative;
  display: inline-block;
  width: 60px;
  top: -50px;
  float: right;
}

.interview .infobutton02 a {
  color: #18a3f2;
  text-decoration: none;
}

.interview .infobutton02 a:link {
  color: #18a3f2;
}

.interview .infobutton02 a:visited {
  color: #18a3f2;
}

.interview .infobutton02 a:hover {
  color: #18a3f2;
}

.interview .infobutton02 a:active {
  color: #18a3f2;
}

.function .infobutton02 {
  background: linear-gradient(-45deg, transparent 15px, #fff 0)right, linear-gradient(135deg, transparent 15px, #fff 0)left;
  background-size: 51% 100%;
  background-repeat: no-repeat;
  padding: 1px 15px;
  width: auto;
  font-size: 16px;
  text-align: center;
  margin: 20px auto 100px auto;
  color: #18a3f2;
}

.function .infobutton02 p {
  font-size: 18px;
  line-height: 2.5em;
}

.function .infobutton02 a::after {
  content: url('../images/arrow05.png');
  position: relative;
  display: inline-block;
  width: 60px;
  top: -50px;
  float: right;
}

.function .infobutton02 a {
  color: #18a3f2;
  text-decoration: none;
}

.function .infobutton02 a:link {
  color: #18a3f2;
}

.function .infobutton02 a:visited {
  color: #18a3f2;
}

.function .infobutton02 a:hover {
  color: #18a3f2;
}

.function .infobutton02 a:active {
  color: #18a3f2;
}

.img-bg-04 .infobutton02 {
  background: linear-gradient(-45deg, transparent 15px, #18a3f2 0)right, linear-gradient(135deg, transparent 15px, #18a3f2 0)left;
  background-size: 51% 100%;
  background-repeat: no-repeat;
  padding: 1px 15px;
  width: 210px;
  font-size: 16px;
  text-align: center;
  margin: 50px auto;
  color: #fff;
}

.img-bg-04 .infobutton02 a::after {
  content: url('../images/arrow04.png');
  position: relative;
  display: inline-block;
  width: 60px;
  top: -38px;
  float: right;
}

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

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

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

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

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

.img-bg-05 {
  background: #18a3f2;
  margin-top: -5px;
}

.img-bg-05 .infobutton02 {
  background: linear-gradient(-45deg, transparent 15px, #fff 0)right, linear-gradient(135deg, transparent 15px, #fff 0)left;
  background-size: 51% 100%;
  background-repeat: no-repeat;
  padding: 1px 15px;
  width: 210px;
  font-size: 16px;
  text-align: center;
  margin: 50px auto;
  color: #18a3f2;
}

.img-bg-05 .infobutton02 a::after {
  content: url('../images/arrow05.png');
  position: relative;
  display: inline-block;
  width: 60px;
  top: -38px;
  float: right;
}

.img-bg-05 .infobutton02 a {
  color: #18a3f2;
  text-decoration: none;
}

.img-bg-05 .infobutton02 a:link {
  color: #18a3f2;
}

.img-bg-05 .infobutton02 a:visited {
  color: #18a3f2;
}

.img-bg-05 .infobutton02 a:hover {
  color: #18a3f2;
}

.img-bg-05 .infobutton02 a:active {
  color: #18a3f2;
}

.img-bg-15 {
  background: #18a3f2;
  margin-top: -5px;
}

.img-bg-15 .infobutton02 {
  background: linear-gradient(-45deg, transparent 15px, #fff 0)right, linear-gradient(135deg, transparent 15px, #fff 0)left;
  background-size: 51% 100%;
  background-repeat: no-repeat;
  padding: 1px 15px;
  width: 210px;
  font-size: 16px;
  text-align: center;
  margin: 50px auto;
  color: #18a3f2;
}

.img-bg-15 .infobutton02 a::after {
  content: url('../images/arrow05.png');
  position: relative;
  display: inline-block;
  width: 60px;
  top: -38px;
  float: right;
}

.img-bg-15 .infobutton02 a {
  color: #18a3f2;
  text-decoration: none;
}

.img-bg-15 .infobutton02 a:link {
  color: #18a3f2;
}

.img-bg-15 .infobutton02 a:visited {
  color: #18a3f2;
}

.img-bg-15 .infobutton02 a:hover {
  color: #18a3f2;
}

.img-bg-15 .infobutton02 a:active {
  color: #18a3f2;
}

.infobutton08 {
  background: linear-gradient(-45deg, transparent 15px, #fff 0)right, linear-gradient(135deg, transparent 15px, #fff 0)left;
  background-size: 51% 100%;
  background-repeat: no-repeat;
  padding: 1px 15px;
  width: 210px;
  font-size: 16px;
  text-align: center;
  margin: 50px auto;
  color: #18a3f2;
  line-height: 1.2em;
}

.infobutton08 a::after {
  content: url('../images/arrow05.png');
  position: relative;
  display: inline-block;
  width: 60px;
  top: -38px;
  float: right;
}

.infobutton08 a {
  color: #18a3f2;
  text-decoration: none;
}

.infobutton08 a:link {
  color: #18a3f2;
}

.infobutton08 a:visited {
  color: #18a3f2;
}

.infobutton08 a:hover {
  color: #18a3f2;
}

.infobutton08 a:active {
  color: #18a3f2;
}

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

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

  .img-bg-15 h2 {
    margin-bottom: 0;
    font-size: 55px;
    text-align: center;
  }

  .img-bg-15 .textbox {
    width: 650px;
    margin: 0 auto;
    display: flex;
  }

  .img-bg-20 .textbox {
    width: 1126px;
    margin: 0 auto 30px auto;
    display: flex;
    overflow: hidden;
    height: 310px;
  }

  .img-bg-20 .textbox03 {
    width: 1126px;
    margin: 0 auto;
    display: flex;
    overflow: hidden;
  }

  .img-bg-20 .textbox04 {
    width: 1162px;
    margin: 0 auto;
    display: flex;
    overflow: hidden;
  }

  .img-bg-21 .textbox03 {
    width: 100%;
    margin: 0 auto;
    display: flex;
    overflow: inherit;
    height: 350px;
    padding-top: 30px;
  }

  .img-bg-21 .textbox03 img {
    border: 10px solid #d4cdc3;
    border-radius: 20px;
  }

  .img-bg-21 p {
    font-size: 20px;
    margin: 0;
    color: #fff;
  }

  .img-bg-21 .textbox03 section.block01 {
    width: 46%;
    height: auto;
    vertical-align: top;
    text-align: center;
  }

  .img-bg-21 .textbox03 section.block02 {
    width: 46%;
    height: auto;
    vertical-align: top;
    text-align: center;
    padding-left: 5%;
  }

  .img-bg-05 .textbox section.block01 {
    width: 372px;
    height: 300px;
    vertical-align: top;
    border: 2px solid #fff;
  }

  .img-bg-05 .textbox section.block02 {
    width: 372px;
    height: 300px;
    vertical-align: top;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
  }

  .img-bg-05 .textbox section.block03 {
    width: 372px;
    height: 300px;
    vertical-align: top;
    border: 2px solid #fff;
  }

  .img-bg-05 .textbox section.block04 {
    width: 563px;
    height: 335px;
    vertical-align: top;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
  }

  .img-bg-05 .textbox section.block05 {
    width: 563px;
    height: 335px;
    vertical-align: top;
    border: 2px solid #fff;
  }

  .img-bg-15 .textbox section.block06 {
    display: inline-grid;
    width: auto;
    height: auto;
    vertical-align: top;
    border: 2px solid #fff;
    margin: 4px;
  }

  .img-bg-20 .textbox section.block01 {
    width: 50%;
    height: auto;
    vertical-align: top;
    text-align: center;
  }

  .img-bg-20 .textbox section.block02 {
    width: 50%;
    height: auto;
    vertical-align: top;
    text-align: center;
    padding-left: 2%;
  }

  .img-bg-20 .textbox a {
    text-decoration: none;
  }

  .img-bg-20 .textbox03 section.block01 {
    width: 50%;
    height: auto;
    vertical-align: top;
    text-align: center;
  }

  .img-bg-20 .textbox03 section.block02 {
    width: 50%;
    height: auto;
    vertical-align: top;
    text-align: center;
    padding-left: 2%;
  }

  .img-bg-20 .textbox04 section.block01 {
    width: 50%;
    height: auto;
    vertical-align: top;
    text-align: center;
  }

  .img-bg-20 .textbox04 section.block02 {
    width: 50%;
    height: auto;
    vertical-align: top;
    text-align: center;
    padding-left: 2%;
  }

  .block04 .centering img {
    width: 50% !important;
  }

  .block05 .centering img {
    width: 50% !important;
  }

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

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

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

  .img-bg-05 .imgbox {
    width: 1126px;
    margin: 0 auto;
    display: block;
  }

  .img-bg-15 .imgbox {
    width: 1126px;
    margin: 0 auto;
    display: block;
  }

  .img-bg-05 .imgbox section.block01 {
    width: 48.7%;
    display: inline-block;
  }

  .img-bg-05 .imgbox section.block02 {
    width: 280px;
    vertical-align: top;
  }

  .img-bg-05 .imgbox section.block03 {
    width: 280px;
    vertical-align: top;
  }

  .img-bg-05 .imgbox section.block04 {
    width: 280px;
    vertical-align: top;
  }

  .img-bg-05 .imgbox img {
    width: 97%;
  }

  .img-bg-15 .imgbox img {
    width: 97%;
  }
}

@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 {
    width: auto;
    vertical-align: super;
    padding: 0 20px;
    margin-bottom: 60px;
  }

  .img-bg-15 h3 {
    font-size: 25px;
    color: #ffffff;
    font-weight: 200;
    font-family: monospace;
    border-bottom: solid #fff 2px;
    display: block;
    width: auto;
    margin: 30px auto 30px auto;
    text-align: center;
    line-height: 1.5em;
    padding-bottom: 20px;
  }

  .img-bg-15 p.plan {
    font-size: 15px;
    line-height: 1.5em;
    text-align: center;
    padding-bottom: 20px;
    margin: -5px 0 0;
  }

  .img-bg-15 h2 {
    margin-bottom: 0;
    font-size: 30px;
    text-align: center;
  }

  .img-bg-15 .textbox {
    width: auto;
    margin: 0 auto;
    display: flex;
  }

  .img-bg-15 .textbox section {
    width: auto;
    vertical-align: super;
    padding: 0 20px;
    margin-bottom: 60px;
  }

  .img-bg-15 .textbox section.block06 {
    display: inline-grid;
    width: auto;
    height: auto;
    vertical-align: top;
    border: 2px solid #fff;
    margin: 4px;
  }

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

  .img-bg-20 .textbox a {
    text-decoration: none;
  }

  .img-bg-20 .textbox section {
    width: auto;
    vertical-align: super;
    padding: 0 20px;
    margin-bottom: 110px;
  }

  .img-bg-20 .textbox03 {
    width: auto;
    margin: 0 auto;
  }

  .img-bg-20 .textbox03 a {
    text-decoration: none;
  }

  .img-bg-20 .textbox03 section {
    width: auto;
    vertical-align: super;
    padding: 0 20px;
    margin-bottom: 20px;
  }

  .img-bg-20 .textbox04 {
    width: auto;
    margin: 0 auto;
  }

  .img-bg-20 .textbox04 a {
    text-decoration: none;
  }

  .img-bg-20 .textbox04 section {
    width: auto;
    vertical-align: super;
    padding: 0 20px;
    margin-bottom: 20px;
  }

  .img-bg-21 .textbox03 img {
    border-radius: 20px;
    border: 10px #d4cdc3 solid;
    width: 95%;
    margin: 0 auto;
  }

  .img-bg-21 .textbox03 section.block01 {
    margin-bottom: 30px;
  }

  .img-bg-21 .textbox03 section.block02 {
    margin-bottom: 10px;
  }

  .newsd p.plan {
    font-size: 15px !important;
    line-height: 2.0em !important;
    text-align: center;
    padding: 0 20px 50px;
    margin-bottom: 0 !important;
  }

  .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-15 .guide {
    width: auto;
    margin: 0 auto;
  }

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

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

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

.img-bg-05 .centering {
  text-align: center;
  padding-top: 15px;
}

@media screen and (min-width: 992px) {
  .img-bg-05 .centering img {
    width: 100%;
    height: auto;
  }

  .img-bg-05 section p {
    font-size: 17px;
    text-align: center;
    margin-top: -80px;
  }
}

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

  .img-bg-05 section p {
    font-size: 14px;
    text-align: center;
    margin-top: -55px;
  }
}

.img-bg-15 .centering {
  text-align: center;
  padding-top: 15px;
}

.img-bg-15 .centering img {
  width: 60%;
  height: auto;
  padding: 10px 0;
}

.img-bg-15 section p {
  font-size: 14px;
  text-align: center;
  margin-top: -20px;
}

.img-bg-15 section a {
  color: #fff;
}

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

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

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

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

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

@media screen and (min-width: 351px) {
  .img-bg-05 section p {
    margin-bottom: 60px;
  }

  .img-bg-15 section p {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 350px) {
  .img-bg-05 section p {
    padding-top: 20px;
    margin-bottom: 60px;
  }
}

@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-05 .centering {
    border: 2px solid #fff;
  }

  .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-image: url('../images/bg007.jpg');
}

@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 {
    margin-bottom: 40px;
    font-size: 50px;
    text-align: center;
  }

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

  #linkarea {
    padding: 70px 0 0;
    background: #25282a;
    border-bottom: 3px solid #fff;
  }

  .img-bg-20 p {
    font-size: 20px;
    margin: -150px;
    color: #fff;
  }
}

@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: inline-block;
    width: auto;
  }

  #linkarea {
    padding: 50px 0 0;
    background: #25282a;
    border-bottom: 3px solid #fff;
  }

  .img-bg-20 p {
    font-size: 17px;
    text-align: center;
    margin-top: -90px;
    color: #fff;
    text-decoration: none;
  }
}

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

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

.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');
}

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

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

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

  #interview .wrapper {
    margin: 0 auto;
    width: 1180px;
  }

  #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: inline-block;
    width: 570px;
    vertical-align: top;
    margin-bottom: 50px;
  }
}

@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: center;
  }

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

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

  #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: inline-block;
    margin-bottom: 50px;
  }
}

@media screen and (min-width: 992px) {
  .img-bg-09 {
    background-image: url('../images/bg009.jpg');
  }
}

@media screen and (max-width: 991px) {
  .img-bg-09 {
    background-image: url('../images/sp_bg009.jpg');
  }
}

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

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

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

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

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

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

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

.img-bg-09 .infobutton01 {
  background: linear-gradient(-45deg, transparent 15px, #636b7a 0)right, linear-gradient(135deg, transparent 15px, #636b7a 0)left;
  background-size: 51% 100%;
  background-repeat: no-repeat;
  padding: 1px 15px;
  width: 280px;
  font-size: 16px;
  text-align: center;
  margin: 50px auto;
  color: #fff;
}

.img-bg-09 .infobutton01 a::after {
  content: url(../images/arrow04.png);
  position: relative;
  display: inline-block;
  width: 60px;
  top: -38px;
  float: right;
}

.img-bg-09 .infobutton02 {
  background: linear-gradient(-45deg, transparent 15px, #18a3f2 0)right, linear-gradient(135deg, transparent 15px, #18a3f2 0)left;
  background-size: 51% 100%;
  background-repeat: no-repeat;
  padding: 1px 15px;
  width: 280px;
  font-size: 16px;
  text-align: center;
  margin: 50px auto;
  color: #fff;
}

.img-bg-09 .infobutton02 a::after {
  content: url(../images/arrow04.png);
  position: relative;
  display: inline-block;
  width: 60px;
  top: -38px;
  float: right;
}

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

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

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

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

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

  .img-bg-15 .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) {
  .img-bg-19 {
    background-image: url('../images/bg009.jpg');
  }
}

@media screen and (max-width: 991px) {
  .img-bg-19 {
    background-image: url('../images/sp_bg009.jpg');
  }
}

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

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

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

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

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

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

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

.img-bg-19 .infobutton01 {
  background: linear-gradient(-45deg, transparent 15px, #ffca00 0)right, linear-gradient(135deg, transparent 15px, #ffca00 0)left;
  background-size: 51% 100%;
  background-repeat: no-repeat;
  padding: 1px 15px;
  width: 280px;
  font-size: 16px;
  text-align: center;
  margin: 50px auto;
  color: #fff;
}

.img-bg-19 .infobutton01 a::after {
  content: url(../images/arrow05.png);
  position: relative;
  display: inline-block;
  width: 60px;
  top: -38px;
  float: right;
}

.img-bg-19 .infobutton02 {
  background: linear-gradient(-45deg, transparent 15px, #18a3f2 0)right, linear-gradient(135deg, transparent 15px, #18a3f2 0)left;
  background-size: 51% 100%;
  background-repeat: no-repeat;
  padding: 1px 15px;
  width: 280px;
  font-size: 16px;
  text-align: center;
  margin: 50px auto;
  color: #fff;
}

.img-bg-19 .infobutton02 a::after {
  content: url(../images/arrow04.png);
  position: relative;
  display: inline-block;
  width: 60px;
  top: -38px;
  float: right;
}

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

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

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

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

  .img-bg-19 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;
    display: none;
  }
}

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

  #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: #80180d;
    text-decoration: none;
  }

  #fixed_right_banner a:link {
    color: #80180d;
  }

  #fixed_right_banner a:visited {
    color: #80180d;
  }

  #fixed_right_banner a:hover {
    color: #80180d;
  }

  #fixed_right_banner a:active {
    color: #80180d;
  }

  #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: #80180d !important;
    background: #ffca00;
    padding: 10px 0;
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
  }
}

.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 {}

@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) {
  #plan table {
    width: 100%;
  }

  #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 20px;
    font-size: 25px;
    text-align: center;
    padding: 30px 0 20px;
    line-height: 1.5em;
  }
}

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

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

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

.cm_banner {
  margin: 10px 0;
  text-align: center;
}

.cm_banner img {
  width: 60%;
}

@media screen and (min-width: 992px) {
  h2.yahhi {
    font-size: 46px;
    margin-bottom: 0px;
    text-align: center;
    padding-top: 80px;
  }

  .quizarea {
    background: #fff;
    border: 20px solid #241e9d;
    border-radius: 30px;
    color: #241e9d;
    font-size: 20px;
    font-weight: 600;
    padding: 0 20px 20px 20px;
    margin: 40px auto;
    width: 600px;
  }

  .quizarea h2 {
    width: 200px;
    background: #241e9d;
    text-align: center;
    margin: 20px auto;
    font-size: 25px;
    line-height: 2.2em;
    color: #fff;
    font-style: italic;
  }

  .border_solid label {
    width: 50%;
  }
}

@media screen and (max-width: 991px) {
  h2.yahhi {
    font-size: 21px;
    margin-bottom: 0px;
    text-align: center;
    padding-top: 80px;
  }

  .yahhi .sp-none {
    display: none;
  }

  .quizarea {
    background: #fff;
    border: 20px solid #241e9d;
    border-radius: 30px;
    color: #241e9d;
    font-size: 20px;
    font-weight: 600;
    padding: 0 20px 20px 20px;
    margin: 40px auto;
    width: auto;
  }

  .quizarea h2 {
    width: 200px;
    background: #241e9d;
    text-align: center;
    margin: 20px auto;
    padding-top: 5px;
    font-size: 25px;
    line-height: 2.2em;
    color: #fff;
    font-style: italic;
  }

  .border_solid label {
    width: 100%;
    margin-top: 0px;
  }
}

.quizarea p {
  font-size: 20px;
  text-align: left;
}

.quizarea img {
  width: 100%;
  margin-bottom: 10px;
}

.quizarea input {
  display: inline-block;
}

.qarrow {
  margin: 0;
  padding: 0;
  text-align: center;
  line-height: 0.1em;
}

.qarrow img {
  width: 8%;
}

.border_solid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}

.answ {
  color: #e95c0a;
  font-size: 25px;
}

.yahhi-text {
  font-weight: 100;
  color: #000;
  font-size: 15px !important;
  line-height: 2em;
}

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

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

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

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

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

footer .footer01 {
  background: #18a3f2;
  color: #fff;
  padding: 20px;
  border-top: 3px solid #221f1e;
}

footer .footer01 .company {
  font-size: 35px;
  line-height: 1.3em;
  padding: 0;
  margin: 10px 0 0;
}

footer .footer01 .address {
  font-size: 15px;
  line-height: 1.5em;
  padding-top: 10px;
}

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

  footer .footer02 {
    background: #0e6ba0;
    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 .footer02 {
    background: #0e6ba0;
    color: #fff;
    padding: 10px 20px;
  }

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

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

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

footer .footer03 .copy {
  font-size: 16px;
  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) {
  .img-bg-14 .yahhi-intro {
    width: 900px;
    margin: 0 auto;
    padding: 40px 0;
  }
}

.img-bg-14 .infobutton02 {
  background: #f7b115;
  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: #000;
}

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

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

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

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

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

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

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

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

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

.img-bg-16 p {
  font-size: 15px;
  text-align: left;
}

@media screen and (min-width: 992px) {
  .img-bg-16 .message {
    width: 900px;
    margin: 0 auto;
    padding: 40px 0;
  }

  .img-bg-16 .message img {
    width: 80%;
    margin: 0 10%;
  }

  .idp-main {
    width: 900px;
    margin: 90px auto 0;
  }

  .graduation-main {
    width: 900px;
    margin: 80px auto 0;
  }

  .idp-sp-none {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .img-bg-16 .message {
    width: auto;
    margin: 0 auto;
    padding: 40px 0;
  }

  .img-bg-16 .message img {
    width: 80%;
    margin: 0 10%;
  }
}

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

  .idp-main {
    margin: 90px auto 0;
    padding: 0 20px;
  }

  .graduation-main {
    width: 100%;
    margin: 70px auto 0;
  }

  .idp-pc-none {
    display: none;
  }
}

/* モーダル全体(背景＋本体) */
.modal {
  display: none;
  position: fixed;
  top: 0;
  height: 100vh;
  width: 100%;
}

/* モーダル背景 */
.modal-bg {
  position: absolute;
  height: 100vh;
  width: 100%;
}

/* モーダル本体 */
.modal-content {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: scroll;
  /* はみ出た部分はスクロールさせる */
  height: 80%;
  /* これが無いと「overflow:scroll」が利かない */
  width: 750px;
  /* これが無いと「overflow:scroll」が利かない */
  background: rgba(255, 255, 255, 0.8);
  padding: 40px;
  border-radius: 50px;
}

.modal-content h3 {
  font-size: 50px;
  margin: 0;
  font-weight: 100;
}

.modal-content h3 img {
  vertical-align: text-top;
  margin: 0 8px 20px 0;
}

.modal-content h4 {
  font-size: 15px;
  display: block;
  margin: 0;
  background: #333;
  padding: 10px;
  color: #fff;
  font-weight: 100;
}

.modal-content ul {
  width: 700px;
  list-style: none outside;
  display: table;
}

.modal-content li {
  padding: 0;
  float: left;
  width: 350px;
}

.modal-content a:hover {
  color: #333;
}

.modal-content a:link {
  color: #333;
}

.modal-content a:active {
  color: #333;
}

.modal-content a:visited {
  color: #333;
}

.js-modal-close {
  position: absolute;
  top: -9px;
  right: 25px;
  font-size: 100px;
  text-decoration: none;
}

/* モーダルウィンドウ表示中に記事本体を固定 */
body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
}

@media screen and (min-width: 992px) {
  .question {
    padding: 7% 5%;
    border: 1px solid #fff;
    list-style: none;
    margin: 3px 0;
    width: 39%;
    display: inline-flex;
    height: 70px;
    background: #000;
  }

  .idp-icon img {
    width: 20%;
    float: left;
    margin-right: 30px;
  }
}

@media screen and (max-width: 991px) {
  .question {
    padding: 7% 5%;
    border: 1px solid #fff;
    list-style: none;
    margin: 3px 0;
    width: 90%;
    display: inline-block;
    height: auto;
    background: #000;
  }

  .idp-icon img {
    width: 30%;
    float: left;
    margin-right: 30px;
    padding-bottom: 0;
  }
}

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

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

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

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

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

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

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

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

/*--------------------------------------
  モーダル表示上から_002
--------------------------------------*/
.modal_wrap input {
  display: none;
}

.modal_overlay {
  display: flex;
  justify-content: center;
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: opacity 0.5s, transform 0s 0.5s;
  transform: scale(0);
}

.modal_trigger {
  position: absolute;
  width: 100%;
  height: 100%;
}

.modal_content {
  align-self: center;
  width: 620px;
  padding: 35px 40px 35px;
  box-sizing: border-box;
  background: #000;
  line-height: 1.4em;
  transition: 0.5s;
}

.modal_content p {
  padding-top: 0;
  margin-top: 0px !important;
  text-align: left !important;
  line-height: 5em;
}

@media screen and (min-width: 992px) {
  .close_button {
    position: absolute;
    top: 0;
    right: 20px;
    font-size: 40px;
    cursor: pointer;
    z-index: 1;
  }
}

@media screen and (max-width: 991px) {
  .close_button {
    position: absolute;
    top: 5%;
    right: 20px;
    font-size: 40px;
    cursor: pointer;
    z-index: 1;
  }
}

.modal_wrap input:checked~.modal_overlay {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.5s;
}

.modal_wrap input:checked~.modal_overlay .modal_content {
  transform: translateY(20px);
}

.open_button {
  color: #4f96f6;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s;
  display: block;
  text-decoration: none;
  margin-bottom: 10px;
}

.open_button img {
  width: 100%;
}

.open-button:active {
  /*ボタンを押したとき*/
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  /*下に動く*/
}

/*アイコンを表示*/
.open-button:after {
  font-family: "Font Awesome 5 Free";
  content: "\f2d0";
  padding-left: 8px;
}

/*ラベルホバー時*/
.open-button:hover {
  color: #FFFFFF;
  background-color: #4f96f6;
  transition: .6s;
}

.modal_title2 {
  font-size: 1.5em;
  position: relative;
  overflow: hidden;
  padding-bottom: 10px;
  margin-top: 0;
  margin-bottom: 0;
}

.modal_title2::before,
.modal_title2::after {
  content: "";
  position: absolute;
  bottom: 0;
}

/* h2 プライマリカラー*/
.modal_title2:before {
  border-bottom: 4px solid #fff;
  width: 100%;
}

/* h2 セカンダリカラー*/
.modal_title2:after {
  border-bottom: 4px solid #000;
  width: 100%;
}

/* ボタン全体 */
.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: 320px;
  margin: 0 auto;
}

.snsbtniti {
  font-size: 38px;
}

.snsbtniti li {
  display: inline-block;
  margin: 0 4px;
}

.Pagination {
  display: flex;
  margin: 0 auto;
  width: 360px;
  padding-top: 50px;
}

.Pagination ul {
  list-style-type: none;
}

.Pagination-Item-Link {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  overflow: hidden;
  background: #fff;
  border: solid 2px #111;
  font-size: 14px;
  color: #111;
  font-weight: bold;
  transition: all 0.15s linear;
}

.Pagination-Item-Link-Icon {
  width: 20px;
}

.Pagination-Item-Link.isActive {
  background: #111;
  color: #fff;
  pointer-events: none;
}

.Pagination-Item-Link:not(.isActive):hover {
  background: #111;
  color: #fff;
}

.Pagination>*+* {
  margin-left: 8px;
}

.supporter table {
  border-collapse: collapse;
}

@media screen and (min-width: 992px) {
  .supporter-table {
    width: 450px !important;
    margin: 20px;
  }

  .service-seminar {
    color: #fff;
    padding: 10px;
    background-color: #1D8DC0;
    width: 600px;
    display: block;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 50px;
    margin-top: 50px;
  }
}

@media screen and (max-width: 991px) {
  .supporter-table {
    width: 100%;
    margin: 20px;
  }

  .service-seminar {
    color: #fff;
    padding: 10px;
    background-color: #1D8DC0;
    width: 80%;
    display: block;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 50px;
    margin-top: 30px;
  }
}

.supporter th,
td {
  border: 4px solid #772217;
  padding: 10px;
}

.supporter-text {
  margin: 0 20px;
  padding: 0;
  font-size: 15px;
  line-height: 2em;
  display: block;
}

@media screen and (min-width: 992px) {
  .case-detail {
    width: 860px;
    margin: 0 auto;
    color: #fff;
  }

  .case-detail h1 {
    margin-top: 110px;
  }

  .case-detail-img img {
    width: 100%;
  }

  .case-detail-tcenter {
    text-align: center;
    font-size: 25px;
  }

  .case-detail h2 {
    font-size: 40px;
    font-style: italic;
    text-align: left;
  }

  .case-detail-school {
    font-size: 35px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 50px;
  }

  .case-detail h3 {
    font-size: 25px;
    text-align: center;
    border: 5px solid #fff;
    border-radius: 8px;
    padding: 20px;
  }

  .case-detail-text {
    font-size: 22px;
    line-height: 2.0em;
    margin-bottom: 80px;
  }

  .case-detail-sns {
    width: 80%;
    margin: 0 auto;
  }

  .case-detail-sns img {
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .case-detail {
    width: auto;
    margin: 0 auto;
    color: #fff;
  }

  .case-detail h1 {
    margin-top: 110px;
  }

  .case-detail-img img {
    width: 100%;
  }

  .case-detail-tcenter {
    text-align: center;
    font-size: 20px;
  }

  .case-detail h2 {
    font-size: 30px;
    font-style: italic;
    text-align: left;
    padding: 0 !important;
  }

  .case-detail-school {
    font-size: 23px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 50px;
  }

  .case-detail h3 {
    font-size: 22px;
    text-align: center;
    border: 5px solid #fff;
    border-radius: 8px;
    padding: 20px;
    margin: 20px;
  }

  .case-detail-text {
    font-size: 17px;
    line-height: 2.0em;
    margin: 20px 20px 50px 20px;
  }

  .case-detail-sns {
    width: 90%;
    margin: 0 auto;
  }

  .case-detail-sns img {
    width: 100%;
  }
}

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

  .event-banner {
    width: auto;
    margin: 0 auto;
  }

  .event-banner img {
    width: 100%;
  }

  .event-banner02 {
    width: 1130px;
    margin: 0 auto -40px auto;
  }

  .event-banner02 img {
    width: 100%;
  }

  .sc-banner {
    padding-top: 60px;
  }

  .sc-sp-none {
    display: none;
  }

  .flow-block {
    display: block;
  }

  .flow-line {
    padding-left: 70px;
    margin-left: 70px;
    border-left: 10px solid #772217;
    padding-bottom: 50px;
    padding-top: 50px;
    margin-top: -10px;
  }

  .flow-line img {
    width: 70%;
  }

  .flow-line-none {
    padding-left: 70px;
    margin-left: 80px;
    margin-bottom: 100px;
  }

  .flow-line-none img {
    width: 70%;
  }
}

@media screen and (max-width: 991px) {
  .ranking-banner {
    width: auto;
    margin: 0 auto;
    padding: 20px 20px 45px 20px;
  }

  .event-banner {
    width: auto;
    margin: 0 auto;
    padding: 5px 0;
  }

  .event-banner img {
    width: 100%;
  }

  .event-banner02 {
    width: auto;
    margin: 0 auto;
    padding: 0 19px 13px;
  }

  .event-banner02 img {
    width: 100%;
  }

  .sc-pc-none {
    display: none;
  }

  .ops-plan img {
    width: 100%;
    auto: auto;
  }

  .flow-block {
    display: block;
    font-size: 90%;
  }

  .flow-line {
    padding-left: 20px;
    margin-left: 20px;
    border-left: 10px solid #772217;
    padding-top: 30px;
    padding-bottom: 20px;
    margin-top: -10px;
  }

  .flow-line-none {
    padding-left: 20px;
    margin-left: 25px;
  }
}


/* 地域別ランキング用CSS */

@media screen and (min-width: 992px) {
  .title-winter {
    z-index: -1;
    padding: 65px 0 5px;
  }

  .title-winter img {
    height: 90px;
  }

  .period {
    background: #fff;
    z-index: 2;
    margin: -35px auto 0;
    width: 620px;
    padding: 10px 5px 3px;
    text-align: center;
  }

  .period img {
    width: 90%;
  }

  .totalling {
    color: #fff;
    font-size: 15px;
    text-align: center;
    margin: 20px;
  }

  .text-ranking {
    color: #fff;
    font-size: 16px;
    text-align: center;
  }

  .ranking-table tbody {
    width: 70%;
    margin: 0 auto;
  }

  .triangle-001 {
    color: #582624;
    background: #fff;
    padding: 15px 5px;
    font-size: 13px;
    margin: 20px auto 0;
    font-weight: 600;
    width: 50%;
  }

  .triangle-002 {
    color: #584224;
    background: #fff;
    padding: 15px 5px;
    font-size: 13px;
    margin: 20px auto 0;
    font-weight: 600;
    width: 50%;
  }

  .triangle-003 {
    color: #678c3c;
    background: #fff;
    padding: 15px 5px;
    font-size: 13px;
    margin: 20px auto 0;
    font-weight: 600;
    width: 50%;
  }

  .triangle-004 {
    color: #1b622c;
    background: #fff;
    padding: 15px 5px;
    font-size: 13px;
    margin: 20px auto 0;
    font-weight: 600;
    width: 50%;
  }

  .triangle-005 {
    color: #286da7;
    background: #fff;
    padding: 15px 5px;
    font-size: 13px;
    margin: 20px auto 0;
    font-weight: 600;
    width: 50%;
  }

  .triangle-006 {
    color: #551d5c;
    background: #fff;
    padding: 15px 5px;
    font-size: 13px;
    margin: 20px auto 0;
    font-weight: 600;
    width: 50%;
  }

  .manga {
    width: 900px;
    margin: 0 auto;
    padding: 0;
  }

  .manga img {
    width: 100%;
    margin: 0;
    padding: 0;
  }
}

@media screen and (max-width: 991px) {
  .title-winter {
    z-index: -1;
    padding: 95px 0 20px;
  }

  .title-winter img {
    height: 52px;
  }

  .period {
    background: #fff;
    z-index: 2;
    margin: 0 10px;
    padding: 10px 15px 5px;
    text-align: center;
  }

  .period img {
    width: 100%;
  }

  .totalling {
    color: #fff;
    font-size: 12px;
    text-align: center;
    margin: 20px;
  }

  .text-ranking {
    color: #fff;
    font-size: 13px;
    text-align: center;
  }

  .triangle-001 {
    color: #582624;
    background: #fff;
    padding: 15px 5px;
    font-size: 13px;
    margin: 20px 20px 0;
    font-weight: 600;
  }

  .triangle-002 {
    color: #584224;
    background: #fff;
    padding: 15px 5px;
    font-size: 13px;
    margin: 20px 20px 0;
    font-weight: 600;
  }

  .triangle-003 {
    color: #678c3c;
    background: #fff;
    padding: 15px 5px;
    font-size: 13px;
    margin: 20px 20px 0;
    font-weight: 600;
  }

  .triangle-004 {
    color: #1b622c;
    background: #fff;
    padding: 15px 5px;
    font-size: 13px;
    margin: 20px 20px 0;
    font-weight: 600;
  }

  .triangle-005 {
    color: #286da7;
    background: #fff;
    padding: 15px 5px;
    font-size: 13px;
    margin: 20px 20px 0;
    font-weight: 600;
  }

  .triangle-006 {
    color: #551d5c;
    background: #fff;
    padding: 15px 5px;
    font-size: 13px;
    margin: 20px 20px 0;
    font-weight: 600;
  }

  .manga {
    width: auto;
    margin: 0 auto;
    padding: 0;
  }

  .manga img {
    width: 100%;
    margin: 0;
    padding: 0;
  }
}

.area001 {
  margin: 5px 0;
  border-top: 2px solid #fff;
  padding: 0;
  display: inline-block;
}

.area001 h3 {
  font-size: 2rem;
  padding-top: 4px;
  width: 80%;
  margin: 20px auto;
}

.area001 h3 img {
  height: 70px;
}

@media screen and (min-width: 992px) {
  .area001 h4 {
    color: #282728;
    border: 10px double;
    border-radius: 20rem;
    background-color: rgb(255, 255, 255);
    font-size: 2rem;
    padding-top: 4px;
    width: 60%;
    margin: 20px auto;
  }

  .area002 h4 {
    color: #282728;
    border: 10px double;
    border-radius: 20rem;
    background-color: rgb(255, 255, 255);
    font-size: 2rem;
    padding-top: 4px;
    width: 60%;
    margin: 20px auto;
  }

  .area003 h4 {
    color: #282728;
    border: 10px double;
    border-radius: 20rem;
    background-color: rgb(255, 255, 255);
    font-size: 2rem;
    padding-top: 4px;
    width: 60%;
    margin: 20px auto;
  }

  .area004 h4 {
    color: #282728;
    border: 10px double;
    border-radius: 20rem;
    background-color: rgb(255, 255, 255);
    font-size: 2rem;
    padding-top: 4px;
    width: 60%;
    margin: 20px auto;
  }

  .area005 h4 {
    color: #282728;
    border: 10px double;
    border-radius: 20rem;
    background-color: rgb(255, 255, 255);
    font-size: 2rem;
    padding-top: 4px;
    width: 60%;
    margin: 20px auto;
  }

  .area006 h4 {
    color: #282728;
    border: 10px double;
    border-radius: 20rem;
    background-color: rgb(255, 255, 255);
    font-size: 2rem;
    padding-top: 4px;
    width: 60%;
    margin: 20px auto;
  }
}

@media screen and (max-width: 991px) {
  .area001 h4 {
    color: #282728;
    border: 10px double;
    border-radius: 20rem;
    background-color: rgb(255, 255, 255);
    font-size: 2rem;
    padding-top: 4px;
    width: 90%;
    margin: 20px auto;
  }

  .area002 h4 {
    color: #282728;
    border: 10px double;
    border-radius: 20rem;
    background-color: rgb(255, 255, 255);
    font-size: 2rem;
    padding-top: 4px;
    width: 90%;
    margin: 20px auto;
  }

  .area003 h4 {
    color: #282728;
    border: 10px double;
    border-radius: 20rem;
    background-color: rgb(255, 255, 255);
    font-size: 2rem;
    padding-top: 4px;
    width: 90%;
    margin: 20px auto;
  }

  .area004 h4 {
    color: #282728;
    border: 10px double;
    border-radius: 20rem;
    background-color: rgb(255, 255, 255);
    font-size: 2rem;
    padding-top: 4px;
    width: 90%;
    margin: 20px auto;
  }

  .area005 h4 {
    color: #282728;
    border: 10px double;
    border-radius: 20rem;
    background-color: rgb(255, 255, 255);
    font-size: 2rem;
    padding-top: 4px;
    width: 90%;
    margin: 20px auto;
  }

  .area006 h4 {
    color: #282728;
    border: 10px double;
    border-radius: 20rem;
    background-color: rgb(255, 255, 255);
    font-size: 2rem;
    padding-top: 4px;
    width: 90%;
    margin: 20px auto;
  }
}

.area001 h4 img {
  height: 40px;
}

.area002 {
  margin: 25px 0;
  border-top: 2px solid #fff;
  padding: 5px 0 0;
  display: inline-block;
}

.area002 h3 {
  font-size: 2rem;
  padding-top: 4px;
  width: 80%;
  margin: 20px auto;
}

.area002 h3 img {
  height: 70px;
}

.area002 h4 img {
  height: 40px;
}

.area003 {
  margin: 5px 0;
  border-top: 2px solid #fff;
  padding: 5px 0 0;
  display: inline-block;
}

.area003 h3 {
  font-size: 2rem;
  padding-top: 4px;
  width: 80%;
  margin: 20px auto;
}

.area003 h3 img {
  height: 70px;
}

.area003 h4 img {
  height: 40px;
}

.area004 {
  margin: 20px 0;
  border-top: 2px solid #fff;
  padding: 5px 0 0;
  display: inline-block;
}

.area004 h3 {
  font-size: 2rem;
  padding-top: 4px;
  width: 80%;
  margin: 20px auto;
}

.area004 h3 img {
  height: 70px;
}

.area004 h4 img {
  height: 40px;
}

.area005 {
  margin: 5px 0;
  border-top: 2px solid #fff;
  padding: 5px 0 0;
  display: inline-block;
}

.area005 h3 {
  font-size: 2rem;
  padding-top: 4px;
  width: 80%;
  margin: 20px auto;
}

.area005 h3 img {
  height: 70px;
}

.area005 h4 img {
  height: 40px;
}

.area006 {
  margin: 20px 0;
  border-top: 2px solid #fff;
  padding: 5px 0 0;
  display: inline-block;
}

.area006 h3 {
  font-size: 2rem;
  padding-top: 4px;
  width: 80%;
  margin: 20px auto;
}

.area006 h3 img {
  height: 70px;
}

.area006 h4 img {
  height: 40px;
}

.ranking-table {
  display: flex;
  margin: 0 20px 0 10px;
}

.cate-tag-001 {
  background: #c9463a;
  padding: 0;
  border-radius: 5px;
  border: none;
  width: 45px;
  height: 57px;
  text-align: left;
}

.cate-tag-001 img {
  height: 30px;
  vertical-align: c9463a;
  display: block;
}

.cate-tag-002 {
  background: #d09646;
  padding: 0;
  border-radius: 5px;
  border: none;
  width: 45px;
  height: 57px;
  text-align: left;
}

.cate-tag-002 img {
  height: 30px;
  vertical-align: middle;
  display: block;
}

.cate-tag-003 {
  background: #95c03f;
  padding: 0;
  border-radius: 5px;
  border: none;
  width: 45px;
  height: 57px;
  text-align: left;
}

.cate-tag-003 img {
  height: 30px;
  vertical-align: middle;
  display: block;
}

.cate-tag-004 {
  background: #3d8230;
  padding: 0;
  border-radius: 5px;
  border: none;
  width: 45px;
  height: 57px;
  text-align: left;
}

.cate-tag-004 img {
  height: 30px;
  vertical-align: middle;
  display: block;
}

.cate-tag-005 {
  background: #234d81;
  padding: 0;
  border-radius: 5px;
  border: none;
  width: 45px;
  height: 57px;
  text-align: left;
}

.cate-tag-005 img {
  height: 30px;
  vertical-align: middle;
  display: block;
}

.cate-tag-006 {
  background: #6c369d;
  padding: 0;
  border-radius: 5px;
  border: none;
  width: 45px;
  height: 57px;
  text-align: left;
}

.cate-tag-006 img {
  height: 30px;
  vertical-align: middle;
  display: block;
}

.champion {
  border: none;
  padding: 5px;
  width: 50px;
  text-align: left;
}

.champion img {
  height: 30px;
  vertical-align: middle;
  display: block;
}

.champion-detail {
  border: none;
  padding: 5px;
  width: 25px;
  text-align: left;
}

.champion-detail img {
  height: 30px;
  vertical-align: middle;
  display: block;
}

.ranking-icon {
  border: none;
  padding: 0 0 0 5px;
  width: 14px;
  text-align: left;
}

.ranking-icon img {
  height: 14px;
  vertical-align: middle;
  display: block;
}

.ranking-number {
  border: none;
  padding: 5px 11px 5px 0px;
  width: 24px;
  text-align: right;
  color: #f5c345;
  font-weight: 900;
}

.sports-icon {
  padding: 2px;
  border: none;
  width: 22px;
  text-align: left;
}

.sports-icon img {
  height: 22px;
  vertical-align: middle;
  display: block;
}

.ranking-team {
  border: none;
  white-space: nowrap;
  text-align: left;
  display: table-cell;
  font-size: 12px;
  letter-spacing: 0.1em;
}

.ranking-score {
  border: none;
  padding: 5px 0;
  width: 60px;
  white-space: nowrap;
  float: right;
  display: flex;
  color: #f5c345;
  padding-right: calc(var(--icon-margin) + var(--icon-size));
  font-family: arial;
  font-size: 14px;
  letter-spacing: 0em;
  vertical-align: middle;
  font-weight: 600;
  margin-top: -35px;
  margin-right: 10px;
}

.ranking-score img {
  height: 16px;
  vertical-align: text-bottom;
  margin-right: 5px;
}

.ranking-score-lv2 {
  border: none;
  padding: 5px 0;
  width: 60px;
  white-space: nowrap;
  float: right;
  display: flex;
  color: #f5c345;
  padding-right: calc(var(--icon-margin) + var(--icon-size));
  font-family: arial;
  font-size: 14px;
  letter-spacing: 0em;
  vertical-align: middle;
  font-weight: 600;
  margin-top: -43px;
  margin-right: 10px;
}

.ranking-score-lv2 img {
  height: 16px;
  vertical-align: text-bottom;
  margin-right: 5px;
}

.ranking-list-item {
  background: #545961;
  margin: 0 0 5px;
  padding: 5px;
  display: inline-block;
  color: #fff;
  font-size: 12px;
  width: 100%;
}

.ranking-list001 {
  background: #7e712e;
  display: contents;
  padding: 0;
  margin: 0;
}

.ranking-list-item001 {
  background: #7e712e;
  margin: 0 0 5px;
  padding: 5px;
  display: inline-block;
  color: #fff;
  font-size: 12px;
  width: 100%;
}

.ranking-list002 {
  background: #7e712e;
  display: contents;
  padding: 0;
  margin: 0;
}

.ranking-list-item002 {
  background: #7e712e;
  margin: 0 0 5px;
  padding: 5px;
  display: inline-block;
  color: #fff;
  font-size: 12px;
  width: 100%;
}

.ranking-list003 {
  background: #7e712e;
  display: contents;
  padding: 0;
  margin: 0;
}

.ranking-list-item003 {
  background: #7e712e;
  margin: 0 0 5px;
  padding: 5px;
  display: inline-block;
  color: #fff;
  font-size: 12px;
  width: 100%;
}

.ranking-list004 {
  background: #7e712e;
  display: contents;
  padding: 0;
  margin: 0;
}

.ranking-list-item004 {
  background: #7e712e;
  margin: 0 0 5px;
  padding: 5px;
  display: inline-block;
  color: #fff;
  font-size: 12px;
  width: 100%;
}

.ranking-list005 {
  background: #7e712e;
  display: contents;
  padding: 0;
  margin: 0;
}

.ranking-list-item005 {
  background: #7e712e;
  margin: 0 0 5px;
  padding: 5px;
  display: inline-block;
  color: #fff;
  font-size: 12px;
  width: 100%;
}

.ranking-list006 {
  background: #7e712e;
  display: contents;
  padding: 0;
  margin: 0;
}

.ranking-list-item006 {
  background: #7e712e;
  margin: 0 0 5px;
  padding: 5px;
  display: inline-block;
  color: #fff;
  font-size: 12px;
  width: 100%;
}


/* サッカー選手診断用CSS */


.content-suggest-player {
  margin: 5px 0;
  padding: 10px;
  border-bottom: 3px solid #fff;
}

.flex-suggest {
  display: block;
}

.flex-suggest a {
  display: table-cell;
  vertical-align: middle;
}

.idp-button01 {
  background: #363d65;
  border-radius: 10px;
  padding: 20px 20px 15px;
  margin: 30px auto;
  text-align: center;
  width: 150px;
  display: block;
  border: 3px solid #fff;
}

.idp-button02 {
  border-radius: 10px;
  padding: 20px 20px 15px;
  margin: 30px auto;
  text-align: center;
  width: 150px;
  display: block;
  border: 3px solid #fff;
  /*背景の色と形状*/
  background: linear-gradient(270deg, #ff5a7a 0%, #874591 25%, #583c99 51%, #0a2ea7 100%);
  background-position: 1% 50%;
  background-size: 200% auto;
  /*アニメーションの指定*/
  transition: all 0.3s ease-out;
}

.idp-button03 {
  background: #2776ad;
  border-radius: 10px;
  padding: 20px 20px 15px;
  margin: 30px auto;
  text-align: center;
  width: 280px;
  display: block;
  border: 3px solid #fff;
}

.idp-button04 {
  background: #0086a9;
  border-radius: 10px;
  padding: 20px 20px 15px;
  margin: 30px auto;
  text-align: center;
  width: 280px;
  display: block;
  border: 3px solid #fff;
}

.idp-button05 {
  background: #676767;
  border-radius: 10px;
  padding: 20px 20px 15px;
  margin: 30px auto;
  text-align: center;
  width: 280px;
  display: block;
  border: 3px solid #fff;
}

@media screen and (min-width: 992px) {
  .suggest-top {
    padding: 110px 0 10px;
  }

  .title-suggest {
    padding: 0 120px;
    margin: 0;
  }

  .title-suggest-card {
    padding: 20px 120px 0;
    margin: 0;
  }

  .title-suggest-step {
    background: #363d65;
    padding: 100px 350px 10px;
    margin: 0;
  }

  .content-suggest {
    margin: 5px 0;
    padding: 40px 60px 80px;
    border-bottom: 3px solid #fff;
  }

  .period-suggest {
    margin: 10px;
    padding: 15px 200px 8px;
    text-align: center;
    /*背景の色と形状*/
    background: linear-gradient(270deg, #3bade3 0%, #576fe6 25%, #9844b7 51%, #ff357f 100%);
    background-position: 1% 50%;
    background-size: 200% auto;
    /*アニメーションの指定*/
    transition: all 0.3s ease-out;
  }

  .period-suggest-legend {
    margin: 10px;
    padding: 15px 200px 8px;
    text-align: center;
    background: #7b601e;
  }

  .card-suggest {
    background: #000;
    padding: 0 60px 5px;
    margin: 0;
  }

  .text-suggest {
    color: #fff;
    font-size: 15px;
    text-align: center;
  }

  .text-suggest-detail {
    color: #fff;
    line-height: 0.7em;
  }

  .text-suggest-detail-legend {
    color: #4d3d17;
    line-height: 0.7em;
  }

  .text-suggest-player01 {
    color: #fff;
    font-size: 15px;
    text-align: center;
    background: #363d65;
    color: #fff;
    padding: 10px;
  }

  .text-suggest-player02 {
    color: #fff;
    font-size: 15px;
    text-align: center;
    background: #000;
    padding: 10px;
    color: #fff;
  }

  .text-suggest-player01-legend {
    color: #fff;
    font-size: 15px;
    text-align: center;
    background: #7b601e;
    color: #fff;
    padding: 10px;
  }

  .text-suggest-player02-legend {
    color: #fff;
    font-size: 15px;
    text-align: center;
    background: #000;
    padding: 10px;
    color: #fff;
  }

  .totalling-suggest {
    color: #fff;
    font-size: 15px;
    text-align: center;
    margin: 0;
    padding-bottom: 25px;
  }

  .suggest-button01 {
    border-radius: 30px;
    padding: 80px 50px;
    margin: 60px 100px;
    text-align: center;
    display: block;
    /*背景の色と形状*/
    background: linear-gradient(270deg, #3bade3 0%, #576fe6 25%, #9844b7 51%, #ff357f 100%);
    background-position: 1% 50%;
    background-size: 200% auto;
    /*アニメーションの指定*/
    transition: all 0.3s ease-out;
  }

  .suggest-button02 {
    border-radius: 30px;
    padding: 30px 30px;
    margin: 20px 100px;
    text-align: center;
    display: block;
    /*背景の色と形状*/
    background: linear-gradient(270deg, #3bade3 0%, #576fe6 25%, #9844b7 51%, #ff357f 100%);
    background-position: 1% 50%;
    background-size: 200% auto;
    /*アニメーションの指定*/
    transition: all 0.3s ease-out;
  }

  .suggest-button03 {
    border-radius: 30px;
    padding: 220px 0px 0px;
    margin: 10px 10px;
    text-align: center;
    display: block;
    height: 300px;
    /*背景の色と形状*/
    background: linear-gradient(270deg, #3bade3 0%, #576fe6 25%, #9844b7 51%, #ff357f 100%);
    background-position: 1% 50%;
    background-size: 200% auto;
    /*アニメーションの指定*/
    transition: all 0.3s ease-out;
  }

  .suggest-button04 {
    border-radius: 30px;
    padding: 60px 30px;
    margin: 20px 100px;
    text-align: center;
    display: block;
    /*背景の色と形状*/
    background: linear-gradient(270deg, #3bade3 0%, #576fe6 25%, #9844b7 51%, #ff357f 100%);
    background-position: 1% 50%;
    background-size: 200% auto;
    /*アニメーションの指定*/
    transition: all 0.3s ease-out;
  }

  .suggest-player {
    text-align: center;
    font-size: 55px;
    padding-top: 20px;
    margin: 0;
    line-height: 1.1em;
    color: #fff;
  }

  .suggest-player-legend {
    text-align: center;
    font-size: 55px;
    padding-top: 20px;
    margin: 0;
    line-height: 1.1em;
    color: #4d3d17;
  }
}

@media screen and (max-width: 991px) {
  .suggest-top {
    padding: 90px 0 0;
  }

  .title-suggest {
    padding: 10px 0 0;
    margin: 0;
  }

  .title-suggest-card {
    padding: 20px 40px 10px;
    margin: 0;
  }

  .title-suggest-step {
    background: #363d65;
    padding: 90px 150px 10px;
    margin: 0;
  }

  .content-suggest {
    margin: 5px 0;
    padding: 10px 40px 40px;
    border-bottom: 3px solid #fff;
  }

  .period-suggest {
    margin: 10px;
    padding: 10px 15px 5px 20px;
    text-align: center;
    /*背景の色と形状*/
    background: linear-gradient(270deg, #3bade3 0%, #576fe6 25%, #9844b7 51%, #ff357f 100%);
    background-position: 1% 50%;
    background-size: 200% auto;
    /*アニメーションの指定*/
    transition: all 0.3s ease-out;
  }

  .period-suggest-legend {
    margin: 10px;
    padding: 10px 15px 5px 20px;
    text-align: center;
    background: #7b601e;
  }

  .card-suggest {
    background: #000;
    padding: 0 40px 5px;
    margin: 0;
  }

  .text-suggest {
    color: #fff;
    font-size: 12px;
    text-align: center;
  }

  .text-suggest-detail {
    color: #fff;
    line-height: 0.7em;
  }

  .text-suggest-detail-legend {
    color: #4d3d17;
    line-height: 0.7em;
  }

  .text-suggest-player01 {
    color: #fff;
    font-size: 13px;
    text-align: center;
    background: #363d65;
    color: #fff;
    padding: 10px;
  }

  .text-suggest-player02 {
    color: #fff;
    font-size: 15px;
    text-align: center;
    background: #000;
    padding: 10px;
    color: #fff;
  }

  .text-suggest-player01-legend {
    color: #fff;
    font-size: 13px;
    text-align: center;
    background: #7b601e;
    color: #fff;
    padding: 10px;
  }

  .text-suggest-player02-legend {
    color: #fff;
    font-size: 15px;
    text-align: center;
    background: #000;
    padding: 10px;
    color: #fff;
  }

  .totalling-suggest {
    color: #fff;
    font-size: 13px;
    text-align: center;
    margin: 0;
    padding: 0 20px;
  }

  .suggest-button01 {
    border-radius: 15px;
    padding: 80px 0;
    margin: 30px 0 10px;
    text-align: center;
    display: block;
    /*背景の色と形状*/
    background: linear-gradient(270deg, #3bade3 0%, #576fe6 25%, #9844b7 51%, #ff357f 100%);
    background-position: 1% 50%;
    background-size: 200% auto;
    /*アニメーションの指定*/
    transition: all 0.3s ease-out;
  }

  .suggest-button02 {
    border-radius: 15px;
    padding: 20px;
    margin: 10px 0 10px;
    text-align: center;
    display: block;
    /*背景の色と形状*/
    background: linear-gradient(270deg, #3bade3 0%, #576fe6 25%, #9844b7 51%, #ff357f 100%);
    background-position: 1% 50%;
    background-size: 200% auto;
    /*アニメーションの指定*/
    transition: all 0.3s ease-out;
  }

  .suggest-button03 {
    border-radius: 10px;
    padding: 130px 0px 0px;
    margin: 10px 2px;
    text-align: center;
    display: block;
    height: 170px;
    /*背景の色と形状*/
    background: linear-gradient(270deg, #3bade3 0%, #576fe6 25%, #9844b7 51%, #ff357f 100%);
    background-position: 1% 50%;
    background-size: 200% auto;
    /*アニメーションの指定*/
    transition: all 0.3s ease-out;
  }

  .suggest-button04 {
    border-radius: 15px;
    padding: 70px 0px 0px;
    margin: 10px 2px;
    text-align: center;
    display: block;
    height: 100px;
    /*背景の色と形状*/
    background: linear-gradient(270deg, #3bade3 0%, #576fe6 25%, #9844b7 51%, #ff357f 100%);
    background-position: 1% 50%;
    background-size: 200% auto;
    /*アニメーションの指定*/
    transition: all 0.3s ease-out;
  }

  .suggest-player {
    text-align: center;
    font-size: 45px;
    padding-top: 20px;
    margin: 0;
    line-height: 1.1em;
    color: #fff;
  }

  .suggest-player-legend {
    text-align: center;
    font-size: 45px;
    padding-top: 20px;
    margin: 0;
    line-height: 1.1em;
    color: #4d3d17;
  }
}

.news-label {
  display: inline-block;
  background-color: #ffffff;
  color: #000;
  border-radius: 5px;
  font-size: 10px;
  font-weight: bold;
  padding: 0 10px;
  margin: 10px 0;
  line-height: 2.0em;
}

/* ローディング画面① */
#loading-common {
  width: 100vw;
  height: 100vh;
  transition: 4s;
  background-color: #b89130;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}

.spinner {
  width: 350px;
  height: 350px;
  margin: 50px auto;
  background-color: #fff;
  border-radius: 100%;
  animation: sk-scaleout 2.0s infinite ease-in-out;
}

/* ローディングアニメーション */
@keyframes sk-scaleout {
  0% {
    transform: scale(0);
  }

  100% {
    transform: scale(1.0);
    opacity: 0;
  }
}

/* Hide Loading Block */
.loaded {
  opacity: 0;
  visibility: hidden;
}

/* ローディング画面② */
.loader-bg {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: #18a3f2;
  display: flex;
  justify-content: center;
  align-items: center;
}

.loader {
  font-size: 10px;
  margin: 50px auto;
  text-indent: -9999em;
  width: 11em;
  height: 11em;
  border-radius: 50%;
  background: #ffffff;
  background: -moz-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  background: -webkit-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  background: -o-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  background: -ms-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  background: linear-gradient(to right, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  position: relative;
  -webkit-animation: load3 1.4s infinite linear;
  animation: load3 1.4s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}

.loader:before {
  width: 50%;
  height: 50%;
  background: #ffffff;
  border-radius: 100% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
}

.loader:after {
  background: #18a3f2;
  width: 75%;
  height: 75%;
  border-radius: 50%;
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

@-webkit-keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.func-icon {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.func-icon img {
  width: 150px;
}

.gallery-02 {
  columns: 2;
  padding: 0;
  margin-top: 30px;
}

.gallery-02 li {
  margin-bottom: 20px;
  list-style: none;
}

.gallery-02 img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.gallery-03 {
  columns: 3;
  padding: 0;
  margin-top: 30px;
}

.gallery-03 li {
  margin-bottom: 20px;
  list-style: none;
}

.gallery-03 img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.flipLeft {
  animation-name: flipLeft;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  perspective-origin: left center;
  opacity: 0;
}

@keyframes flipLeft {
  from {
    transform: perspective(600px) translate3d(0, 0, 0) rotateY(30deg);
    opacity: 0;
  }

  to {
    transform: perspective(600px) translate3d(0, 0, 0) rotateY(0deg);
    opacity: 1;
  }
}