@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500&display=swap');

body,
html {
  height: 100%;
  margin: 0 auto;
  letter-spacing: 2px;
  font-size: 18px;
  font-family: "Times New Roman",
    "YuMincho",
    "Hiragino Mincho ProN",
    "Yu Mincho",
    "MS PMincho",
    serif;
}

body {
  margin: 0;
}

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

.container-wrap {
  zoom: 95%;
}

.app-text h5 {
  background-color: #bd6bc0;
  padding: 15px;
  color: #fff;
}

.app-text ul {
  font-size: 14px;
}

.app-text ul li {
  list-style-type: disc;
  line-height: 2.5em;
}

@media screen and (min-width: 992px) {
  .site-logo {
    padding: 4px 0;
  }

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

  .pc-none {
    display: none;
  }

  .header-nav {
    position: fixed;
    width: 100%;
    height: 90px;
    z-index: -2;
  }

  .concept-block {
    width: 1000px;
    margin: 0 auto;
  }

  form {
    margin: 0 80px !important;
    border-top: 2px solid #000;
    font-size: 16px;
    display: block !important;
  }

  #nav {
    position: absolute;
    height: 100vh;
    width: 28%;
    right: -28%;
    top: 0;
    background: #ad8a68;
    transition: .7s;
  }

  #nav ul {
    padding-top: 74px;
    margin: 0;
    padding-left: 0;
  }

  #nav ul li {
    list-style-type: none;
    font-size: 20px;
    line-height: 3em;
    border-top: 1px solid #000;
  }

  #nav a {
    display: block;
    text-decoration: none;
    color: #000;
    margin: 0;
    padding: 15px 30px;
    transition: .5s;
  }

  #nav li a:hover {
    color: #ffffff;
    background: #6c4e30;
    border-bottom: none;
  }

  #hamburger {
    display: block;
    position: absolute;
    top: 14px;
    right: 30px;
    width: 50px;
    height: 44px;
    cursor: pointer;
    transition: 1s;
  }

  .inner_line {
    display: block;
    position: absolute;
    left: 0;
    width: 40px;
    height: 3px;
    background-color: #000;
    transition: 1s;
    border-radius: 4px;
  }

  #line1 {
    top: 0;
  }

  #line2 {
    top: 15px;
  }

  #line3 {
    bottom: 10px;
  }

  .in {
    right: 0 !important;
  }

  .line_1,
  .line_2,
  .line_3 {
    background: #000000;
  }

  .line_1 {
    transform: translateY(20px) rotate(-45deg);
    top: 0;
  }

  .line_2 {
    opacity: 0;
  }

  .line_3 {
    transform: translateY(-11px) rotate(45deg);
    bottom: 0;
  }

  .gnav__menu {
    padding-top: 3px;
    height: 0px;
  }

  .product-container {
    display: flex;
    justify-content: space-between;
  }

  .product-element {
    width: 49%;
    border-radius: 10px;
    padding: 0;
  }

  .product-element h2 {
    margin-bottom: 20px !important;
    padding: 0 !important;
    font-size: 25px !important;
    text-align: center !important;
    border-top: 10px solid #2b3151;
    border-bottom: 10px solid #2b3151;
  }

  .product-sub-element {
    margin-bottom: 10px;
    border: 5px solid #ccc;
    border-radius: 20px;
    padding: 25px;
  }

  .product-sub-element h3 {
    margin-top: 0;
    font-size: 18px;
  }

  .product-block001 {
    margin: 0 auto !important;
    padding-top: 90px;
    border-top: 2px solid #000;
    font-size: 16px;
    display: block !important;
    width: 1000px;
  }

  .product-block002 {
    margin: 50px auto 0 !important;
    padding-top: 90px;
    font-size: 16px;
    display: block !important;
    width: 1000px;
    border-top: 2px solid #000;
  }

  .product-title img {
    width: 100%;
  }

  .product-iphone {
    text-align: center;
  }

  .product-iphone img {
    height: 530px;
  }

  .lab-title {
    font-size: 45px !important;
  }

  .lab-img {
    display: block !important;
  }

  .lab-img img {
    width: 100%;
  }

  .lab-label {
    font-size: 20px;
    background: #225fbb;
    color: #fff;
    text-align: left;
    padding: 20px;
    border-radius: 5px;
    margin-top: 50px;
  }

  .lab-text {
    font-size: 20px;
    line-height: 2.0em;
    margin-bottom: 30px !important;
    margin-top: 10px !important;
  }
}

@media screen and (max-width: 991px) {
  .site-logo {
    padding: 0 5px;
  }

  .site-logo img {
    height: auto;
    width: 300px;
    margin: 22px 0 14px;
  }

  .sp-none {
    display: none;
  }

  .header-nav {
    position: fixed;
    width: 100%;
    height: auto;
    top: 0;
  }

  form {
    margin: 0 20px !important;
    border-top: 2px solid #000;
    font-size: 15px;
    display: block !important;
    padding-top: 20px !important;
  }

  #nav {
    position: absolute;
    height: 100vh;
    width: 33%;
    right: -33%;
    top: 0;
    background: #ffffff;
    transition: .7s;
  }

  #nav ul {
    padding-top: 89px;
    margin: 0;
  }

  #nav ul li {
    list-style-type: none;
    font-size: 20px;
    line-height: 3em;
    border-top: 1px solid #000;
  }

  #nav a {
    display: block;
    text-decoration: none;
    color: #000;
    margin: 0 15px;
    padding: 10px;
    transition: .5s;
  }

  #nav li a:hover {
    color: #ffffff;
    background: #cd5c5c;
    border-bottom: none;
  }

  #hamburger {
    display: block;
    position: fixed;
    top: 15px;
    right: 15px;
    width: 50px;
    height: 44px;
    cursor: pointer;
    transition: 1s;
  }

  .inner_line {
    display: block;
    position: absolute;
    right: 0;
    width: 50px;
    height: 3px;
    background-color: #000;
    transition: 1s;
    border-radius: 4px;
  }

  #line1 {
    top: 0;
  }

  #line2 {
    top: 20px;
  }

  #line3 {
    bottom: 0px;
  }

  .in {
    right: 0 !important;
  }

  .line_1,
  .line_2,
  .line_3 {
    background: #000000;
  }

  .line_1 {
    transform: translateY(20px) rotate(-45deg);
    top: 0;
  }

  .line_2 {
    opacity: 0;
  }

  .line_3 {
    transform: translateY(-20px) rotate(45deg);
    bottom: 0;
  }

  .gnav__menu {
    padding-top: 0;
    height: 0;
  }

  .product-container {
    display: block;
    justify-content: space-between;
    width: 100%;
  }

  .product-element {
    width: auto;
  }

  .product-element h2 {
    margin-top: 0;
    font-size: 25px !important;
    text-align: center !important;
    border-top: 10px solid #2b3151;
    border-bottom: 10px solid #2b3151;
    margin-bottom: 30px !important;
  }

  .product-sub-element {
    margin-bottom: 20px;
    border: 5px solid #ccc;
    border-radius: 15px;
    padding: 20px;
  }

  .product-sub-element h3 {
    margin: 0;
  }

  .product-block001 {
    margin: 0 20px !important;
    border-top: 2px solid #000;
    font-size: 15px;
    display: block !important;
    padding-top: 20px !important;
  }

  .product-block002 {
    margin: 30px 20px 0 !important;
    font-size: 15px;
    display: block !important;
    padding-top: 60px !important;
    border-top: 2px solid #000;
  }

  .product-title img {
    width: 100%;
  }

  .product-iphone {
    text-align: center;
  }

  .product-iphone img {
    height: 530px;
  }

  .lab-title {
    font-size: 28px !important;
    padding: 0px !important;
  }
}

.lab-img {
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
}

.lab-img img {
  width: 100%;
}

.lab-label {
  font-size: 20px;
  background: #225fbb;
  color: #fff;
  text-align: left;
  padding: 20px;
  border-radius: 5px;
  margin-top: 50px;
}

.lab-text {
  font-size: 15px;
  line-height: 2.0em;
  margin-bottom: 20px !important;
  margin-top: 10px !important;
  display: block !important;
}

.sp-header h1 span {
  display: block;
  font-size: 11px;
  text-align: right;
  margin-top: -17px;
  font-weight: 300;
}

.sp-nav {
  padding: 0;
}

.sp-nav li {
  margin: 0;
  display: block;
  padding: 20px 0;
  border-bottom: 1px solid #fff;
}

.sp-nav a {
  color: #fff !important;
  font-size: 120%;
  text-decoration: none;
}

.sp-nav-button {
  display: block;
  cursor: pointer;
}

.sp-nav-wrap {
  position: fixed;
  left: 0;
  top: 0;
  display: none;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.8);
  width: 70%;
  height: 100%;
  padding: 15%;

  .sp-nav {
    height: 100%;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    border-top: 1px solid #fff;
  }

  li {
    display: block;
    margin: 0;

    a {
      color: #fff;
      font-size: 18px;
    }
  }
}

/*メニューボタンのエフェクト*/
.sp-nav-button,
.sp-nav-button span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
}

.sp-nav-button {
  z-index: 20;
  position: relative;
  width: 40px;
  height: 36px;
  margin-top: 8px;
}

.sp-nav-button span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #000;
  border-radius: 4px;
}

.sp-nav-button span:nth-of-type(1) {
  top: 0;
}

.sp-nav-button span:nth-of-type(2) {
  top: 16px;
}

.sp-nav-button span:nth-of-type(3) {
  bottom: 0;
}

.sp-nav-button.active span:nth-of-type(1) {
  -webkit-transform: translateY(16px) rotate(-45deg);
  transform: translateY(16px) rotate(-45deg);
}

.sp-nav-button.active span:nth-of-type(2) {
  opacity: 0;
}

.sp-nav-button.active span:nth-of-type(3) {
  -webkit-transform: translateY(-16px) rotate(45deg);
  transform: translateY(-16px) rotate(45deg);
}

.open {
  display: block;
}

.close {
  display: none;
}
}

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

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

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

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

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

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

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

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

.info-text {
  display: block;
}

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

.mainarea h2 {
  margin: 0;
  padding: 0;
}

.mainarea p {
  margin: 0;
  padding: 0;
}

.striped-section h2 {
  margin: 0;
  padding: 0;
}

.striped-section p {
  margin: 0;
  padding: 0;
}

.striped-section {
  display: block;
}

.striped-section:nth-of-type(odd) {
  background-color: #fff;
  color: #68686b;
}

.striped-section:nth-of-type(even) {
  background-color: #6a686b;
  color: #fff;
}

.case-section h2 {
  margin: 0;
  padding: 0;
}

.case-section p {
  margin: 0;
  padding: 0;
}

.case-section {
  display: block;
  background: #f7f5ee;
  padding-bottom: 150px;
}

.topicpass a {
  color: #fff;
}

@media screen and (max-width: 991px) {
  .card-text-02 {
    padding-top: 10px !important;
    border-top: 1px solid #666;
    margin-top: 10px !important;
    font-size: 14px;
  }
}

@media screen and (min-width: 992px) {
  .topicpass {
    background: #5f668d;
    color: #fff;
    margin-top: 87px;
    padding: 5px 30px;
    font-size: 15px;
  }

  .case-search-area {
    width: auto;
    padding: 15px;
    margin-bottom: 25px;
    border-radius: 8px;
    border: 5px solid #ccc;
    background: #fff;
    display: block;
  }

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

  .box {
    padding: 15px 20px;
    background-color: #000;
    border-radius: 5px;
  }

  .mainarea {
    margin-top: 91px;
    background-image: url("../../src/images/main.jpg");
    background-repeat: no-repeat;
    background-position: left top;
    background-size: cover;
    height: 580px;
    /* 背景の高さを固定 */
  }

  .main-title {
    display: grid;
    margin: 0 auto;
  }

  .mainarea h2 {
    height: auto;
    margin: 200px auto 0;
  }

  .mainarea h2 img {
    height: 100px;
  }

  .mainarea p {
    margin: 20px 0;
    text-align: center;
    font-size: 14px;
    color: #fff;
  }

  .main-button {
    display: inline-block;
    padding: 10px 20px;
    background-color: #027aff;
    color: #fff;
    border-radius: 3px;
    text-align: left;
    background-image: url("../images/banner-img001.jpg");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 190px auto;
    font-size: 16px;
    line-height: 1.5;
    text-decoration: none;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease-in-out;
    width: 385px;
    margin-top: 10px;
  }

  .main-button:hover {
    background-color: #0258ff;
    color: #fff;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.4);
  }

  .icon-movie {
    display: inline-flex;
    align-items: center;
    float: left;
  }

  .icon-movie img {
    height: 65px;
    padding-left: 45px;
  }

  .button-text {
    display: inline-flex;
    align-items: center;
    float: right;
  }

  .arrow-icon {
    margin-left: 5px;
    font-size: 14px;
    font-weight: bold;
  }

  .arrow-icon img {
    height: 15px;
    vertical-align: middle;
  }

  .academic001 {
    background-image: url("../images/bg-academic001.jpg");
    background-repeat: no-repeat;
    background-position: right top;
    background-size: cover;
    height: 580px;
    /* 背景の高さを固定 */
  }

  .concept-text01 {
    font-size: 30px;
    line-height: 1.5em;
    width: 630px;
    text-align: left;
    display: block !important;
  }

  .concept-text02 {
    font-size: 20px;
    padding: 50px 0 0 0 !important;
    width: 630px;
    text-align: left;
    display: block !important;
  }

  .striped-section h2 {
    height: auto;
    text-align: left;
    padding: 50px 0;
    width: 100%;
    overflow: visible;
  }

  .striped-section h2 img {
    height: 60px;
    width: auto;
    overflow: visible;
  }

  .striped-section .container {
    overflow: visible;
  }

  .striped-section .icon-text {
    float: right;
    margin-top: -120px;
    margin-right: 30px;
    /* 適宜調整 */
    font-size: 30px;
  }

  .striped-section .icon {
    display: inline-block;
    width: 35px;
    height: 32px;
    /* その他アイコンのスタイルなど */
  }

  .striped-section p {
    display: inline-block;
    margin: 0;
    vertical-align: middle;
  }

  .case-section h2 {
    height: auto;
    text-align: left;
    padding: 10px 0;
    color: #2b3151;
    font-size: 50px;
  }

  .case-section h2 img {
    height: 60px;
  }

  .case-section .container {
    overflow: hidden;
    width: 1000px;
    margin: 0 auto !important;
  }

  .case-section .icon-text {
    float: right;
    margin-top: -115px;
    margin-right: 70px;
    /* 適宜調整 */
    font-size: 30px;
    font-family: sans-serif;
  }

  .case-section .icon {
    display: inline-block;
    width: 60px;
    height: 30px;
    /* その他アイコンのスタイルなど */
  }

  .case-section p {
    display: inline-block;
    margin: 0;
    vertical-align: middle;
  }

  .qa-container {
    display: block;
    flex-direction: row;
    justify-content: space-between;
  }

  .qa-section {
    width: 1000px;
    border-radius: 10px;
    background: #fff;
    padding: 20px;
    box-sizing: border-box;
    margin: 0 auto;
    color: #000;
  }

  .qa-question {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    border-bottom: 3px solid #3e3e3f;
    padding-bottom: 20px;
    line-height: 4em;
  }

  .qa-section:before {
    content: url("../images/icon-faq001.svg");
    display: inline-block;
    width: 60px;
    height: 77px;
    margin-right: 10px;
    background-color: #ad8a68;
    text-align: center;
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    float: left;
    padding: 20px;
  }

  .qa-answer {
    font-size: 18px;
    line-height: 1.5;
    display: inline-block;
  }

  .qa-answer:before {
    content: url("../images/icon-faq002.svg");
    display: inline-block;
    width: 60px;
    height: 75px;
    margin-right: 10px;
    background-color: #3e3e3f;
    text-align: center;
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    float: left;
    padding: 20px;
    margin-top: -22px;
  }

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

  .product-item {
    display: flex;
    align-items: center;
    margin-bottom: 50px;
  }

  .product-image {
    margin-right: 20px;
    position: relative;
    float: left;
    width: 400px;
  }

  .product-image img {
    display: block;
    border-radius: 10px;
    border: 2px solid #6a686c;
    width: 100%;
  }

  .product-content {
    flex: 1;
  }

  .product-title {
    font-size: 30px;
    margin: 0 0 10px;
  }

  .product-text {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .product-button001 {
    display: block;
    background-color: #634a32;
    color: #fff;
    border-radius: 5px;
    padding: 10px 20px;
    font-size: 16px;
    text-align: center;
    border: 0;
    margin-top: 20px;
    float: right;
    cursor: pointer;
  }

  .product-button002 {
    display: block;
    background-color: #634a32;
    color: #fff;
    border-radius: 5px;
    padding: 10px 20px;
    font-size: 16px;
    text-align: center;
    border: 0;
    margin-top: 20px;
    float: right;
    cursor: pointer;
  }

  .product-button003 {
    display: block;
    background-color: #634a32;
    color: #fff;
    border-radius: 5px;
    padding: 10px 20px;
    font-size: 16px;
    text-align: center;
    border: 0;
    margin-top: 20px;
    float: right;
    cursor: pointer;
  }

  .product-title001 {
    background: #634a32;
    text-align: center;
    padding: 10px 0;
    color: #fff;
    font-size: 25px;
  }

  .product-title002 {
    background: #634a32;
    text-align: center;
    padding: 10px 0;
    color: #fff;
    font-size: 25px;
  }

  .product-title003 {
    background: #634a32;
    text-align: center;
    padding: 10px 0;
    color: #fff;
    font-size: 25px;
  }

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

  .case-item {
    display: inline-block;
    align-items: center;
    margin-bottom: 30px;
    padding-bottom: 35px;
    border-bottom: 2px solid #fff;
  }

  .case-item-end {
    display: inline-block;
    align-items: center;
    margin-bottom: 30px;
    padding-bottom: 35px;
  }

  .case-image {
    position: relative;
    float: right;
    width: 47%;
  }

  .case-image img {
    display: block;
    border-radius: 10px;
    border: 2px solid #fff;
    width: 100%;
  }

  .case-content {
    float: left;
    width: 50%;
  }

  .case-title {
    font-size: 25px;
    margin: 0px;
    text-align: center;
    background: #ad8a68;
    color: #000;
    border: 5px solid #e9caab;
    padding: 5px;
  }

  .case-content h5 {
    font-size: 20px;
    margin: 15px 0;
  }

  .case-text {
    font-size: 20px;
    margin: -15px 0 20px !important;
    color: #2b3151;
    display: block !important;
    font-weight: 500;
  }

  .case-text-top {
    font-size: 17px;
    color: #fff;
    margin-bottom: 20px !important;
  }

  .case-search {
    border-top: 2px solid #000;
    padding: 16px 0 !important;
    font-size: 21px;
    width: auto;
    display: block !important;
    color: #2b3151;
  }

  .case-button {
    display: block;
    background-color: #ad8a68;
    color: #000;
    border-radius: 5px;
    padding: 10px 20px;
    font-size: 16px;
    text-align: center;
    border: 0;
    float: right;
    cursor: pointer;
  }

  .card-container {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    width: 1000px;
  }

  .card-container a {
    text-decoration: none;
    color: #000;
    display: contents;
  }

  .card {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 2px;
    border-radius: 8px;
    border: 5px solid #ccc;
    background: #fff;
  }

  .card-image {
    border-radius: 8px;
    border: none;
  }

  .card-image img {
    width: 100%;
  }

  .card-textarea {
    padding: 15px;
    color: #634a32;
  }

  .card-title {
    margin: 0;
    padding: 0;
  }

  .card-tags {
    display: inline-block;
    justify-content: space-between;
    margin: 15px 0;
  }

  .card-text {
    margin-top: 0px;
  }

  .card-text-02 {
    padding-top: 10px !important;
    border-top: 1px solid #666;
    margin-top: 10px !important;
  }

  .case-card-container {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
  }

  .case-card {
    width: calc(46% - 20px);
    border-radius: 8px;
    border: 5px solid #ccc;
    padding: 20px;
    margin-bottom: 20px;
    background: #fff;
  }

  .case-card-image {
    border-radius: 8px;
    border: none;
  }

  .case-card-image img {
    width: 100%;
  }

  .case-card-textarea {
    padding: 10px 0;
  }

  .case-card-title {
    margin: 0 0 20px;
    padding: 0;
    font-size: 35px;
    line-height: 1.3em;
  }

  .case-card-tags {
    display: inline-block;
    justify-content: space-between;
  }

  .case-card-text {
    margin: 20px 0 !important;
  }

  .link-container {
    background-color: #ad8a68;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 10vh;
    margin: 0 auto 50px;
    width: 1000px;
  }

  .link-content {
    text-align: center;
  }

  .link-button-container {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .link-button {
    background-color: #634a32;
    color: #fff;
    padding: 15px 50px;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
  }

  .link-icon {
    margin-left: -50px;
    width: 50px;
    height: 20px;
  }

  .card-tag {
    display: inline-block;
    padding: 5px 10px;
    border-radius: 8px;
    background-color: #eee;
    font-size: 15px;
  }

  .card-tag001 {
    display: inline-block;
    padding: 5px 10px;
    border-radius: 8px;
    background-color: #12084f;
    color: #fff;
    font-size: 15px;
  }

  .card-tag002 {
    display: inline-block;
    padding: 5px 10px;
    border-radius: 8px;
    background-color: #7a7a7c;
    color: #fff;
    font-size: 15px;
  }

  .card-tag003 {
    display: inline-block;
    padding: 5px 10px;
    border-radius: 8px;
    background-color: #3e3e3f;
    color: #fff;
    font-size: 15px;
  }

  .card-tag004 {
    display: inline-block;
    padding: 5px 10px;
    border-radius: 8px;
    background-color: #1b96b9;
    color: #fff;
    font-size: 15px;
  }

  .card-tag005 {
    display: inline-block;
    padding: 5px 10px;
    border-radius: 8px;
    background-color: #1b56b9;
    color: #fff;
    font-size: 15px;
  }

  .card-tag006 {
    display: inline-block;
    padding: 5px 10px;
    border-radius: 8px;
    background-color: #bf9228;
    color: #fff;
    font-size: 15px;
  }

  .card-tag007 {
    display: inline-block;
    padding: 5px 10px;
    border-radius: 8px;
    background-color: #a2bb15;
    color: #fff;
    font-size: 15px;
  }

  .case-card-tag {
    display: inline-block;
    padding: 5px 10px;
    border-radius: 8px;
    background-color: #eee;
    font-size: 15px;
  }

  .case-card-tag001 {
    display: inline-block;
    padding: 10px 25px;
    border-radius: 8px;
    background-color: #8e2934;
    color: #fff;
    font-size: 18px;
    margin-bottom: 10px;
  }

  .case-card-tag002 {
    display: inline-block;
    padding: 10px 25px;
    border-radius: 8px;
    background-color: #4aa3ec;
    color: #fff;
    font-size: 18px;
    margin-bottom: 10px;
  }

  .case-card-tag003 {
    display: inline-block;
    padding: 10px 25px;
    border-radius: 8px;
    background-color: #2a656a;
    color: #fff;
    font-size: 18px;
  }

  .case-card-tag004 {
    display: inline-block;
    padding: 10px 25px;
    border-radius: 8px;
    background-color: #ecac96;
    color: #fff;
    font-size: 18px;
  }

  .case-card-tag005 {
    display: inline-block;
    padding: 10px 25px;
    border-radius: 8px;
    background-color: #ef83a3;
    color: #fff;
    font-size: 18px;
  }

  .case-card-tag006 {
    display: inline-block;
    padding: 10px 25px;
    border-radius: 8px;
    background-color: #e07853;
    color: #fff;
    font-size: 18px;
  }

  .case-card-tag007 {
    display: inline-block;
    padding: 10px 25px;
    border-radius: 8px;
    background-color: #9f5b6e;
    color: #fff;
    font-size: 18px;
  }

  .case-card-tag008 {
    display: inline-block;
    padding: 10px 25px;
    border-radius: 8px;
    background-color: #49384c;
    color: #fff;
    font-size: 18px;
  }
}

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

  .topicpass {
    background: #5f668d;
    color: #fff;
    margin-top: 74px;
    padding: 5px 15px;
    font-size: 15px;
  }

  .case-search {
    margin: 10px 0 !important;
    border-top: 2px solid #000;
    padding: 10px 0 5px !important;
    font-size: 14px;
    width: auto;
    display: block !important;
    color: #2b3151;
  }

  .case-search-area {
    width: auto;
    padding: 23px 15px 15px;
    margin: 10px 15px 25px 15px;
    border-radius: 8px;
    border: 5px solid #ccc;
    background: #fff;
    display: block;
  }

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

  .box {
    padding: 15px 20px;
    background-color: #000;
    border-radius: 5px;
  }

  .mainarea {
    margin-top: 85px;
    background-image: url("../../src/images/main.jpg");
    background-repeat: no-repeat;
    background-position: left top;
    background-size: cover;
    height: 300px;
    /* 背景の高さを固定 */
  }

  .main-title {
    margin-top: -30px;
    padding: 100px 10px;
  }

  .mainarea h2 {
    height: auto;
  }

  .mainarea h2 img {
    width: 100%;
  }

  .mainarea p {
    margin: 20px 0;
    text-align: center;
    font-size: 13px;
    color: #fff;
  }

  .main-button {
    display: inline-block;
    padding: 10px 0;
    ;
    background-color: #027aff;
    color: #fff;
    border-radius: 3px;
    text-align: left;
    background-image: url("../images/banner-img001.jpg");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 40% auto;
    font-size: 16px;
    line-height: 1.5;
    text-decoration: none;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease-in-out;
    width: 100%;
    margin-top: 10px;
  }

  .main-button:hover {
    background-color: #0258ff;
    color: #fff;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.4);
  }

  .icon-movie {
    display: inline-flex;
    align-items: center;
    float: left;
  }

  .icon-movie img {
    height: 65px;
    padding-left: 45px;
  }

  .button-text {
    display: inline-flex;
    align-items: center;
    float: right;
    padding-right: 5%;
  }

  .arrow-icon {
    margin-left: 5px;
    font-size: 14px;
    font-weight: bold;
  }

  .arrow-icon img {
    height: 15px;
    vertical-align: middle;
  }

  .academic001 {
    background-image: url("../images/sp-bg-academic001.jpg");
    background-repeat: no-repeat;
    background-position: right top;
    background-size: cover;
    padding-bottom: 50px;
  }

  .concept-text01 {
    font-size: 25px;
    padding: 35px 20px 20px 20px !important;
    line-height: 1.5em;
    width: auto;
    text-align: left;
    display: block !important;
  }

  .concept-text02 {
    font-size: 15px;
    padding: 20px 20px 0 20px !important;
    width: auto;
    text-align: left;
    display: block !important;
  }

  .striped-section h2 {
    height: auto;
    text-align: left;
    padding: 10px;
  }

  .striped-section h2 img {
    height: 60px;
    display: none;
  }

  .striped-section .container {
    overflow: hidden;
  }

  .striped-section .icon-text {
    margin-left: 20px;
    font-size: 30px;
  }

  .striped-section .icon {
    display: inline-block;
    width: 35px;
    height: 32px;
    /* その他アイコンのスタイルなど */
  }

  .striped-section p {
    display: inline-block;
    margin: 0;
    vertical-align: middle;
  }

  .case-section h2 {
    height: auto;
    text-align: left;
    padding: 5px 15px;
    color: #2b3151;
    font-size: 34px;
  }

  .case-section h2 img {
    height: 60px;
    display: none;
  }

  .case-section .container {
    overflow: hidden;
    padding: 0 10px;
  }

  .case-section .icon-text {
    margin-left: 20px;
    font-size: 30px;
    font-family: sans-serif;
  }

  .case-section .icon {
    display: inline-block;
    width: 60px;
    height: 30px;
    /* その他アイコンのスタイルなど */
  }

  .case-section p {
    display: inline-block;
    margin: 15px 0;
    vertical-align: middle;
    padding-bottom: 20px;
  }

  .qa-container {
    display: block;
    flex-direction: row;
    justify-content: space-between;
  }

  .qa-section {
    width: 88%;
    border-radius: 10px;
    background: #fff;
    padding: 20px;
    box-sizing: border-box;
    margin: 25px auto;
    color: #000;
  }

  .qa-question {
    font-size: 20px;
    font-weight: bold;
    border-bottom: 3px solid #3e3e3f;
    padding-bottom: 30px;
  }

  .qa-section:before {
    content: url("../images/icon-faq001.svg");
    display: inline-block;
    width: 50px;
    height: 65px;
    margin-right: 10px;
    background-color: #ad8a68;
    text-align: center;
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    float: left;
    padding: 20px;
  }

  .qa-answer {
    font-size: 14px;
    line-height: 1.5;
    display: inline-block;
  }

  .qa-answer:before {
    content: url("../images/icon-faq002.svg");
    display: inline-block;
    width: 50px;
    height: 65px;
    margin-right: 10px;
    background-color: #3e3e3f;
    text-align: center;
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    float: left;
    padding: 20px;
    margin-top: -14px;
  }

  footer .footer01 {
    background: #3e3e3f;
    color: #fff;
  }

  footer .footer01 .address {
    font-size: 13px;
    padding: 20px;
    margin: 0;
  }

  footer .footer02 {
    background: #ad8a68;
    color: #000;
    font-size: 14px;
    padding: 10px 0;
    line-height: 1.8em;
  }

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

  footer .footer03 .copy {
    font-size: 12px;
    text-align: center;
  }

  .product-wrap {
    margin: 0 auto;
    width: 88%;
  }

  .product-item {
    display: block;
    align-items: center;
    margin-bottom: 100px;
  }

  .product-image {
    margin-bottom: 15px;
    width: auto;
  }

  .product-image img {
    display: block;
    border-radius: 10px;
    border: 2px solid #6a686c;
    width: 100%;
  }

  .product-content {
    flex: 1;
  }

  .product-title {
    font-size: 20px;
    margin: 0 0 10px;
  }

  .product-text {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .product-button001 {
    display: block;
    background-color: #634a32;
    color: #fff;
    border-radius: 5px;
    padding: 10px 20px;
    font-size: 16px;
    text-align: center;
    border: 0;
    margin-top: 20px;
    float: right;
  }

  .product-button002 {
    display: block;
    background-color: #634a32;
    color: #fff;
    border-radius: 5px;
    padding: 10px 20px;
    font-size: 16px;
    text-align: center;
    border: 0;
    margin-top: 20px;
    float: right;
  }

  .product-button003 {
    display: block;
    background-color: #634a32;
    color: #fff;
    border-radius: 5px;
    padding: 10px 20px;
    font-size: 16px;
    text-align: center;
    border: 0;
    margin-top: 20px;
    float: right;
  }

  .product-title001 {
    background: #634a32;
    text-align: center;
    padding: 10px 0;
    color: #fff;
    font-size: 20px;
  }

  .product-title002 {
    background: #634a32;
    text-align: center;
    padding: 10px 0;
    color: #fff;
    font-size: 20px;
  }

  .product-title003 {
    background: #634a32;
    text-align: center;
    padding: 10px 0;
    color: #fff;
    font-size: 20px;
  }

  .case-wrap {
    margin: 0 auto;
    width: 88%;
  }

  .case-item {
    display: inline-block;
    align-items: center;
    margin-top: 30px;
    padding-bottom: 35px;
    border-bottom: 2px solid #000;
  }

  .case-item-end {
    display: inline-block;
    align-items: center;
    margin-top: 30px;
    padding-bottom: 40px;
  }

  .case-image {
    width: 100%;
  }

  .case-image img {
    display: block;
    border-radius: 10px;
    border: 2px solid #fff;
    width: 100%;
  }

  .case-content {
    width: 100%;
  }

  .case-title {
    font-size: 20px;
    margin: 20px 0;
    text-align: center;
    background: #ad8a68;
    color: #000;
    border: 5px solid #e9caab;
    padding: 5px;
  }

  .case-text {
    font-size: 16px;
    margin: 0 15px !important;
  }

  .case-text-top {
    font-size: 16px;
    margin-bottom: 20px !important;
  }

  .case-button {
    display: block;
    background-color: #ad8a68;
    color: #000;
    border-radius: 5px;
    padding: 10px 20px;
    font-size: 14px;
    text-align: center;
    border: 0;
    float: right;
  }

  .card-container {
    display: block;
    justify-content: space-between;
    margin: 20px auto;
    width: 88%;
  }

  .card-container a {
    text-decoration: none;
    color: #000;
  }

  .card {
    width: auto;
    margin-bottom: 20px;
    padding: 0;
    border-radius: 8px;
    border: 5px solid #ccc;
    color: #634a32;
  }

  .card-image {
    border-radius: 8px;
    border: none;
  }

  .card-image img {
    width: 100%;
  }

  .card-textarea {
    padding: 15px;
    background: #fff;
    margin-top: -5px;
  }

  .card-textarea h3 {
    font-size: 20px;
  }

  .card-title {
    margin: 0;
  }

  .card-tags {
    display: inline-block;
    justify-content: space-between;
    margin: 10px 0;
  }

  .card-tag {
    display: inline-block;
    padding: 5px 10px;
    border-radius: 8px;
    background-color: #eee;
  }

  .card-text {
    font-size: 15px;
  }

  .case-card-container {
    display: block;
    justify-content: space-between;
    margin: 20px auto;
    padding: 0 15px;
  }

  .case-card {
    width: auto;
    margin-bottom: 20px;
    padding: 15px;
    border-radius: 8px;
    border: 5px solid #ccc;
    background: #fff;
    display: grid;
  }

  .case-card-image {
    border-radius: 8px;
    border: none;
  }

  .case-card-image img {
    width: 100%;
  }

  .case-card-textarea {
    padding: 10px 0;
  }

  .case-card-textarea h3 {
    font-size: 20px;
  }

  .case-card-title {
    margin: 0;
    padding-bottom: 15px;
  }

  .case-card-tags {
    display: inline-block;
    justify-content: space-between;
  }

  .case-card-tag {
    display: inline-block;
    padding: 5px 10px;
    border-radius: 8px;
    background-color: #eee;
  }

  .case-card-text {
    font-size: 15px;
  }

  .link-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 40px;
    width: 88%;
    background: #ad8a68;
    padding: 20px 0;
  }

  .link-content {
    text-align: center;
  }

  .link-button-container {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .link-button {
    background-color: #634a32;
    color: #fff;
    padding: 15px 50px;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
  }

  .link-icon {
    margin-left: -50px;
    width: 50px;
    height: 20px;
  }

  .card-tag {
    display: inline-block;
    padding: 5px 10px;
    border-radius: 8px;
    background-color: #eee;
    font-size: 12px;
  }

  .card-tag001 {
    display: inline-block;
    padding: 5px 10px;
    border-radius: 8px;
    background-color: #12084f;
    color: #fff;
    font-size: 12px;
  }

  .card-tag002 {
    display: inline-block;
    padding: 5px 10px;
    border-radius: 8px;
    background-color: #7a7a7c;
    color: #fff;
    font-size: 12px;
  }

  .card-tag003 {
    display: inline-block;
    padding: 5px 10px;
    border-radius: 8px;
    background-color: #3e3e3f;
    color: #fff;
    font-size: 12px;
  }

  .card-tag004 {
    display: inline-block;
    padding: 5px 10px;
    border-radius: 8px;
    background-color: #1b96b9;
    color: #fff;
    font-size: 12px;
  }

  .card-tag005 {
    display: inline-block;
    padding: 5px 10px;
    border-radius: 8px;
    background-color: #1b56b9;
    color: #fff;
    font-size: 12px;
  }

  .card-tag006 {
    display: inline-block;
    padding: 5px 10px;
    border-radius: 8px;
    background-color: #bf9228;
    color: #fff;
    font-size: 12px;
  }

  .card-tag007 {
    display: inline-block;
    padding: 5px 10px;
    border-radius: 8px;
    background-color: #a2bb15;
    color: #fff;
    font-size: 12px;
  }

  .case-card-tag {
    display: inline-block;
    padding: 5px 10px;
    border-radius: 8px;
    background-color: #eee;
    font-size: 15px;
  }

  .case-card-tag001 {
    display: inline-block;
    padding: 5px 10px;
    border-radius: 8px;
    background-color: #8e2934;
    color: #fff;
    font-size: 15px;
    margin-bottom: 8px;
  }

  .case-card-tag002 {
    display: inline-block;
    padding: 5px 10px;
    border-radius: 8px;
    background-color: #4aa3ec;
    color: #fff;
    font-size: 15px;
    margin-bottom: 8px;
  }

  .case-card-tag003 {
    display: inline-block;
    padding: 5px 10px;
    border-radius: 8px;
    background-color: #2a656a;
    color: #fff;
    font-size: 15px;
    margin-bottom: 8px;
  }

  .case-card-tag004 {
    display: inline-block;
    padding: 5px 10px;
    border-radius: 8px;
    background-color: #ecac96;
    color: #fff;
    font-size: 15px;
    margin-bottom: 8px;
  }

  .case-card-tag005 {
    display: inline-block;
    padding: 5px 10px;
    border-radius: 8px;
    background-color: #ef83a3;
    color: #fff;
    font-size: 15px;
    margin-bottom: 8px;
  }

  .case-card-tag006 {
    display: inline-block;
    padding: 5px 10px;
    border-radius: 8px;
    background-color: #e07853;
    color: #fff;
    font-size: 15px;
    margin-bottom: 8px;
  }

  .case-card-tag007 {
    display: inline-block;
    padding: 5px 10px;
    border-radius: 8px;
    background-color: #9f5b6e;
    color: #fff;
    font-size: 15px;
    margin-bottom: 8px;
  }

  .case-card-tag008 {
    display: inline-block;
    padding: 5px 10px;
    border-radius: 8px;
    background-color: #49384c;
    color: #fff;
    font-size: 15px;
    margin-bottom: 8px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .splyzacup img {
    width: 100%;
  }

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

@media screen and (max-width: 991px) {
  .site-header {
    background: #ad8a68;
    display: block;
    position: fixed;
    justify-content: space-between;
    width: 100%;
    z-index: 300;
    top: 0;
    border-bottom: 1px solid #000;
  }

  .sp_gnav {
    display: flex;
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 100;
  }

  .w100 img {
    width: 100%;
  }

  .splyzacup img {
    width: 100%;
  }

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

.splyzacup p {
  text-align: center;
}

.gnav {}

.gnav__menu li {
  list-style: none;
}

.gnav__menu__item {
  margin: 20px 100px 0;
  font-size: 14px;
  float: right;
}

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

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

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

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

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

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

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

.gnav__tw {
  padding-left: 15px;
}

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

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

.cp_cont ol {
  list-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .sp_text01 {
    display: none;
  }

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

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

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

  .text01 {
    display: none;
  }

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

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

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

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

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

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

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

@media screen and (min-width: 992px) {
  .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: 1050px;
    margin: 0 auto;
  }

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

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

@media screen and (max-width: 991px) {
  h2 {
    font-size: 20px;
    margin-bottom: 20px;
    text-align: left;
    padding-top: 20px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .d-block {
    display: block;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

  .newsarea ul {
    margin: 0;
  }

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

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

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

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

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

  .newsarea ul {
    margin: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  #howto section img {
    width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  #fixed_right_banner>* {
    width: 65px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  #fixed_right_banner>* {
    width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 751px) {
  footer {
    color: #000;
  }

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

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

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

  footer .footer02 {
    background: #ad8a68;
    color: #000;
    padding: 10px 0;
  }

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

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

  footer .footer03 .copy {
    font-size: 16px;
    text-align: center;
  }

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

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

footer a:link {
  color: #000;
}

footer a:visited {
  color: #000;
}

footer a:hover {
  color: #000;
}

footer a:active {
  color: #000;
}

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

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

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

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

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

  footer .pc-none {
    display: none;
  }

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

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

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

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

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

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

  footer .sp-none {
    display: none;
  }

  footer .company {
    font-size: 22px;
    padding: 20px 0 0 20px;
    margin: 0;
  }
}

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

.snsbtniti {
  font-size: 38px;
}

.snsbtniti li {
  display: inline-block;
}

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

.teams-button {
  display: inline-block;
  width: 80%;
  font-size: 20px;
  padding: 30px 10%;
  text-align: center;
  background-color: #82180e;
  color: #fff;
  border-radius: 10px;
  text-decoration: none;
  transition: background-color 0.3s ease;
  margin-top: 20px;
}

.teams-button:hover {
  background-color: #c02213;
}

.motion-button {
  display: inline-block;
  width: 80%;
  font-size: 20px;
  padding: 30px 10%;
  text-align: center;
  background-color: #027aff;
  color: #fff;
  border-radius: 10px;
  text-decoration: none;
  transition: background-color 0.3s ease;
  margin-top: 20px;
}

.motion-button:hover {
  background-color: #18a3f2;
}

.lecta-button {
  display: inline-block;
  width: 80%;
  font-size: 20px;
  padding: 30px 10%;
  text-align: center;
  background-color: #00676b;
  color: #fff;
  border-radius: 10px;
  text-decoration: none;
  transition: background-color 0.3s ease;
  margin-top: 20px;
}

.lecta-button:hover {
  background-color: #01a5ab;
}

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

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

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

  .news-container {
    display: block;
    margin-bottom: 100px;
  }

  .news-block {
    width: 1000px;
    border-radius: 10px;
    background: #6a686b;
    padding: 20px;
    box-sizing: border-box;
    margin: 0 auto;
    color: #fff;
    font-size: 15px;
  }

  .news-block a {
    color: #fff;
  }

  .news-block li {
    border-bottom: 2px solid #fff;
    padding: 30px 0px 30px;
    line-height: 1.8em;
  }

  .videoblock {
    width: 1000px;
    margin: 0 auto;
    padding-bottom: 50px;
  }

  .case-detail {
    background: #ccc;
    width: 100%;
    text-align: center;
    padding-top: 10px;
  }

  .case-detail img {
    width: 60%;
    height: auto;
  }

}

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

  .news-container {
    display: block;
    margin-bottom: 100px;
  }

  .news-block {
    width: auto;
    border-radius: 10px;
    background: #6a686b;
    padding: 20px;
    box-sizing: border-box;
    margin: 10px;
    color: #fff;
    font-size: 16px;
  }

  .news-block a {
    color: #fff;
  }

  .news-block li {
    border-bottom: 2px solid #fff;
    padding: 30px 0px 30px;
    line-height: 1.8em;
  }

  .videoblock {
    width: auto;
    margin: 0 auto;
    padding: 0 10px 50px 10px;
  }

  .case-detail {
    width: 100%;
  }

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

}

@media (min-width: 992px) {

  .column2-left .main,
  .column2-right .main {
    width: 1000px;
    margin: 0 auto;
    padding-top: 120px;
    padding-bottom: 60px;
  }

}

@media (max-width: 991px) {

  .column2-left .main,
  .column2-right .main {
    width: auto;
    margin-top: 75px;
    padding: 10px;
  }

}

.button-back {
  display: table;
  width: auto;
  margin: 80px auto 90px;
}

.button-back a {
  background: #634a32;
  color: #fff;
  font-size: 12px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 15px 15px;
  text-align: center;
  text-decoration: none;
}

.main-item {
  margin: 0;
  color: #444;
  text-align: left;
  overflow: hidden;
  font-size: 15px;
}

.main-item img {
  width: 99%;
  border: 1px solid #ad8a68;
}

.main-item p {
  line-height: 1.8em;
  font-size: 16px;
}

.profile {
  border: 1px solid #000;
  padding: 10px;
  color: #000;
  font-size: 12px;
  text-align: left;
  margin: 0 20px 40px 0;
}

.detailtext p {
  font-size: 95%;
  margin-top: 30px;
}

.detailtext p a {
  color: #000;
  text-decoration: underline;
}

.detailtext p a:link {
  color: #000:
}

.detailtext p a:hover {
  color: #000:
}

.detailtext p a:visited {
  color: #000:
}

.detailtext p a:active {
  color: #000:
}

.balloon {
  position: relative;
  padding: 20px;
  border-radius: 10px;
  color: #333;
  background-color: #ddd;
  margin: 20px 0 20px 110px;
  font-size: 14px;
  display: inline-grid;
}

.balloon .icon {
  position: absolute;
  left: -110px;
  top: 0;
}

.balloon img {
  width: 90px;
  border: none;
}

.balloon::before {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: -15px;
  top: 20px;
  border-right: 15px solid #ddd;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}

h2.listpage {
  color: #fff;
  text-align: center;
  font-size: 110%;
  background: #634a32;
  padding: 15px;
}

.list-item {
  margin: 30px 20px 0 0;
  color: #000;
  text-align: left;
}

.list-item img {
  width: 48%;
  display: inline-block;
  margin-right: 1%;
  vertical-align: top;
}

.list-item .list-text {
  width: 49%;
  display: inline-block;
}

.list-item p {
  line-height: 1.5em;
  font-size: 12px;
}

@media (min-width: 992px) {
  .list-text h3 {
    margin: 0;
  }

  li {
    list-style-type: none;
  }
}

@media (max-width: 991px) {
  .list-text h3 {
    margin: 0;
    font-size: 13px;
    font-weight: 500;
  }
}

@media screen and (max-width: 991px) {
  .list-item {
    margin: 30px 0 0 0;
    color: #000;
    text-align: left;
  }

  .list-item p {
    display: none;
  }
}

.button a {
  background: #634a32;
  color: #fff;
  font-size: 12px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 5px 15px;
  float: right;
  margin-top: 5px;
  text-decoration: none;
}

h3 a {
  color: #000;
  text-decoration: none;
}

h3 a:link {
  color: #000:
}

h3 a:hover {
  color: #000:
}

h3 a:visited {
  color: #000:
}

h3 a:active {
  color: #000:
}

.shareList {
  display: none;
}

.writericon {
  display: none;
}

@media (min-width: 992px) {
  .university {
    display: inline-block;
    vertical-align: top;
  }

  .university table {
    border-collapse: collapse;
    font-size: 13px;
    width: 497px;
    /* セルの線を重ねる */
  }

  .university tr:nth-child(odd) {
    background-color: #eee;
    /* 背景色指定 */
  }

  .university th,
  td {
    padding: 10px 15px;
    border: 1px solid #ddd;
    height: 25px;
    /* 余白指定 */
  }
}

@media (max-width: 991px) {
  .university {
    margin-bottom: 15px;
  }

  .university table {
    border-collapse: collapse;
    font-size: 13px;
    width: 100%;
    /* セルの線を重ねる */
  }

  .university tr:nth-child(odd) {
    background-color: #eee;
    /* 背景色指定 */
  }

  .university th,
  td {
    padding: 10px 15px;
    border: 1px solid #ddd;
    height: 25px;
    /* 余白指定 */
  }
}

.equiplist ul {
  padding: 5px;
}

.equiplist li {
  padding: 5px;
}

.equiplist li .equ02 {
  padding: 5px;
  margin-left: 30px;
  list-style-type: square;
}

.equiplist-num ol {
  counter-reset: my-counter;
  list-style: none;
  padding: 5px;
  margin: 0;
}

.equiplist-num li {
  font-size: 16px;
  line-height: 1.5;
  padding-left: 30px;
  position: relative;
}

.equiplist-num li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #333;
  border: 1px solid;
  border-radius: 50%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 22px;
  width: 22px;
  color: #ffffff;
  font-size: 85%;
  line-height: 1.5;
  position: absolute;
  top: 0;
  left: 0;
}

.motion-capture table {
  width: auto;
  border-spacing: 0;
  font-size: 14px;
}

.motion-capture table th {
  color: #fff;
  padding: 8px 15px;
  background: #258;
  background: -moz-linear-gradient(rgba(34, 85, 136, 0.7), rgba(34, 85, 136, 0.9) 50%);
  background: -webkit-gradient(linear, 100% 0%, 100% 50%, from(rgba(34, 85, 136, 0.7)), to(rgba(34, 85, 136, 0.9)));
  font-weight: bold;
  border-left: 1px solid #258;
  border-top: 1px solid #258;
  border-bottom: 1px solid #258;
  line-height: 120%;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(34, 85, 136, 0.9);
  box-shadow: 0px 1px 1px rgba(255, 255, 255, 0.3) inset;
}

.motion-capture table th:first-child {
  border-radius: 5px 0 0 0;
}

.motion-capture table th:last-child {
  border-radius: 0 5px 0 0;
  border-right: 1px solid #258;
  box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.1), 0px 1px 1px rgba(255, 255, 255, 0.3) inset;
}

.motion-capture table tr td {
  padding: 8px 15px;
  border-bottom: 1px solid #84b2e0;
  border-left: 1px solid #84b2e0;
  text-align: center;
}

.motion-capture table tr td:last-child {
  border-right: 1px solid #84b2e0;
  box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.1);
}

.motion-capture table tr {
  background: #fff;
}

.motion-capture table tr:nth-child(2n+1) {
  background: #f1f6fc;
}

.motion-capture table tr:last-child td {
  box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.1);
}

.motion-capture table tr:last-child td:first-child {
  border-radius: 0 0 0 5px;
}

.motion-capture table tr:last-child td:last-child {
  border-radius: 0 0 5px 0;
}

.motion-capture table tr:hover {
  background: #bbd4ee;
  cursor: pointer;
}