@charset "UTF-8";
/* CSS Document */
@media screen and (max-width: 750px) {
  /* ----------------------------------------
   * PCとスマホ切り替え
   * ---------------------------------------- */
  .br_none {
    display: none;
  }
  .br_sp {
    display: block;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  /* -----------------------------------------------------------------------------

  	メインタイトル部分

  ----------------------------------------------------------------------------- */
  #main02 {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0 0 5% 0;
    position: relative;
    background: #f5f5f5;
  }
  /* ITソリューション事業部 */
  .bg_it {
    width: 100%;
    height: 375px;
    margin: 0 auto;
    padding: 0 0 10% 0;
    background: url("../img/service/it_main_img@2x.jpg") no-repeat center center;
    background-size: cover;
  }
  #main04 {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    position: relative;
    background: #f5f5f5;
  }
  /* 薪販売 */
  .bg_fw {
    width: 100%;
    height: 100vh;
    margin: 0 auto;
    padding: 0 0 10% 0;
    background: url("../img/service/fw_sp_main_img.jpg") no-repeat center center;
    background-size: cover;
  }
  .bg_fw .catch {
    width: 100%;
    font-size: 22px;
    font-weight: 400;
    color: #FFFFFF;
    background: none;
    border: none;
    line-height: 1.5em;
    padding: 0;
    position: absolute;
    left: 20%;
    top: 20%;
  }
  .bg_fw02 {
    width: 100%;
    height: 100%;
    min-height: 20rem;
    max-height: 40rem;
    margin: 0 auto;
    padding: 0 0 10% 0;
    background: url("../img/service/fw_sp_main_img02.jpg") no-repeat center center;
    background-size: cover;
  }
  .bg_fw02 .catch {
    width: 100%;
    font-size: 22px;
    font-weight: 400;
    color: #FFFFFF;
    background: none;
    border: none;
    line-height: 1.5em;
    padding: 0;
    position: absolute;
    left: 40%;
    top: 40%;
  }
  .fw_introduction {
    width: 100%;
    padding: 10% 0;
    height: auto;
    background: #B59B67;
  }
  .fw_introduction .law_link {
    margin: 15% 0 0;
    text-align: center;
  }
  .fw_introduction .law_link a {
    color: #FFF;
    font-size: 14px !important;
  }
  .contents__wrap {
    width: 100%;
    max-width: 90%;
    margin: 0 auto;
  }
  .contents__wrap h2 {
    font-size: 17px;
    font-weight: 500;
    color: #FFF;
  }
  #opening {
    width: 100%;
    max-width: 90%;
    margin: 0 auto;
  }
  #opening .opening__inner {
    background: url(../img/service/fw_op_bg01.jpg) no-repeat;
    background-position: left top;
    position: relative;
    display: flex;
    justify-content: flex-end;
  }
  #opening .inner__txt {
    width: 100%;
    padding: 95% 0 0;
    box-sizing: border-box;
  }
  #opening .opening__inner h2 {
    margin: 0 0 16px;
    padding: 0;
    font-family: "Noto Sans JP";
    font-size: 30px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 1.2em;
    letter-spacing: 0.1em;
    text-align: center;
  }
  #opening p {
    margin: 0;
    padding: 0;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-weight: normal;
    color: #FFFFFF;
    line-height: 1.5em;
    letter-spacing: 0.1em;
  }
  #howto {
    position: relative;
    width: 100%;
    max-width: 1000px;
    margin: 5% auto 0;
  }
  #howto .howto__bg {
    position: absolute;
    top: 70%;
    width: 100%;
    height: 60px;
    background: #5B4B3B;
    z-index: 1;
  }
  #howto ul {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0;
  }
  #howto ul li {
    width: 28%;
    margin: 0 1%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 2;
  }
  #howto ul li figure {
    margin: 0;
  }
  #howto ul li figure img {
    width: 100%;
  }
  #howto ul li figcaption {
    margin: 3% 0 0;
    padding: 0;
    font-family: "Noto Sans JP";
    font-size: 13px;
    font-weight: normal;
    color: #FFFFFF;
    line-height: 1.5em;
    letter-spacing: 0.1em;
  }
  #howto .howto__inner__1 {
    background: url(../img/service/fw_howto_bg01_l.png), url(../img/service/fw_howto_sp_bg01.png);
    background-position: left top, 0 35%;
    background-repeat: no-repeat, no-repeat;
    background-size: 50%, auto;
    position: relative;
    display: flex;
    justify-content: flex-start;
    max-width: 90%;
    margin: 0 auto;
  }
  #howto .howto__inner__2 {
    background: url(../img/service/fw_howto_sp_bg02.png), url(../img/service/fw_howto_bg02_l.png);
    background-position: 0 30%, right top;
    background-repeat: no-repeat, no-repeat;
    background-size: auto, 50%;
    position: relative;
    display: flex;
    justify-content: flex-end;
    max-width: 90%;
    margin: 0 auto;
  }
  #howto .howto__inner__3 {
    background: url(../img/service/fw_howto_bg03_l.png), url(../img/service/fw_howto_sp_bg03.png);
    background-position: right top, 0 35%;
    background-repeat: no-repeat, no-repeat;
    background-size: 50%, auto;
    position: relative;
    display: flex;
    justify-content: flex-start;
    max-width: 90%;
    margin: 0 auto;
  }
  #howto .inner__txt {
    width: 100%;
    height: auto;
    padding: 40% 0 0;
    box-sizing: border-box;
  }
  #howto .howto__inner__2 h3 {
    margin: 0 0 2%;
    padding: 75% 0 0;
    font-family: "Noto Sans JP";
    font-size: 24px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 1.2em;
    letter-spacing: 0.1em;
    text-align: center;
  }
  #howto h3 {
    margin: 0 0 2%;
    padding: 85% 0 0;
    font-family: "Noto Sans JP";
    font-size: 24px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 1.2em;
    letter-spacing: 0.1em;
    text-align: center;
  }
  #howto p {
    margin: 0 0 4%;
    padding: 0;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-weight: normal;
    color: #FFFFFF;
    line-height: 1.8em;
    letter-spacing: 0.1em;
  }
  /* キャンプに！ */
  /* 薪ストーブに！ */
  /* ピザ窯に！ */
  #history {
    position: relative;
    width: 100%;
    height: auto;
    max-width: 90%;
    margin: 5% auto 10%;
  }
  #history .history__inner {
    background: url(../img/service/fw_history_sp_bg02.jpg), url(../img/service/fw_history_sp_bg01.jpg);
    background-position: right 35%, left top;
    background-repeat: no-repeat, no-repeat;
    position: relative;
    height: auto;
    display: flex;
    justify-content: flex-start;
    margin: 10% 0 5%;
  }
  #history .inner__txt {
    width: 100%;
    padding: 40% 0 0;
    box-sizing: border-box;
  }
  #history h3 {
    margin: 0 0 7%;
    padding: 75% 0 0;
    font-family: "Noto Sans JP";
    font-size: 24px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 1.2em;
    letter-spacing: 0.1em;
    text-align: center;
  }
  #history p {
    margin: 0 0 4%;
    padding: 0;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-weight: normal;
    color: #FFFFFF;
    line-height: 1.8em;
    letter-spacing: 0.1em;
  }
  #product {
    position: relative;
    width: 100%;
    max-width: 90%;
    margin: 5% auto 0;
  }
  #product .subtitle {
    font-size: 24px;
    color: #fff;
    text-align: center;
  }
  #product .category__ttl {
    color: #512700;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    margin: 0;
    padding: 10px 0;
  }
  #product .category__txt {
    color: #512700;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    margin: 0;
    padding: 0;
  }
  #product .product__list {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 5% 0 10%;
    gap: 0 8%;
    align-items: center;
    border-top: dashed 2px #512700;
  }
  #product .product__list .product__list__inner {
    width: 100%;
    display: flex;
    gap: 0 5%;
    flex-wrap: wrap;
  }
  #product .product__list .product__list__inner .product__listItem {
    width: calc(47% - var(--column-gap, 0px));
    margin-bottom: 10%;
  }
  #product .product__list .product__list__inner .product__listItem:last-child {
    margin-bottom: 0;
  }
  #product .product__list .product__listItem {
    width: calc(45.4545454545% - var(--column-gap, 0px));
  }
  #product .product__list .product__listItem .listItem__figure {
    margin: 0;
  }
  #product .product__list .product__listItem .listItem__figure img {
    width: 100%;
    height: auto;
  }
  #product .product__list .product__listItem .listItem__title {
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-weight: normal;
    color: #FFFFFF;
    margin: 10px 0;
    padding: 0;
  }
  #product .product__list .product__listItem .listItem__title span {
    display: block;
    font-size: 14px;
  }
  #product .product__list .product__listItem .listItem__price {
    font-family: "Noto Sans JP";
    font-size: 14px;
    font-weight: normal;
    color: #FFFFFF;
    margin: 5px 0 10px;
    padding: 0;
  }
  #product .product__list .product__listItem .listItem__price .listItem__catch {
    margin-right: 0.5em;
    padding: 2px 10px;
    color: #fff;
    background: #de3d2c;
    font-weight: 500;
  }
  #product .product__list .product__listItem .p-button__wrap {
    margin: 10% 0 0;
    display: flex;
    flex-direction: column;
  }
  #product .product__list .product__listItem .p-button__wrap .p-button {
    width: calc(85% - var(--column-gap, 0px));
    height: 20px;
    line-height: 20px;
    margin: 0;
    padding: 5%;
    border-radius: 100px;
    font-weight: 500;
    text-align: center;
    transition: 0.5s;
  }
  #product .product__list .product__listItem .p-button__wrap .p-button a {
    display: block;
    width: 100%;
    height: 100%;
  }
  #product .product__list .product__listItem .p-button__wrap .-gold {
    background: #e0ba59;
  }
  #product .product__list .product__listItem .p-button__wrap .-gold:hover {
    background: #faa200;
  }
  #product .product__list .product__listItem .p-button__wrap .-orange {
    background: #fa8500;
  }
  #product .product__list .product__listItem .p-button__wrap .-orange:hover {
    background: #faa200;
  }
  #product .product__list .product__listItem .p-button__wrap .-gray {
    color: #9F9F9F;
    background: #707070;
  }
  #product .product__list .product__listItem .p-button__wrap .p-button + .p-button {
    margin: 8% 0;
  }
  #product .product__list .category__title__box {
    width: 100%;
    margin: 0 0 8%;
  }
  #product .product__list:last-child {
    border-bottom: dashed 2px #512700;
  }
  #feature {
    position: relative;
    width: 100%;
    max-width: 90%;
    margin: 5% auto 0;
  }
  #feature .subtitle {
    clear: both;
    font-size: 22px;
    margin-bottom: 20px;
    padding: 0 20px 0 40px;
    color: #fff;
    background: url(../img/service/title_arrow.png) no-repeat 0 center/22px;
    border-radius: 10px;
  }
  #feature .feature__inner {
    margin: 0 0 10%;
  }
  #feature .item__title {
    margin: 0 0 4%;
    padding: 0 0 15px;
    border-bottom: 1px dotted #FFF;
  }
  #feature .item__title h2 {
    margin: 0 0 2%;
    padding: 0;
    font-family: "Noto Sans JP";
    font-size: 20px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 1.2em;
    letter-spacing: 0.1em;
  }
  #feature .item__title h3 {
    margin: 0 0 4%;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-weight: 500;
    color: #ede4d2;
    line-height: 1.2em;
    letter-spacing: 0.1em;
  }
  #feature .item__title p {
    margin: 0;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 1.5em;
    letter-spacing: 0.1em;
  }
  #feature .item__title span {
    background: #5B4B3B;
    margin-right: 10px;
    padding: 0.5% 1%;
    font-size: 16px;
  }
  #feature .feature__inner figure {
    margin: 0 0 3%;
  }
  #feature .feature__inner figure img {
    width: 100%;
  }
  #feature .feature__list {
    width: 100%;
  }
  #feature .feature__list h3 {
    margin: 0 0 4%;
    font-family: "Noto Sans JP";
    font-size: 18px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 1.2em;
    letter-spacing: 0.1em;
  }
  #feature .feature__content {
    width: 100%;
    max-width: 90%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #feature .feature__content .slider-container {
    width: 100%;
    margin: 0 auto;
  }
  #feature .feature__content .slider-container img {
    width: 100%;
    height: auto;
  }
  #feature .feature__content .item__title {
    margin: 4% 0;
    padding: 0 0 15px;
    border-bottom: 1px dotted #FFF;
  }
  #feature .feature__content .item__title h2 {
    margin: 0 0 1%;
    padding: 0;
    font-family: "Noto Sans JP";
    font-size: 20px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 1.2em;
    letter-spacing: 0.1em;
  }
  #feature .feature__content .item__title h3 {
    margin: 0 0 2%;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-weight: 500;
    color: #ede4d2;
    line-height: 1.2em;
    letter-spacing: 0.1em;
  }
  #feature .feature__content .item__price {
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 1.2em;
    letter-spacing: 0.1em;
  }
  #feature .feature__content .item__price .item__price__sale {
    background: #5B4B3B;
    margin: 0;
    padding: 0.5% 1%;
    display: inline-block;
  }
  #feature .feature__content .item__price .-red {
    background: #de3d2c;
  }
  #feature .feature__content .item__price .item__price__txt {
    margin: 10px 0 10px;
  }
  #feature .feature__content,
#feature .feature__cont01 {
    width: 100%;
    margin: 0 auto 10%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  #feature .feature__content .feature__list__box,
#feature .feature__cont01 .feature__list__box {
    width: 100%;
    margin: 0 0 5%;
  }
  #feature .feature__content .p-button,
#feature .feature__cont01 .p-button {
    line-height: 20px;
    margin: 0;
    padding: 1% 4%;
    background: #e0ba59;
    border-radius: 14px;
    font-weight: 500;
    text-align: center;
    transition: 0.5s;
  }
  #feature .feature__content table,
#feature .feature__cont01 table {
    width: 100%;
    margin: 0 auto;
    padding: 5%;
    border-collapse: collapse;
    white-space: nowrap;
  }
  #feature .feature__content th,
#feature .feature__cont01 th {
    background: #F2DDB4;
    padding: 10px;
    border: 1px solid #5B4B3B;
    color: #5B4B3B;
  }
  #feature .feature__content td,
#feature .feature__cont01 td {
    background: #fff;
    padding: 10px 30px;
    border: 1px solid #5B4B3B;
  }
  #feature .feature__content .ontable,
#feature .feature__cont01 .ontable {
    width: 100%;
    margin: 0;
    padding: 5%;
    border-collapse: collapse;
    white-space: nowrap;
  }
  #feature .feature__content p,
#feature .feature__cont01 p {
    color: #FFF;
  }
  #feature .feature__content a,
#feature .feature__cont01 a {
    width: 50%;
  }
  #feature .feature__content figure,
#feature .feature__cont01 figure {
    margin: 0;
  }
  #feature .feature__content figure img,
#feature .feature__cont01 figure img {
    width: 100%;
  }
  #feature .feature__cont02 {
    width: 100%;
    margin: 0 0 5%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  #feature .feature__cont02 .feature__list__box {
    width: 45%;
    margin: 0 5% 0 0;
  }
  #feature .feature__cont02 p {
    margin: 0 0 1%;
    padding: 0;
    font-family: "Noto Sans JP";
    font-size: 12px;
    font-weight: normal;
    color: #FFFFFF;
    line-height: 1.8em;
    letter-spacing: 0.1em;
  }
  #feature .feature__cont02 a {
    width: 50%;
  }
  #feature .feature__cont02 figure {
    margin: 0;
  }
  #feature .feature__cont02 figure img {
    width: 100%;
  }
  .lum-lightbox-inner img {
    max-height: 100%;
    max-width: 100%;
  }
  #buy {
    position: relative;
    width: 100%;
    max-width: 90%;
    margin: 5% auto 0;
  }
  #buy .subtitle {
    clear: both;
    font-size: 22px;
    margin-bottom: 20px;
    padding: 0 0 0 40px;
    color: #fff;
    background: url(../img/service/title_arrow.png) no-repeat 0 center/22px;
    border-radius: 10px;
  }
  #buy .caption {
    width: auto;
    font-family: "Noto Sans JP";
    font-size: 18px;
    font-weight: 500;
    display: flex;
    align-items: center;
    margin: 0 0 3%;
    padding: 10px 20px;
    background: #562608;
    border-radius: 10px;
    color: #FFFFFF;
    line-height: 1.2em;
    letter-spacing: 0.1em;
  }
  #buy .subcaption {
    font-family: "Noto Sans JP";
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 2%;
    color: #FFFFFF;
    padding-bottom: 5px;
    border-bottom: 1px dotted #d7b97c;
  }
  #buy p,
#buy a {
    margin: 0 0 5%;
    padding: 0;
    font-family: "Noto Sans JP";
    font-size: 14px;
    font-weight: normal;
    color: #FFFFFF;
    line-height: 1.2em;
    letter-spacing: 0.1em;
  }
  #buy .button {
    display: inline-block;
    background: #d13415;
    width: 100%;
    padding: 10px 0;
    text-align: center;
    color: #FFF;
    margin: 5px;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    transition: 0.3s;
  }
  #buy .shopreceive {
    margin: 0 0 2%;
  }
  #buy .shopreceive p {
    margin: 0 0 1%;
    font-family: "Noto Sans JP";
    font-size: 14px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 1.2em;
    letter-spacing: 0.1em;
  }
  #buy .shopreceive ol {
    margin: 2%;
    padding: 0 0 0 2%;
  }
  #buy .shopreceive li {
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-weight: normal;
    color: #FFFFFF;
    list-style: decimal;
    margin: 0 0 3% 5%;
  }
  #buy .shopreceive li h4 {
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-weight: normal;
    color: #FFFFFF;
    margin: 0 0 1%;
  }
  #buy .shopreceive li span {
    display: block;
    color: #6A3906;
    font-weight: 500;
  }
  #buy .shopreceive li span::before {
    content: "■";
    margin-right: 0.2em;
    font-size: 12px;
  }
  #buy .shopreceive .caution {
    display: block;
    color: #6A3906;
    background: #E8CB68;
    font-weight: 500;
    margin: 2px 0 10px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  #buy .shopreceive .caution::before {
    content: none;
  }
  #buy .storeorder {
    background: #fa8500;
    margin: 5px 0 10px;
  }
  #buy .close {
    background: #707070;
  }
  #buy .ecorder {
    background: #fa8500;
  }
  .button::after {
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 5px);
    right: 10px;
    width: 6px;
    height: 6px;
    border: 2px solid;
    border-color: transparent transparent #FFF #FFF;
    transform: rotate(-135deg);
    transition: 0.3s;
  }
  .button:hover {
    opacity: 0.7;
  }
  .button:hover::after {
    right: 10px;
  }
  #buy .buy__inner {
    margin: 0 0 10%;
  }
  #buy .buy__inner h2 {
    margin: 0 0 4%;
    padding: 10px 0;
    font-family: "Noto Sans JP";
    font-size: 20px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 1.2em;
    letter-spacing: 0.1em;
    border-bottom: 1px dotted #FFF;
  }
  #buy .address__list {
    width: 100%;
    max-width: 98%;
    margin: 0 auto;
  }
  #buy .address__box h3 {
    display: block;
    margin: 6% 0 3%;
    font-family: "Noto Sans JP";
    font-size: 18px;
    font-weight: 500;
    padding: 10px 20px;
    background: #562608;
    border-radius: 10px;
    color: #FFFFFF;
    line-height: 1.2em;
    letter-spacing: 0.1em;
  }
  #buy .address__box h3 span {
    font-size: 12px;
    display: block;
  }
  #buy .address__box h4 {
    color: #FFFFFF;
  }
  #buy .address__box .sv_shop_table {
    width: 100%;
    margin: 0 0 5%;
    color: #5B4B3B;
  }
  #buy .address__box .sv_shop_table td {
    width: 92%;
    background: #F2DDB4;
    padding: 1.5% 4%;
    color: #5B4B3B;
  }
  #buy .address__box .sv_shop_table td a {
    color: #5B4B3B;
  }
  #buy .address__box .sv_shop_table td + td {
    background: #f5f5f5;
    color: #5B4B3B;
  }
  #buy .address__box .shopname {
    width: 100%;
    height: auto;
    margin: 0 0 2% 0;
    padding: 0 0 0 5px;
    text-align: left;
    font-family: "Noto Sans JP";
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    letter-spacing: 0.05em;
    position: relative;
    text-indent: 30px;
    line-height: 24px;
    vertical-align: middle;
  }
  #buy .address__box .shopname span {
    display: block;
    color: #6A3906;
    font-size: 14px;
    font-weight: bold;
    text-decoration: underline;
  }
  #buy .address__box .shopname:before {
    width: 25px;
    height: 20px;
    content: "";
    background: url(../img/service/Iconawesome-store.png) no-repeat center;
    background-size: cover;
    position: absolute;
    top: 10%;
    left: 0;
    display: inline-block;
  }
  #buy .address__box .sv_shop_table a.map_link {
    display: inline-block;
    padding: 1%;
    margin: 0 0 0 1%;
    background: #5B4B3B;
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    letter-spacing: 0.01em;
    position: absolute;
    top: 10%;
    right: 3%;
    transition: 0.3s;
  }
  /* 特定商取引 */
  .law {
    width: 100%;
    padding: 7.5%;
    background: #FFF;
    box-sizing: border-box;
  }
  .law dl {
    margin: 0 0 1em;
    font-size: 13px;
    color: #707070;
  }
  .law dl span {
    display: block;
  }
  .law dl dd {
    margin: 0;
  }
  .law dl:last-child {
    margin: 0;
  }
  /* 東山について */
  .bg_ab {
    width: 100%;
    height: 375px;
    margin: 0 auto;
    padding: 0 0 10% 0;
    background: url("../img/about/sp_main_img@2x.png") no-repeat center center;
    background-size: cover;
  }
  /* お問い合わせ */
  .bg_cn {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 25% 0 25% 0;
    background: url("../img/contact/sp_main_img@2x.png") no-repeat center center;
    background-size: cover;
  }
  #main03 {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    position: relative;
  }
  #main03 .main03Inner {
    width: 90%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    position: relative;
  }
  #main03 h2 {
    margin: 0;
    padding: 5% 0 4% 0;
    font-family: "Noto Sans JP";
    font-size: 26px;
    font-weight: 500;
    color: #636363;
    line-height: 1.2em;
    letter-spacing: 0.1em;
  }
  #main03 .ttl_en {
    margin: 0;
    padding: 0;
    font-size: 13px;
    font-weight: normal;
    color: #9F9F9F;
    display: block;
  }
  #main02 .main02Inner {
    width: 90%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    position: relative;
  }
  #main02 h2 {
    margin: 0;
    padding: 5% 0 4% 0;
    font-family: "Noto Sans JP";
    font-size: 26px;
    font-weight: 500;
    color: #636363;
    line-height: 1.2em;
    letter-spacing: 0.1em;
  }
  #main02 .ttl_en {
    margin: 0;
    padding: 0;
    font-size: 13px;
    font-weight: normal;
    color: #9F9F9F;
    display: block;
  }
  #main02 h2 .ttl_small {
    margin: 1% 0 0 0;
    padding: 0;
    font-size: 20px;
    display: block;
    line-height: 1.5em;
  }
  #main02 .txt_01 {
    display: block;
    margin: 2% 0 0 0;
    padding: 0;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 0.1em;
    text-align: left;
  }
  #main02 .txt_01 span {
    display: inline-block;
    background: url("../img/service/ss_mainttl_bg@2x.png") repeat;
    padding: 0.5% 0;
  }
  #main02 .txt_02 {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    text-align: center;
  }
  #main02 .sv_icon {
    width: 100%;
    max-width: 200px;
    height: auto;
    display: block;
    margin: -30% auto 0 auto;
    position: relative;
  }
  #main02 .sv_icon img {
    width: 100%;
    height: auto;
  }
  #main02 .sv_ss_ttl {
    width: 56%;
    height: auto;
    margin: 2% auto 0 auto;
    display: flex;
  }
  #main02 .sv_ss_ttl figure {
    margin: 0;
    padding: 1%;
  }
  #main02 .sv_ss_ttl figure img {
    width: 100%;
    height: auto;
  }
  #main02 .sv_ss_ttl02 {
    width: 90%;
    height: auto;
    margin: 2% auto 6% auto;
    display: flex;
  }
  #main02 .sv_ss_ttl02 figure {
    margin: 0;
    padding: 0.5%;
  }
  #main02 .sv_ss_ttl02 figure img {
    width: 100%;
    height: auto;
  }
  #main02 .sv_it_ttl {
    width: 95%;
    height: auto;
    margin: 2% auto 0 auto;
    display: flex;
  }
  #main02 .sv_it_ttl figure {
    margin: 0;
    padding: 0.5%;
  }
  #main02 .sv_it_ttl figure img {
    width: 100%;
    height: auto;
  }
  #main02 .sv_it_ttl02 {
    width: 83%;
    height: auto;
    margin: 2% auto 6% auto;
    display: flex;
  }
  #main02 .sv_it_ttl02 figure {
    margin: 0;
    padding: 0.7%;
  }
  #main02 .sv_it_ttl02 figure img {
    width: 100%;
    height: auto;
  }
  #main02 .sv_en_ttl {
    width: 50%;
    height: auto;
    margin: 2% auto 0 auto;
    display: flex;
  }
  #main02 .sv_en_ttl figure {
    margin: 0;
    padding: 1%;
  }
  #main02 .sv_en_ttl figure img {
    width: 100%;
    height: auto;
  }
  #main02 .sv_en_ttl02 {
    width: 84%;
    height: auto;
    margin: 2% auto 6% auto;
    display: flex;
  }
  #main02 .sv_en_ttl02 figure {
    margin: 0;
    padding: 0.6%;
  }
  #main02 .sv_en_ttl02 figure img {
    width: 100%;
    height: auto;
  }
  #main02 .sv_env_ttl {
    width: 66%;
    height: auto;
    margin: 2% auto 0 auto;
    display: flex;
  }
  #main02 .sv_env_ttl figure {
    margin: 0;
    padding: 0.5%;
  }
  #main02 .sv_env_ttl figure img {
    width: 100%;
    height: auto;
  }
  #main02 .sv_env_ttl02 {
    width: 50%;
    height: auto;
    margin: 2% auto 6% auto;
    display: flex;
  }
  #main02 .sv_env_ttl02 figure {
    margin: 0;
    padding: 1%;
  }
  #main02 .sv_env_ttl02 figure img {
    width: 100%;
    height: auto;
  }
  #main02 .sv_cv_ttl {
    width: 50%;
    height: auto;
    margin: 2% auto 0 auto;
    display: flex;
  }
  #main02 .sv_cv_ttl figure {
    width: auto;
    margin: 0;
    padding: 1%;
  }
  #main02 .sv_cv_ttl figure img {
    width: 100%;
    height: auto;
  }
  #main02 .sv_cv_ttl02 {
    width: 75%;
    height: auto;
    margin: 2% auto 6% auto;
    display: flex;
  }
  #main02 .sv_cv_ttl02 figure {
    width: auto;
    margin: 0;
    padding: 0.8%;
  }
  #main02 .sv_cv_ttl02 figure img {
    width: 100%;
    height: auto;
  }
  #main02 .sv_spa_ttl {
    width: 75%;
    height: auto;
    margin: 2.3% auto 0 auto;
    display: flex;
  }
  #main02 .sv_spa_ttl figure {
    width: auto;
    margin: 0;
    padding: 1%;
  }
  #main02 .sv_spa_ttl figure img {
    width: 100%;
    height: auto;
  }
  #main02 .sv_spa_ttl02 {
    width: 94%;
    height: auto;
    margin: 2.3% auto 6% auto;
    display: flex;
  }
  #main02 .sv_spa_ttl02 figure {
    width: auto;
    margin: 0;
    padding: 0.3%;
  }
  #main02 .sv_spa_ttl02 figure img {
    width: 100%;
    height: auto;
  }
  #main02 .sv_ng01_ttl {
    width: 95%;
    height: auto;
    margin: 2% auto 0 auto;
    display: flex;
  }
  #main02 .sv_ng01_ttl figure {
    width: auto;
    margin: 0;
    padding: 0 2.5%;
  }
  #main02 .sv_ng01_ttl figure img {
    width: 100%;
    height: auto;
  }
  #main02 .sv_ng01_ttl03 {
    width: 95%;
    height: auto;
    margin: 2.3% auto 0 auto;
    display: flex;
  }
  #main02 .sv_ng01_ttl03 figure {
    width: auto;
    margin: 0;
    padding: 0 1.8%;
  }
  #main02 .sv_ng01_ttl03 figure img {
    width: 100%;
    height: auto;
  }
  #main02 .sv_ng01_ttl04 {
    width: 95%;
    height: auto;
    margin: 2.3% auto 6% auto;
    display: flex;
  }
  #main02 .sv_ng01_ttl04 figure {
    width: auto;
    margin: 0;
    padding: 0 0.3%;
  }
  #main02 .sv_ng01_ttl04 figure img {
    width: 100%;
    height: auto;
  }
  #main02 .sv_ng02_ttl {
    width: 83%;
    height: auto;
    margin: 2% auto 0 auto;
    display: flex;
  }
  #main02 .sv_ng02_ttl figure {
    width: auto;
    margin: 0;
    padding: 1%;
  }
  #main02 .sv_ng02_ttl figure img {
    width: 100%;
    height: auto;
  }
  #main02 .sv_ng02_ttl02 {
    width: 83%;
    height: auto;
    margin: 2% auto 6% auto;
    display: flex;
  }
  #main02 .sv_ng02_ttl02 figure {
    width: auto;
    margin: 0;
    padding: 1%;
  }
  #main02 .sv_ng02_ttl02 figure img {
    width: 100%;
    height: auto;
  }
  #main02 .sv_fo_ttl {
    width: 70%;
    height: auto;
    margin: 2% auto 0 auto;
    display: flex;
  }
  #main02 .sv_fo_ttl figure {
    width: auto;
    margin: 0;
    padding: 0;
  }
  #main02 .sv_fo_ttl figure img {
    width: 100%;
    height: auto;
  }
  #main02 .sv_fo_ttl02 {
    width: 60%;
    height: auto;
    margin: 2% auto 6% auto;
    display: flex;
  }
  #main02 .sv_fo_ttl02 figure {
    width: auto;
    margin: 0;
    padding: 0;
  }
  #main02 .sv_fo_ttl02 figure img {
    width: 100%;
    height: auto;
  }
  #main02 .txt_02 p {
    width: 90%;
    height: auto;
    margin: 2% auto;
    padding: 0;
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 14px;
    font-weight: normal;
    color: #231815;
    letter-spacing: 0.1em;
    line-height: 1.8em;
  }
  #main02 .txt_03 {
    width: 90%;
    height: auto;
    display: block;
    margin: 50% auto 0 auto;
    padding: 3%;
    background: #fff;
    box-shadow: rgba(122, 122, 122, 0.0588235) 0px 0px 6px 3px;
    -webkit-box-shadow: rgba(122, 122, 122, 0.0588235) 0px 0px 6px 3px;
    -moz-box-shadow: rgba(122, 122, 122, 0.0588235) 0px 0px 6px 3px;
  }
  #main02 .txt_03 h3 {
    margin: 0 auto 2% auto;
    padding: 0;
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 12px;
    font-weight: 400;
    color: #2550A6;
    letter-spacing: 0.05em;
    line-height: 1.5em;
  }
  #main02 .txt_03 p {
    margin: 0 auto;
    padding: 0;
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 14px;
    font-weight: 400;
    color: #636363;
    letter-spacing: 0.05em;
    line-height: 1.8em;
  }
  #main02 .button__Inner {
    display: flex;
    margin: 10% auto;
    justify-content: center;
  }
  #main02 .button__Inner > *:nth-child(2) {
    margin-left: 3%;
  }
  #main02 .button__Inner .it-plan_contact {
    color: #fff;
    background-color: var(--col_blue);
    border: 2px solid var(--col_blue);
    padding: 2% 5%;
    border-radius: 46px;
    font-family: "Noto Sans JP";
    font-size: 1.1em;
    font-weight: 500;
    cursor: pointer;
    transition: 0.2s cubic-bezier(0.3, 0, 0.7, 1);
  }
  #main02 .button__Inner .it-plan_contact:hover {
    color: var(--col_blue);
    background-color: #fff;
    border: 2px solid var(--col_blue);
  }
  /* -----------------------------------------------------------------------------

  	パンくずリスト

  ----------------------------------------------------------------------------- */
  #pankuzu {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 1% 0;
    display: block;
    background: #FAFAFA;
    border-top: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
  }
  #pankuzu ul {
    width: 90%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
  }
  #pankuzu li {
    float: left;
    text-align: left;
    font-family: "Noto Sans JP";
    font-size: 14px;
    font-weight: 400;
    color: #636363;
    letter-spacing: 0.1em;
  }
  #pankuzu li + li {
    margin-left: 1%;
  }
  #pankuzu li + li:before {
    content: "> ";
  }
  #pankuzu li a {
    color: #2e81c7;
  }
  #pankuzu li a:hover {
    text-decoration: underline;
  }
  /* -----------------------------------------------------------------------------

  	東山について

  ----------------------------------------------------------------------------- */
  /* 代表メッセージ */
  #massageInner {
    width: 100%;
    height: auto;
    margin: 2% auto;
    padding: 0;
  }
  #massageInner .img_box {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
  }
  #massageInner .img_box img {
    width: 100%;
    height: auto;
  }
  #massageInner .txt_box {
    width: 90%;
    height: auto;
    margin: 4% auto;
    padding: 0;
  }
  #massageInner .txt_box h4 {
    margin: 0 0 2% 0;
    padding: 0;
    font-family: "Noto Sans JP";
    font-size: 18px;
    font-weight: 400;
    display: block;
    letter-spacing: 0.05em;
    color: #2550A6;
    line-height: 1.8em;
    text-align: left;
  }
  #massageInner .txt_box .txt01 {
    margin: 0 0 3% 0;
    padding: 0;
    font-family: "Noto Sans JP";
    font-size: 14px;
    font-weight: 400;
    display: block;
    letter-spacing: 0.05em;
    color: #707070;
    line-height: 1.8em;
    text-align: left;
  }
  #massageInner .txt_box .txt02 {
    margin: 0;
    padding: 0;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-weight: 400;
    display: block;
    letter-spacing: 0.05em;
    color: #707070;
    text-align: right;
  }
  /* 会社概要 */
  #company {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 10% 0;
    overflow: hidden;
  }
  #company h3 {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    font-family: "Caveat", cursive;
    font-size: 50px;
    font-weight: bold;
    color: #2550A6;
    letter-spacing: 0.1em;
    line-height: 0.9em;
  }
  #company h3 span {
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-weight: 400;
    display: block;
    letter-spacing: 0.05em;
  }
  #companyInner {
    width: 100%;
    height: auto;
    margin: 2% auto;
    padding: 0;
  }
  #companyInner .img_box {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
  }
  #companyInner .img_box img {
    width: 100%;
    height: auto;
  }
  #companyInner .table_box {
    width: 90%;
    height: auto;
    margin: 5% auto 0 auto;
    padding: 0;
  }
  #companyInner table {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    border-collapse: collapse;
    border-spacing: 0;
    display: block;
    border-top: 1px solid #D3D3D3;
    border-bottom: 1px solid #D3D3D3;
  }
  #companyInner tbody {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    display: inline-table;
  }
  #companyInner tr {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
  }
  #companyInner tr + tr {
    border-top: 1px solid #D3D3D3;
  }
  #companyInner td {
    width: 92%;
    padding: 4% 4% 0 4%;
    vertical-align: top;
    text-align: left;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-weight: 400;
    color: #6B6B6B;
    letter-spacing: 0.01em;
    line-height: 1.8em;
    display: inline-block;
  }
  #companyInner td + td {
    color: #333;
    padding-bottom: 4%;
  }
  #companyInner table ul {
    margin: 0;
    padding: 0;
  }
  #companyInner table li {
    margin: 0;
    padding: 0;
    list-style: disc;
    color: #2E81C7;
    list-style-position: inside;
  }
  #companyInner table li + li {
    margin-top: 2%;
  }
  #companyInner a {
    display: inline-block;
    padding: 0;
    margin: 0;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-weight: 400;
    color: #2E81C7;
    letter-spacing: 0.01em;
    position: relative;
  }
  #companyInner a:after {
    width: 18px;
    height: 17px;
    content: "";
    background: url("../img/about/link_icon@2x.png") no-repeat center center;
    background-size: cover;
    position: absolute;
    right: -25px;
    top: 25%;
    display: inline-block;
  }
  #companyInner a:hover {
    text-decoration: underline;
  }
  #contents .works__btn:hover {
    transform: scale(1);
  }
  /* アクセス */
  #access {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 5% 0 10% 0;
    overflow: hidden;
  }
  #access h3 {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    font-family: "Caveat", cursive;
    font-size: 50px;
    font-weight: bold;
    color: #2550A6;
    letter-spacing: 0.1em;
    line-height: 0.9em;
  }
  #access h3 span {
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-weight: 400;
    display: block;
    letter-spacing: 0.05em;
  }
  #accessInner {
    width: 100%;
    height: auto;
    margin: 2% auto;
    padding: 0;
  }
  #accessInner .map_box {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
  }
  #accessInner .map_box iframe {
    width: 100%;
    height: 350px;
    margin: 0 auto;
    padding: 0;
  }
  #accessInner .txt_box {
    width: 90%;
    height: auto;
    margin: 4% auto 0 auto;
    padding: 0;
  }
  #accessInner .txt_box figure {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
  }
  #accessInner .txt_box figure + figure {
    margin-top: 4%;
  }
  #accessInner .txt_box h4 {
    margin: 0 0 1% 0;
    padding: 0;
    font-family: "Noto Sans JP";
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.05em;
    color: #6B6B6B;
    text-align: left;
  }
  #accessInner .txt_box p {
    margin: 0;
    padding: 0;
    font-family: "Noto Sans JP";
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.05em;
    color: #000000;
    text-align: left;
    line-height: 1.8em;
  }
  /* -----------------------------------------------------------------------------

  	事業内容

  ----------------------------------------------------------------------------- */
  #sv_about {
    width: 100%;
    height: auto;
    margin: 0 auto 5% auto;
    padding: 0;
  }
  #sv_aboutInner {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
  }
  #sv_about figure + figure {
    margin-top: 5%;
  }
  .marker {
    background: linear-gradient(transparent 70%, #FDC0C0 0%);
  }
  .marker02 {
    background: linear-gradient(transparent 70%, #a0d8ef 0%);
  }
  .marker03 {
    background: linear-gradient(transparent 70%, #FFEE99 0%);
  }
  .marker04 {
    background: linear-gradient(transparent 70%, #94adda 0%);
  }
  .marker05 {
    background: linear-gradient(transparent 70%, #C0FDCE 0%);
  }
  .marker06 {
    background: linear-gradient(transparent 70%, #D2FDC0 0%);
  }
  .marker07 {
    background: linear-gradient(transparent 70%, #FDE9C0 0%);
  }
  .marker08 {
    background: linear-gradient(transparent 70%, #FDC0E5 0%);
  }
  .marker09 {
    background: linear-gradient(transparent 70%, #e6afcf 0%);
  }
  :root {
    --col_blue:#00b7ee;
  }
  #sv_about .sv_about_box_it-plan {
    font-family: "Noto Sans JP";
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 4% 0;
    background: #EAFCFF;
    margin-top: 0;
  }
  #sv_about .sv_about_box_it-plan .it-plan_title {
    margin-top: 13%;
    margin-bottom: 10%;
    padding: 0.6em 0;
    color: #fff;
    text-align: center;
    background-color: var(--col_blue);
  }
  #sv_about .sv_about_box_it-plan .it-plan_title .title {
    font-size: 1.1em;
    font-weight: 500;
  }
  #sv_about .sv_about_box_it-plan .it-plan_title .title:after {
    content: "";
    display: block;
    width: 20%;
    height: 1px;
    margin: 4% auto 0 auto;
    background-color: #fff;
  }
  #sv_about .sv_about_box_it-plan .it-plan_light {
    width: 90%;
    margin: 0 auto 20%;
  }
  #sv_about .sv_about_box_it-plan .it-plan_light img {
    width: 100%;
  }
  #sv_about .sv_about_box_it-plan .it-plan_light_pc {
    display: none;
  }
  #sv_about .sv_about_box_it-plan .it-plan_Inner {
    width: 80%;
    margin: 6% auto;
    line-height: 1.8em;
  }
  #sv_about .sv_about_box_it-plan .it-plan_Inner .it-plan_Inner_title {
    margin-top: 11%;
    text-align: center;
    color: #fff;
    background-color: var(--col_blue);
    padding: 1% 0;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
  }
  #sv_about .sv_about_box_it-plan .it-plan_Inner .it-plan_Inner_img-txt {
    padding: 7% 6% 2% 6%;
    background: #fff;
  }
  #sv_about .sv_about_box_it-plan .it-plan_Inner .it-plan_Inner_img-txt .anno {
    display: inline-block;
    font-size: 0.9em;
  }
  #sv_about .sv_about_box_it-plan .it-plan_Inner .option {
    margin: 13% 0 10% 0;
    padding: 2% 6% 3% 6%;
    background-color: #fff;
  }
  #sv_about .sv_about_box_it-plan .it-plan_Inner .option .optiontitle {
    display: flex;
    align-items: center;
    margin-bottom: -8%;
  }
  #sv_about .sv_about_box_it-plan .it-plan_Inner .option .optiontitle .optionimg {
    width: 7%;
    margin-right: 2%;
    margin-bottom: 4%;
  }
  #sv_about .sv_about_box_it-plan .it-plan_Inner .option .optiontitle .optionimg img {
    width: 100%;
    transform-origin: center center 0;
    transform: rotate(29deg);
  }
  #sv_about .sv_about_box_it-plan .it-plan_Inner .option .optiontitle p {
    display: inline-block;
    font-size: 1.2em;
    font-weight: 800;
    color: var(--col_blue);
  }
  #sv_about .sv_about_box_it-plan .it-plan_price {
    width: 53%;
    margin: 0 auto;
    padding-bottom: 2%;
  }
  #sv_about .sv_about_box_it-plan .it-plan_price::after {
    content: "";
    display: block;
    width: 70%;
    height: 1px;
    margin: 12% auto 0 auto;
    background-color: #707070;
  }
  #sv_about .sv_about_box_it-plan .it-plan_price img {
    width: 100%;
  }
  #sv_about .sv_about_box_it-plan .it-plan_contact {
    display: block;
    margin: 15% auto 15%;
    color: #fff;
    background-color: var(--col_blue);
    border: 2px solid var(--col_blue);
    padding: 8% 25%;
    border-radius: 46px;
    font-family: "Noto Sans JP";
    font-size: 1.1em;
    font-weight: 500;
    transition: 0.2s cubic-bezier(0.3, 0, 0.7, 1);
  }
  #sv_about .sv_about_box_it-plan .it-plan_contact:hover {
    color: var(--col_blue);
    background-color: #fff;
    border: 2px solid var(--col_blue);
  }
  /* 店舗一覧 */
  /*タブ切り替え全体のスタイル*/
  /*タブのスタイル*/
  /*ラジオボタンを全て消す*/
  /*タブ切り替えの中身のスタイル*/
  /*選択されているタブのコンテンツのみを表示*/
  /*選択されているタブのスタイルを変える*/
  /* Wダイヤモンド/ダイヤモンド/クリスタル/ピュアキーパー */
  /*制作事例*/
  /*タブ切り替え全体のスタイル*/
  /*タブのスタイル*/
  /*ラジオボタンを全て消す*/
  /*タブ切り替えの中身のスタイル*/
  /*選択されているタブのコンテンツのみを表示*/
  /*選択されているタブのスタイルを変える*/
  /*選択されているタブのスタイルを変える*/
  /* モーダルウィンドウ設定 */
  /* ----------------------------------------
   * お問い合わせ
   * ---------------------------------------- */
  /* IE */
  /* Edge */
  /* IE */
  /* Edge */
  /* ----------------------------------------
   * 動画再生用
   * ---------------------------------------- */
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .optiontitle {
    font-size: 0.8em;
  }
}
@media screen and (max-width: 750px) {
  .sv_about_box01 {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
  }
  .sv_about_box01 .bg_ss01 {
    background: url("../img/service/ss_bg01@2x.png") no-repeat left top;
    background-size: 100%;
  }
  .sv_about_box01 .bg_ss02 {
    background: url("../img/service/ss_bg02@2x.png") no-repeat left top;
    background-size: 100%;
  }
  .sv_about_box01 .bg_en01 {
    background: url("../img/service/en_bg01@2x.png") no-repeat left center;
    background-size: 100%;
  }
  .sv_about_box01 .bg_en02 {
    background: url("../img/service/en_bg02@2x.png") no-repeat left center;
    background-size: 100%;
  }
  .sv_about_box01 .bg_en03 {
    background: url("../img/service/en_bg03@2x.png") no-repeat left center;
    background-size: 60%;
  }
  .sv_about_box01.bg_env01 {
    background: url("../img/service/env_bg01@2x.png") no-repeat left center;
    background-size: 100%;
  }
  .sv_about_box01.bg_env02 {
    background: url("../img/service/env_bg02@2x.png") no-repeat left center, #F9F9F9;
    background-size: 100%;
    padding: 5% 0;
  }
  .sv_about_box01.bg_env03 {
    background: url("../img/service/env_bg03@2x.png") no-repeat left center;
    background-size: 60%;
  }
  .sv_about_box01 .bg_it01 {
    background: url("../img/service/it_bg01@2x.png") no-repeat left center;
    background-size: 100%;
  }
  .sv_about_box01 .bg_it02 {
    background: url("../img/service/it_bg02@2x.png") no-repeat left center;
    background-size: 100%;
  }
  .sv_about_box01 .bg_it03 {
    background: url("../img/service/it_bg03@2x.png") no-repeat left center;
    background-size: 100%;
  }
  .sv_about_box01 .bg_it04 {
    background: url("../img/service/it_bg04@2x.png") no-repeat left center;
    background-size: 100%;
  }
  .sv_about_box01.bg_spa01 {
    background: #FDF4F8;
    padding: 5% 0;
  }
  .sv_about_box01 .txt_box {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
  }
}
@media screen and (max-width: 750px) {
  .sv_about_box01Inner {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
  }
}
@media screen and (max-width: 750px) {
  .sv_about_box01 h3 img.ss_ttl01 {
    width: 80%;
    height: auto;
    margin: 0 auto;
    padding: 0;
  }
  .sv_about_box01 h3 img.ss_ttl02, .sv_about_box01 h3 img.en_ttl01, .sv_about_box01 h3 img.en_ttl02, .sv_about_box01 h3 img.en_ttl03, .sv_about_box01 h3 img.env_ttl01, .sv_about_box01 h3 img.env_ttl02, .sv_about_box01 h3 img.env_ttl03, .sv_about_box01 h3 img.it_ttl01, .sv_about_box01 h3 img.it_ttl02, .sv_about_box01 h3 img.it_ttl03, .sv_about_box01 h3 img.it_ttl04 {
    width: 80%;
    height: auto;
    margin: 0;
    padding: 0;
  }
  .sv_about_box01 h3.ttl_01 {
    width: 100%;
    height: auto;
    margin: 0 auto 4% auto;
    padding: 0;
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 21px;
    font-weight: 400;
    color: #636363;
    letter-spacing: 0.05em;
    line-height: 1.7em;
  }
  .sv_about_box01 h3.ttl_01 span {
    font-weight: 600;
    display: block;
  }
  .sv_about_box01 .txt_box h4 {
    width: 90%;
    margin: 0 auto;
    padding: 0;
    text-align: left;
    font-family: "Noto Sans JP";
    font-size: 20px;
    font-weight: 500;
    color: #231815;
    letter-spacing: 0.05em;
    line-height: 1.6em;
  }
  .sv_about_box01 .txt_box h4.In_title1 {
    font-size: 1.3em;
    font-feature-settings: "palt";
  }
  .sv_about_box01 .txt_box h4 span {
    border-bottom: dashed 1px #EC8888;
  }
  .sv_about_box01 .txt_box h4 span.bd_it {
    border-bottom: dashed 1px #6BA8D7;
  }
  .sv_about_box01 .txt_box h4 span.bd_en {
    border-bottom: dashed 1px #DDC710;
  }
  .sv_about_box01 .txt_box h4.ttl01 {
    margin: 0 auto;
    padding: 0 0 2% 0;
    text-align: left;
    font-family: "Noto Sans JP";
    font-size: 18px;
    font-weight: 500;
    color: #2458A7;
    letter-spacing: 0.05em;
    line-height: 1.6em;
    border-bottom: 1px solid #D3D3D3;
  }
  .sv_about_box01 .txt_box h4.ttl02 {
    margin: 0 auto;
    padding: 0 0 2% 0;
    text-align: left;
    font-family: "Noto Sans JP";
    font-size: 18px;
    font-weight: 500;
    color: #E076B3;
    letter-spacing: 0.05em;
    line-height: 1.6em;
    border-bottom: 1px solid #D3D3D3;
  }
  .sv_about_box01 .txt_box p {
    width: 90%;
    margin: 0 auto;
    padding: 5% 0 0 0;
    text-align: left;
    font-family: "Noto Sans JP";
    font-size: 14px;
    font-weight: 400;
    color: #231815;
    letter-spacing: 0.04em;
    line-height: 1.7em;
  }
  .sv_about_box01 .txt_box p.In_txt1 {
    margin-bottom: 7%;
  }
  .sv_about_box01 .txt_box ul {
    width: 80%;
    margin: 0 auto;
    padding: 2% 0 0 0;
  }
  .sv_about_box01 .txt_box li {
    margin: 0;
    padding: 0;
    text-align: left;
    font-family: "Noto Sans JP";
    font-size: 14px;
    font-weight: 400;
    color: #231815;
    letter-spacing: 0.05em;
    line-height: 1.7em;
    list-style-type: circle;
    list-style-position: outside;
  }
  .sv_about_box01 .txt_box li + li {
    margin-top: 4%;
  }
  .sv_about_box01 .img_box {
    width: 100%;
    height: auto;
    margin: 4% 0 0 0;
    padding: 0;
    text-align: center;
  }
  .sv_about_box01 .img_box img {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
  }
  .sv_about_box01 .img_box02 {
    width: 90%;
    height: auto;
    margin: 4% auto 10% auto;
    padding: 0;
    text-align: center;
  }
  .sv_about_box01 .img_box02 img {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
  }
  .sv_about_box01 a.btn {
    width: 300px;
    height: auto;
    margin: 5% auto 0 auto;
    padding: 1% 3%;
    border: 1px solid #D3D3D3;
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 18px;
    font-weight: 400;
    color: #231815;
    letter-spacing: 0.05em;
    line-height: 1.7em;
    background: #fff;
    vertical-align: middle;
    display: block;
    transition: 0.3s;
  }
  .sv_about_box01 a.btn:after {
    margin: 0 0 0 3%;
    padding: 0;
    display: inline-block;
    content: "▼";
    font-size: 15px;
    color: #DDC710;
  }
}
@media screen and (max-width: 750px) {
  .sv_about_box02 {
    width: 100%;
    height: auto;
    margin: 0 auto 3% auto;
    padding: 2% 0 0 0;
    display: flex;
  }
  .sv_about_box02.bg_ss01-2 {
    background: #FFEAF2 url("../img/service/ss_img02@2x.png") no-repeat right top;
    background-size: 55%;
  }
  .sv_about_box02 .txt_box {
    width: 90%;
    height: auto;
    margin: 0 auto;
    padding: 0 0 5% 0;
  }
  .sv_about_box02 .txt_box h3 {
    margin: 0;
    padding: 4% 0 0 0;
    text-align: left;
    font-family: "Noto Sans JP";
    font-size: 22px;
    font-weight: 500;
    color: #E66A6A;
    letter-spacing: 0.05em;
    line-height: 1.6em;
  }
  .sv_about_box02 .txt_box h4 {
    margin: 0;
    padding: 2% 0 0 0;
    text-align: left;
    font-family: "Noto Sans JP";
    font-size: 20px;
    font-weight: 500;
    color: #231815;
    letter-spacing: 0.05em;
    line-height: 1.6em;
  }
  .sv_about_box02 .txt_box p {
    width: 100%;
    margin: 0;
    padding: 10% 0 0 0;
    text-align: justify;
    font-family: "Noto Sans JP";
    font-size: 14px;
    font-weight: 400;
    color: #231815;
    letter-spacing: 0.05em;
    line-height: 1.7em;
  }
  .sv_about_box02 .img_box img {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
  }
}
@media screen and (max-width: 750px) {
  .sv_about_box04 {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 8% 0;
  }
  .sv_about_box04.bg_ss01 {
    background: #f5efdb;
  }
  .sv_about_box04.bg_ng01 {
    background: #EDFFF3;
  }
  .sv_about_box04.bg_ng02_1 {
    background: #FFFAED;
  }
  .sv_about_box04.bg_cv01 {
    background: #FEF6FF;
  }
  .sv_about_box04.bg_fo01 {
    background: #F3FFED;
  }
  .sv_about_box04 h3 {
    width: 100%;
    height: auto;
    margin: 0 auto 4% auto;
    padding: 0;
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 21px;
    font-weight: 400;
    color: #636363;
    letter-spacing: 0.05em;
    line-height: 1.7em;
  }
  .sv_about_box04 h3 span {
    font-weight: 600;
    display: block;
  }
}
@media screen and (max-width: 750px) {
  .sv_about_other {
    width: 90%;
    height: auto;
    margin: 0 auto;
    padding: 0;
  }
  .sv_about_other dl {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    text-align: center;
  }
  .sv_about_other dl + dl {
    margin-top: 8%;
  }
  .sv_about_other dt {
    width: 70%;
    height: auto;
    margin: 0 auto 4% auto;
    padding: 0;
  }
  .sv_about_other dt img {
    width: 100%;
    height: auto;
  }
  .sv_about_other dd {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
  }
  .sv_about_other dd h4 {
    margin: 0 auto 4% auto;
    padding: 0;
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 24px;
    font-weight: 400;
    color: #636363;
    letter-spacing: 0.05em;
    line-height: 1.7em;
  }
  .sv_about_other dd p {
    margin: 0 auto;
    padding: 0;
    text-align: justify;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-weight: 400;
    color: #636363;
    letter-spacing: 0.05em;
    line-height: 2em;
  }
}
@media screen and (max-width: 750px) {
  .sv_about_box05 {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 4% 0;
  }
  .sv_about_box05.bg_it {
    background: #EAFCFF;
  }
  .sv_about_box05.bg_en {
    background: #f5efdb;
  }
  .sv_about_box05 .box05_Inner {
    width: 90%;
    height: auto;
    margin: 0 auto;
    padding: 0;
  }
  .sv_about_box05 .box05_Inner h3 {
    margin: 0 auto;
    padding: 0;
    text-align: left;
    font-family: "Noto Sans JP";
    font-size: 22px;
    font-weight: 400;
    color: #DDC710;
    letter-spacing: 0.05em;
  }
  .sv_about_box05 .box05_Inner .img_box {
    width: 100%;
    margin: 3% auto;
    padding: 0;
    text-align: center;
  }
  .sv_about_box05 .box05_Inner .img_box img {
    width: 100%;
    height: auto;
  }
  .sv_about_box05 .box05_Inner dl {
    width: 100%;
    margin: 3% auto;
    padding: 0;
  }
  .sv_about_box05 .box05_Inner dt {
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: left;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-weight: 400;
    color: #636363;
    letter-spacing: 0.05em;
  }
  .sv_about_box05 .box05_Inner dd {
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: left;
    font-family: "Noto Sans JP";
    font-size: 14px;
    font-weight: 400;
    color: #636363;
    letter-spacing: 0.05em;
  }
  .sv_about_box05 .box05_Inner table {
    width: 100%;
    height: auto;
    margin: 3% auto 2% auto;
    padding: 0;
    border: 1px solid #D3D3D3;
    border-collapse: collapse;
    border-spacing: 0;
    display: block;
  }
  .sv_about_box05 .box05_Inner tbody {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    display: inline-table;
  }
  .sv_about_box05 .box05_Inner tr {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    background: #fff;
  }
  .sv_about_box05 .box05_Inner tr + tr {
    border-top: 1px solid #D3D3D3;
  }
  .sv_about_box05 .box05_Inner td {
    width: 32%;
    padding: 1.5% 2%;
    background: #fff;
    vertical-align: middle;
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 14px;
    font-weight: 400;
    color: #333;
    letter-spacing: 0.01em;
    line-height: 1.8em;
  }
  .sv_about_box05 .box05_Inner td + td {
    background: #fff;
    border-left: 1px solid #D3D3D3;
  }
  .sv_about_box05 .box05_Inner .bg_ye {
    background: #FFEE99;
  }
}
@media screen and (max-width: 750px) {
  .item_list {
    width: 90%;
    height: auto;
    margin: 0 auto;
    padding: 5% 0;
    background: #fff;
  }
  .item_list dl {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    text-align: center;
  }
  .item_list dl + dl {
    margin-top: 10%;
  }
  .item_list dt {
    width: 80%;
    height: auto;
    margin: 0 auto 2% auto;
    padding: 0;
  }
  .item_list dt img {
    width: 100%;
    height: auto;
  }
  .item_list dd {
    width: 85%;
    height: auto;
    margin: 0 auto;
    padding: 0;
  }
  .item_list dd h4 {
    margin: 0 auto 2% auto;
    padding: 0;
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 20px;
    font-weight: 600;
    color: #231815;
    letter-spacing: 0.05em;
    line-height: 1.7em;
  }
  .item_list dd p {
    margin: 0 auto;
    padding: 0;
    text-align: left;
    font-family: "Noto Sans JP";
    font-size: 14px;
    font-weight: 400;
    color: #231815;
    letter-spacing: 0.05em;
    line-height: 2em;
  }
}
@media screen and (max-width: 750px) {
  .shop_link_list {
    width: 90%;
    height: auto;
    margin: 0 auto;
    padding: 5% 0;
    background: #fff;
  }
  .shop_link_list h3 {
    width: 90%;
    margin: 0 auto 2% auto;
    padding: 0;
    text-align: left;
    font-family: "Noto Sans JP";
    font-size: 22px;
    font-weight: 500;
    color: #6BA8D7;
    letter-spacing: 0.05em;
    line-height: 1.7em;
  }
  .shop_link_list p {
    width: 90%;
    margin: 0 auto 4% auto;
    padding: 0;
    text-align: left;
    font-family: "Noto Sans JP";
    font-size: 14px;
    font-weight: 400;
    color: #231815;
    letter-spacing: 0.05em;
    line-height: 1.7em;
  }
}
@media screen and (max-width: 750px) {
  p.it_shopname {
    margin: auto;
    padding: 0;
    text-align: left;
    font-family: "Noto Sans JP";
    font-size: 14px;
    font-weight: 550;
    color: #231815;
    letter-spacing: 0.1em;
    line-height: 1.7em;
    border-bottom: solid 1px #6BA8D7;
  }
}
@media screen and (max-width: 750px) {
  .shop_link_listInnner {
    width: 90%;
    height: auto;
    margin: 0 auto;
    padding: 0;
  }
  .shop_link_listInnner dl {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 4% 0 6% 0;
    text-align: center;
    border: #bfbfbf 1px solid;
  }
  .shop_link_listInnner dl + dl {
    margin-top: 5%;
  }
  .shop_link_listInnner dt {
    width: 50%;
    height: auto;
    margin: 0 auto;
    padding: 0;
  }
  .shop_link_listInnner dt img {
    width: 100%;
    height: auto;
  }
  .shop_link_listInnner dd {
    width: 85%;
    height: auto;
    margin: 0 auto;
    padding: 0;
  }
  .shop_link_listInnner dd a {
    width: 90%;
    max-width: 350px;
    display: inline-block;
    border: 2px solid #629fe2;
    padding: 3% 0;
    text-align: center;
    border-radius: 50px;
    font-family: "Noto Sans JP";
    font-size: 14px;
    font-weight: 400;
    color: #629fe2;
    letter-spacing: 0.05em;
    position: relative;
    transition: 0.3s;
    vertical-align: middle;
  }
  .shop_link_listInnner dd a:after {
    width: 14px;
    height: 13px;
    content: "";
    background: url("../img/service/link_icon@2x.png") no-repeat center center;
    background-size: cover;
    display: inline-block;
  }
  .shop_link_listInnner dd a:hover {
    color: #fff;
    background: #629fe2;
  }
  .shop_link_listInnner dd a:hover:after {
    color: #fff;
    background: url("../img/service/link_icon_on@2x.png") no-repeat center center;
    background-size: cover;
  }
}
@media screen and (max-width: 750px) {
  #sv_shopInner {
    width: 90%;
    height: auto;
    margin: 0 auto;
    padding: 8% 0;
  }
  #sv_shopInner h3 {
    width: 100%;
    margin: 0 auto 5% auto;
    padding: 0;
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 14px;
    font-weight: 400;
    color: #636363;
    letter-spacing: 0.05em;
    line-height: 1.7em;
    position: relative;
  }
  #sv_shopInner h3 img {
    width: 50%;
    max-width: 320px;
    height: auto;
  }
  #sv_shopInner h3.bd_it img {
    display: none;
    width: 35%;
    height: auto;
  }
  #sv_shopInner h3.bd_ng01 img {
    width: 50%;
    max-width: 320px;
    height: auto;
  }
  #sv_shopInner h3 span {
    display: block;
    padding-top: 1%;
  }
  #sv_shopInner h3:before {
    width: 23%;
    max-width: 230px;
    height: 5px;
    content: "";
    position: absolute;
    border-top: 5px dotted #EC8888;
    top: 50%;
    left: 0;
  }
  #sv_shopInner h3:after {
    width: 23%;
    max-width: 230px;
    height: 5px;
    content: "";
    position: absolute;
    border-top: 5px dotted #EC8888;
    top: 50%;
    right: 0;
  }
  #sv_shopInner h3.bd_it:before, #sv_shopInner h3.bd_it:after {
    border-top: 5px dotted #6BA8D7;
  }
  #sv_shopInner h3.bd_en:before, #sv_shopInner h3.bd_en:after {
    border-top: 5px dotted #DDC710;
  }
  #sv_shopInner h3.bd_env:before, #sv_shopInner h3.bd_env:after {
    border-top: 5px dotted #2458A7;
  }
  #sv_shopInner h3.bd_ng01:before, #sv_shopInner h3.bd_ng01:after {
    border-top: 5px dotted #24A73D;
  }
  #sv_shopInner h3.bd_ng02:before, #sv_shopInner h3.bd_ng02:after {
    border-top: 5px dotted #EA9941;
  }
  #sv_shopInner h3.bd_cv:before, #sv_shopInner h3.bd_cv:after {
    border-top: 5px dotted #7E3690;
  }
  #sv_shopInner h3.bd_spa:before, #sv_shopInner h3.bd_spa:after {
    border-top: 5px dotted #E076B3;
  }
  #sv_shopInner h3.bd_fo:before, #sv_shopInner h3.bd_fo:after {
    border-top: 5px dotted #86C243;
  }
  #sv_shopInner h4.cate_ttl {
    width: 100%;
    margin: 0 auto 4% auto;
    padding: 0 0 1% 0;
    text-align: left;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-weight: 500;
    color: #636363;
    letter-spacing: 0.05em;
    line-height: 1.7em;
    border-bottom: 1px solid #D3D3D3;
  }
  #sv_shopInner h4.cate_ttl:nth-of-type(2) {
    margin-top: 10%;
  }
}
@media screen and (max-width: 750px) {
  .sv_shop_iconlist {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
  }
  .sv_shop_iconlist ul {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0 0 5% 0;
    overflow: hidden;
  }
  .sv_shop_iconlist li {
    margin: 0;
    padding: 0 3% 2% 0;
    float: left;
    text-align: left;
    font-family: "Noto Sans JP";
    font-size: 11px;
    font-weight: 400;
    color: #636363;
    letter-spacing: 0.05em;
    line-height: 1.7em;
    display: flex;
  }
  .sv_shop_iconlist li span {
    padding-right: 1%;
  }
  .sv_shop_iconlist li span img {
    width: 18px;
    height: 18px;
  }
}
@media screen and (max-width: 750px) {
  .sv_shop_table {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    clear: both;
    overflow: hidden;
  }
  .sv_shop_table + .sv_shop_table {
    margin-top: 10%;
  }
  .sv_shop_table h4 {
    width: 100%;
    height: auto;
    margin: 0 0 4% 0;
    padding: 0;
    text-align: left;
    font-family: "Noto Sans JP";
    font-size: 14px;
    font-weight: 400;
    color: #636363;
    letter-spacing: 0.05em;
    position: relative;
    text-indent: 25px;
    line-height: 20px;
    vertical-align: middle;
  }
  .sv_shop_table h4:before {
    width: 18px;
    height: 18px;
    content: "";
    background: url("../img/service/ss_shoplist_ico@2x.png") no-repeat center;
    background-size: cover;
    position: absolute;
    top: 8%;
    left: 0;
    display: inline-block;
  }
  .sv_shop_table h4.it_ico:before {
    width: 18px;
    height: 18px;
    content: "";
    background: url("../img/service/it_officelist_ico@2x.png") no-repeat center;
    background-size: cover;
    position: absolute;
    top: 8%;
    left: 0;
    display: inline-block;
  }
  .sv_shop_table h4.en_ico:before {
    width: 18px;
    height: 18px;
    content: "";
    background: url("../img/service/en_officelist_ico@2x.png") no-repeat center;
    background-size: cover;
    position: absolute;
    top: 8%;
    left: 0;
    display: inline-block;
  }
  .sv_shop_table h4.env_ico:before {
    width: 18px;
    height: 18px;
    content: "";
    background: url("../img/service/env_officelist_ico@2x.png") no-repeat center;
    background-size: cover;
    position: absolute;
    top: 8%;
    left: 0;
    display: inline-block;
  }
  .sv_shop_table h4.ng01_ico:before {
    width: 18px;
    height: 18px;
    content: "";
    background: url("../img/service/ng01_shoplist_ico@2x.png") no-repeat center;
    background-size: cover;
    position: absolute;
    top: 8%;
    left: 0;
    display: inline-block;
  }
  .sv_shop_table h4.ng02_ico:before {
    width: 18px;
    height: 18px;
    content: "";
    background: url("../img/service/ng02_shoplist_ico@2x.png") no-repeat center;
    background-size: cover;
    position: absolute;
    top: 8%;
    left: 0;
    display: inline-block;
  }
  .sv_shop_table h4.cv_ico:before {
    width: 18px;
    height: 18px;
    content: "";
    background: url("../img/service/cv_shoplist_ico@2x.png") no-repeat center;
    background-size: cover;
    position: absolute;
    top: 8%;
    left: 0;
    display: inline-block;
  }
  .sv_shop_table h4.spa_ico:before {
    width: 18px;
    height: 18px;
    content: "";
    background: url("../img/service/spa_shoplist_ico@2x.png") no-repeat center;
    background-size: cover;
    position: absolute;
    top: 8%;
    left: 0;
    display: inline-block;
  }
  .sv_shop_table h4.fo_ico:before {
    width: 18px;
    height: 18px;
    content: "";
    background: url("../img/service/fo_shoplist_ico@2x.png") no-repeat center;
    background-size: cover;
    position: absolute;
    top: 8%;
    left: 0;
    display: inline-block;
  }
  .sv_shop_table h4 span {
    padding-left: 1%;
  }
  .sv_shop_table h4 img {
    width: 20px;
    height: 20px;
  }
  .sv_shop_table table {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    border: 1px solid #D3D3D3;
    border-collapse: collapse;
    border-spacing: 0;
  }
  .sv_shop_table tbody {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    display: inline-table;
  }
  .sv_shop_table tr {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    text-align: left;
    font-family: "Noto Sans JP";
    font-size: 14px;
    font-weight: 400;
    color: #333;
    letter-spacing: 0.01em;
    line-height: 1.8em;
  }
  .sv_shop_table tr + tr {
    border-top: 1px solid #D3D3D3;
  }
  .sv_shop_table td {
    width: 92%;
    padding: 1.5% 4%;
    background: #f5f5f5;
    position: relative;
    display: inline-block;
  }
  .sv_shop_table td + td {
    background: none;
  }
  .sv_shop_table a.map_link {
    display: inline-block;
    padding: 1%;
    margin: 0 0 0 1%;
    background: #5B4B3B;
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    letter-spacing: 0.01em;
    position: absolute;
    top: 10%;
    right: 3%;
    transition: 0.3s;
  }
  .sv_shop_table a.map_link.it_link {
    background: #6BA8D7;
  }
  .sv_shop_table a.map_link.en_link {
    background: #DDC710;
  }
  .sv_shop_table a.map_link.env_link {
    background: #2458A7;
  }
  .sv_shop_table a.map_link.ng01_link {
    background: #24A73D;
  }
  .sv_shop_table a.map_link.ng02_link {
    background: #EA9941;
  }
  .sv_shop_table a.map_link.cv_link {
    background: #7E3690;
  }
  .sv_shop_table a.map_link.spa_link {
    background: #E076B3;
  }
  .sv_shop_table a.map_link.fo_link {
    background: #86C243;
  }
  .sv_shop_table a.map_link:after {
    content: "▶︎";
    font-size: 10px;
    position: absolute;
    right: 6%;
    top: 10%;
  }
  .sv_shop_table a.site_link {
    font-size: 13px;
    color: #00a7ff;
  }
}
@media screen and (max-width: 750px) {
  .tabs {
    padding: 5% 0 0 0;
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 750px) {
  .tab_item {
    width: auto;
    line-height: 32px;
    text-align: center;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0.05em;
    font-family: "Noto Sans JP";
    display: table-cell;
    box-sizing: border-box;
    float: left;
    margin: 0 0 0 1%;
    padding: 1% 2% 1% 2%;
    color: #f08080;
    background: #f7f7f7;
  }
}
@media screen and (max-width: 750px) {
  .tabs label:first-of-type {
    margin-left: 0;
  }
}
@media screen and (max-width: 750px) {
  input[name=tab_item] {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  .tab_content {
    padding: 0;
    clear: both;
    overflow: hidden;
    display: none;
  }
  .tab_content.bg01, .tab_content.bg02, .tab_content.bg03, .tab_content.bg04, .tab_content.bg05 {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    background: #f7f7f7;
    background-size: 50%;
  }
}
@media screen and (max-width: 750px) {
  #ex:checked ~ #ex_content,
#wdiamond:checked ~ #wdiamond_content,
#diamond:checked ~ #diamond_content,
#crystal:checked ~ #crystal_content,
#pure:checked ~ #pure_content {
    display: block;
    -webkit-animation-name: fadeIn;
            animation-name: fadeIn;
    /* アニメーション名 */
    -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s;
    /* アニメーション時間 */
  }
}
@media screen and (max-width: 750px) {
  .tabs input:checked + .tab_item {
    color: #f7f7f7;
    background: #DB534C;
  }
  .tabs .l_box {
    width: 90%;
    height: auto;
    margin: 0 auto 0 auto;
    padding: 8% 0;
  }
  .tabs .coat_main_img {
    margin: 0;
  }
  .tabs .coat_main_img img {
    width: 100%;
  }
  .tabs .l_box h3 {
    margin: 0 0 2% 0;
    padding: 0;
    text-align: left;
    font-weight: 500;
    color: #d72e39;
    font-size: 24px;
    letter-spacing: 0.05em;
    font-family: "Noto Sans JP";
  }
  .tabs .l_box h3 .logo {
    width: 60%;
    height: auto;
    margin: 0 0 2% 0;
    padding: 0;
    display: block;
  }
  .tabs .l_box h3 .logo img {
    width: 100%;
    height: auto;
  }
  .tabs .l_box h3 .small {
    font-size: 14px;
    display: block;
  }
  .tabs .l_box h4 {
    margin: 0 0 2% 0;
    padding: 0;
    text-align: left;
    font-weight: 500;
    color: #231815;
    font-size: 20px;
    letter-spacing: 0.03em;
    font-family: "Noto Sans JP";
    line-height: 1.6em;
  }
  .tabs .l_box p {
    margin: 5% 0 8% 0;
    padding: 0;
    text-align: justify;
    font-weight: 400;
    color: #231815;
    font-size: 14px;
    letter-spacing: 0.05em;
    font-family: "Noto Sans JP";
    line-height: 1.7em;
  }
  .tabs .l_box h5 {
    margin: 0 0 2% 0;
    padding: 0 0 0 2%;
    text-align: left;
    font-weight: 500;
    color: #646464;
    font-size: 16px;
    letter-spacing: 0.05em;
    font-family: "Noto Sans JP";
    line-height: 1.6em;
    border-left: 4px solid #646464;
  }
  .tabs .l_box .banner {
    width: 100%;
    margin: 0 0 8%;
  }
  .tabs .l_box .banner img {
    width: 100%;
  }
  .tabs .l_box .img_box {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    background: #fff;
    text-align: center;
    border: 1px solid #828282;
  }
  .tabs .l_box .txt_box {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    font-weight: 400;
    color: #646464;
    font-size: 14px;
    letter-spacing: 0.05em;
    font-family: "Noto Sans JP";
    line-height: 1.6em;
    border-bottom: 1px solid #828282;
  }
  .tabs .l_box .img_box img {
    width: 80%;
    height: auto;
    margin: 2% auto;
  }
}
@media screen and (max-width: 750px) {
  #ex_content {
    width: 100%;
    padding: 5% 0;
  }
  #ex_content .l_box {
    width: 90%;
    height: auto;
    margin: 0 auto;
    padding: 0;
  }
  #ex_content .c_box {
    width: 90%;
    height: auto;
    margin: 0 auto;
    padding: 0;
  }
  #ex_content .c_box h5 {
    margin: 0 0 5% 0;
    padding: 0 0 0 1%;
    text-align: left;
    font-weight: 500;
    color: #646464;
    font-size: 20px;
    letter-spacing: 0.05em;
    font-family: "Noto Sans JP";
    line-height: 1.6em;
    border-left: 8px solid #d72e39;
  }
  #ex_content .c_box .img_list {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
  }
  #ex_content .c_box .img_box {
    width: 100%;
    height: auto;
    margin: 0 0 8%;
    padding: 0;
    background: #fff;
    text-align: center;
    border: 1px solid #bdbdbd;
  }
  #ex_content .c_box .txt_box {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0.2% 0;
    background: #DB534C;
    background-image: linear-gradient(45deg, rgb(212, 72, 65) 25%, transparent 25%, transparent 75%, rgb(212, 72, 65) 75%, rgb(212, 72, 65)), linear-gradient(-45deg, rgb(212, 72, 65) 25%, transparent 25%, transparent 75%, rgb(212, 72, 65) 75%, rgb(212, 72, 65));
    background-size: 20px 20px;
    background-position: 0 0, 10px 10px;
  }
  #ex_content .c_box .txt_box h4 {
    margin: 0;
    padding: 1% 0;
    font-weight: 400;
    color: #f7f7f7;
    font-size: 16px;
    letter-spacing: 0.05em;
    font-family: "Noto Sans JP";
    line-height: 1.5em;
  }
  #ex_content .c_box .item_box {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin: 0;
    padding: 1% 2.5%;
  }
  #ex_content .c_box .img_box .item_box_img {
    width: 100%;
    height: auto;
    margin: 3% auto;
  }
  #ex_content .c_box .img_box .item_box_img img {
    width: 100%;
  }
  #ex_content .c_box .img_box .item_box_txt {
    width: auto;
    margin: 0;
    padding: 0 5%;
  }
  #ex_content .c_box .item_box p {
    text-align: left;
    font-weight: 400;
    color: #231815;
    font-size: 16px;
    letter-spacing: 0.05em;
    font-family: "Noto Sans JP";
    line-height: 1.7em;
  }
}
@media screen and (max-width: 750px) {
  .tabs .l_box .strc_box {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
  }
  .tabs .l_box .strc_box_img {
    width: 100%;
    margin: 0;
  }
  .tabs .l_box .strc_box ol {
    width: 90%;
    position: relative;
    margin: 3% auto;
    padding: 0;
  }
  .tabs .l_box .strc_box ol li {
    list-style: none;
    list-style-position: outside;
    margin: 0;
    padding-left: 1.25em;
    font-size: 16px;
    text-align: left;
  }
  .tabs .l_box .strc_box ol li span {
    position: absolute;
    left: 0;
    margin: 0;
  }
}
@media screen and (max-width: 750px) {
  #sv_works {
    width: 90%;
    max-width: 1300px;
    height: auto;
    margin: 0 auto;
    padding: 5% 0;
  }
  #sv_works h3 {
    width: 100%;
    margin: 0 auto 5% auto;
    padding: 0;
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 14px;
    font-weight: 400;
    color: #636363;
    letter-spacing: 0.05em;
    line-height: 1.7em;
    position: relative;
  }
  #sv_works h3 img, #sv_works h3.bd_it img {
    width: 35%;
    max-width: 100px;
    height: auto;
  }
  #sv_works h3 span {
    display: block;
    padding-top: 1%;
  }
  #sv_works h3:before {
    width: 23%;
    max-width: 230px;
    height: 5px;
    content: "";
    position: absolute;
    border-top: 5px dotted #EC8888;
    top: 50%;
    left: 0;
  }
  #sv_works h3:after {
    width: 23%;
    max-width: 230px;
    height: 5px;
    content: "";
    position: absolute;
    border-top: 5px dotted #EC8888;
    top: 50%;
    right: 0;
  }
  #sv_works h3.bd_it:before, #sv_works h3.bd_it:after {
    border-top: 5px dotted #6BA8D7;
  }
}
@media screen and (max-width: 750px) {
  .tabs02 {
    padding: 5% 0 0 0;
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 750px) {
  .tab_item02 {
    width: auto;
    line-height: 20px;
    text-align: center;
    font-weight: 400;
    color: #5F5F5F;
    font-size: 12px;
    letter-spacing: 0.05em;
    font-family: "Noto Sans JP";
    display: table-cell;
    box-sizing: border-box;
    float: left;
    margin: 0;
    padding: 1% 3%;
    border-right: 1px solid #eae5e3;
  }
}
@media screen and (max-width: 750px) {
  .tabs02 label:last-of-type {
    border-right: none;
  }
}
@media screen and (max-width: 750px) {
  input[name=tab_item] {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  .tab_content02 {
    padding: 0;
    clear: both;
    overflow: hidden;
    display: none;
  }
}
@media screen and (max-width: 750px) {
  #all:checked ~ #all_content,
#web:checked ~ #web_content,
#graphic:checked ~ #graphic_content,
#movie:checked ~ #movie_content {
    display: block;
    -webkit-animation-name: fadeIn;
            animation-name: fadeIn;
    /* アニメーション名 */
    -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s;
    /* アニメーション時間 */
  }
}
@media screen and (max-width: 750px) {
  .tabs02 input:checked + .tab_item02 {
    color: #6BA8D7;
  }
  .tabs02 label:hover {
    color: #6BA8D7;
    transition: 0.3s linear;
    cursor: pointer;
  }
}
@media screen and (max-width: 750px) {
  #sv_works .works_list {
    width: 100%;
    height: auto;
    margin: 8% auto 0 auto;
    padding: 0;
    display: block;
  }
  #sv_works .works_list dl {
    width: 100%;
    height: auto;
    margin: 0 0 8% 0;
    padding: 0;
  }
  #sv_works .works_list dl a {
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    display: inline-block;
  }
  #sv_works .works_list dt {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    text-align: center;
  }
  #sv_works .works_list dt img {
    width: 99%;
    height: auto;
    margin: 0;
    padding: 0;
    transition: 0.3s linear;
    border: 1px solid #dcdddd;
  }
  #sv_works .works_list dd {
    width: 100%;
    height: auto;
    margin: 4% 0 0 0;
    padding: 0;
    text-align: left;
    font-weight: 400;
    color: #5F5F5F;
    font-size: 16px;
    letter-spacing: 0.05em;
    font-family: "Noto Sans JP";
  }
  #sv_works .works_list dd span {
    display: block;
    font-size: 14px;
    color: #666;
  }
  #sv_works .modalArea {
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999999999999;
    transition: 0.3s linear;
    opacity: 0;
  }
  #sv_works .modalArea.is-active {
    visibility: visible;
    opacity: 1;
    transition: 0.3s linear;
  }
  #sv_works .modalBg {
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.2;
  }
  #sv_works .modalWrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70%;
    height: 90%;
    padding: 10px 20px;
    overflow: auto;
    background-color: #fff;
    border-radius: 10px;
  }
}
@media screen and (max-width: 750px) {
  .closeModal {
    width: 50px;
    height: 50px;
    text-align: center;
    cursor: pointer;
    position: fixed;
    box-sizing: border-box;
    margin: 0;
    top: 0;
    right: 1%;
    vertical-align: middle;
    font-family: "Noto Sans JP", Meiryo, "メイリオ", sans-serif;
    content: "×";
    font-size: 2.6em;
    font-weight: 300;
  }
}
@media screen and (max-width: 750px) {
  #sv_works .modalContents {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 2% 0;
  }
  #sv_works .modalContents h4 {
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    display: block;
    text-align: left;
    font-weight: 400;
    color: #5F5F5F;
    font-size: 16px;
    letter-spacing: 0.05em;
    font-family: "Noto Sans JP";
  }
  #sv_works .modalContents p {
    width: auto;
    height: auto;
    margin: 1% 0 3% 0;
    padding: 0;
    display: block;
    text-align: left;
    font-weight: 400;
    color: #ACACAC;
    font-size: 14px;
    letter-spacing: 0.05em;
    font-family: "Noto Sans JP";
  }
  #sv_works .modalContents p a {
    color: #5F5F5F;
    text-decoration: underline;
  }
  #sv_works .modalContents ul {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
  }
  #sv_works .modalContents ul.mv_box {
    width: 100%;
    height: auto;
    margin-bottom: 3%;
    padding: 0;
  }
  #sv_works .modalContents ul > li > ul {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    display: block;
  }
  #sv_works .modalContents ul > li > ul li {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    display: inline-block;
  }
  #sv_works .modalContents ul > li > ul li + li {
    margin-top: 5%;
  }
  #sv_works .modalContents ul > li > ul li img {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
  }
  #sv_works .modalContents li {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
  }
  #sv_works .modalContents li + li {
    margin-top: 3%;
  }
  #sv_works .modalContents li img {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    border: 1px solid #dcdddd;
  }
  #sv_works .modalContents .iframewrapper {
    position: relative;
    width: 100%;
    height: 100%;
  }
  #sv_works .modalContents .iframewrapper::before {
    content: "";
    display: block;
    padding-top: 56.25%;
  }
  #sv_works .modalContents .iframewrapper iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
}
@media screen and (max-width: 750px) {
  #tel_contact {
    width: 90%;
    height: auto;
    margin: 5% auto;
    padding: 0;
  }
  #tel_contact .txt_box01 {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    font-family: "Noto Sans JP";
    font-size: 14px;
    line-height: 1.8em;
    color: #333;
    text-align: left;
    font-weight: 400;
  }
  #tel_contact .txt_box02 {
    width: 100%;
    height: auto;
    margin: 2% auto;
    padding: 0;
    font-family: "Noto Sans JP";
    font-size: 22px;
    line-height: 1.8em;
    color: #333;
    text-align: left;
    font-weight: 400;
  }
  #tel_contact .txt_box02 dt {
    width: 100%;
    margin: 0;
    padding: 0;
    display: block;
  }
  #tel_contact .txt_box02 dd {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  #tel_contact .txt_box03 {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    font-family: "Noto Sans JP";
    font-size: 14px;
    line-height: 1.8em;
    color: #333;
    text-align: left;
    font-weight: 400;
    display: flex;
  }
  #tel_contact .txt_box03 dt {
    width: 25%;
    margin: 0;
    padding: 0;
  }
  #tel_contact .txt_box03 dd {
    width: 75%;
    margin: 0;
    padding: 0;
  }
  #tel_contact h3 {
    width: 100%;
    height: auto;
    margin: 0 auto 3% auto;
    padding: 1% 0;
    font-family: "Noto Sans JP";
    font-size: 20px;
    line-height: 1.8em;
    color: #2E81C7;
    text-align: center;
    font-weight: 400;
    border-top: #E5E5E5 1px solid;
    border-bottom: #E5E5E5 1px solid;
  }
}
@media screen and (max-width: 750px) {
  #mail_contact,
#mail_complete {
    width: 90%;
    height: auto;
    margin: 10% auto;
    padding: 0;
  }
}
@media screen and (max-width: 750px) {
  #form {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
  }
  #form h3 {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 1% 0;
    font-family: "Noto Sans JP";
    font-size: 20px;
    line-height: 1.8em;
    color: #2E81C7;
    text-align: center;
    font-weight: 400;
    border-top: #E5E5E5 1px solid;
    border-bottom: #E5E5E5 1px solid;
  }
  #form .form_box {
    width: 100%;
    height: auto;
    margin: 2% auto;
    padding: 0 0;
    font-family: "Noto Sans JP";
    background: #fff;
  }
  #form .form_txt {
    width: 100%;
    height: auto;
    margin: 3% auto;
    padding: 0 0;
    font-size: 14px;
    line-height: 1.8em;
    color: #000;
  }
  #form .form_txt strong {
    font-size: 24px;
    color: #0d6f69;
  }
  #form .form_txt ul {
    width: 96%;
    height: auto;
    margin: 0 auto;
    padding: 0;
  }
  #form .form_txt li {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    list-style: disc;
    font-size: 16px;
  }
  #form .group {
    text-align: left;
    padding: 0;
    height: auto;
    overflow: hidden;
  }
  #form .group + .group {
    margin-top: 2%;
  }
  #form .gLeft {
    display: inline-block;
    width: 100%;
    font-family: "Noto Sans JP";
    font-weight: 400;
    color: #1a1a1a;
    letter-spacing: 0.05em;
    padding: 2% 0 2% 0;
    margin: 0 auto;
    vertical-align: middle;
    font-size: 16px;
  }
  #form .gRight {
    margin: 0 auto;
    padding: 2% 0 2% 0;
    width: 100%;
    line-height: 30px;
    font-size: 16px;
  }
  #form input[type=text] {
    font-size: 16px;
    transform: scale(0.8);
  }
  #form select {
    font-size: 16px;
  }
  #form input[type=date] {
    font-size: 16px;
  }
  #form .typeBox {
    width: 70%;
    color: #555;
    background-color: #eeeeee;
    border: 1px solid #fff;
    display: block;
    font-size: 17px;
    line-height: 1.42857;
    padding: 6px 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin: 0;
    text-align: left;
    border-radius: none;
    -webkit-appearance: none;
  }
  #form .typeBox2 {
    width: 20%;
    color: #555;
    background-color: #eeeeee;
    border: 1px solid #fff;
    display: block;
    font-size: 14px;
    line-height: 1.42857;
    padding: 6px 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin: 0;
    text-align: left;
    border-radius: none;
    -webkit-appearance: none;
  }
  #form .form_box {
    color: rgb(50, 50, 50);
  }
  #form .confirm_btn {
    position: relative;
    width: 100%;
    height: auto;
    text-align: center;
    margin: 4% auto;
    padding: 0;
    color: #fff;
    font-size: 16px;
  }
  #form .confirm_btn_confirm {
    width: 300px;
    height: 60px;
    display: block;
    margin: 0 auto 4% auto;
    position: relative;
    top: 100px;
    border: none;
    background: #2E81C7;
    color: #fff;
    font-family: "Noto Sans JP";
    font-weight: 400;
    letter-spacing: 0.1em;
    font-size: 18px;
    border-radius: 0;
    -webkit-appearance: none;
  }
  #form .confirm_btn_confirm[type=submit] {
    width: 300px;
    height: 60px;
    display: block;
    margin: 0 auto;
    padding: 0;
    position: relative;
    top: 2%;
    border: none;
    border-radius: 0;
    -webkit-appearance: none;
  }
  #form button[type=submit][disabled] {
    cursor: pointer;
    background: #fff;
    color: #666;
    transition: 0.5s ease-in-out;
    border: #68B8FB 1px solid;
  }
  #form .confirm_btn_confirm2 {
    width: 300px;
    height: 60px;
    display: block;
    margin: 0 auto 80px auto;
    padding: 0;
    position: relative;
    top: 0;
    border: none;
    background: #2E81C7;
    color: #fff;
    font-family: "Noto Sans JP";
    font-weight: 400;
    letter-spacing: 0.1em;
    font-size: 18px;
    border-radius: 0;
    -webkit-appearance: none;
  }
  #form .confirm_btn_reset {
    width: 300px;
    height: 60px;
    display: block;
    margin: 0 auto 40px auto;
    padding: 0;
    position: relative;
    top: 0;
    border: #68B8FB 1px solid;
    background: #fff;
    color: #666;
    font-family: "Noto Sans JP";
    font-weight: 400;
    letter-spacing: 0.1em;
    font-size: 18px;
    border-radius: 0;
    -webkit-appearance: none;
  }
  #form .form_box .req {
    margin-right: 10px;
    margin-left: 5px;
    padding: 0.5% 1%;
    text-align: center;
    line-height: 20px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    font-family: "Noto Sans JP";
    background: #2E81C7;
  }
  #form .form_box .caution {
    display: block;
    font-size: 14px;
    font-weight: 400;
    font-family: "Noto Sans JP";
    line-height: 1.5;
    margin-bottom: 5px;
  }
  #form .form_box a {
    color: #2E81C7;
    transition: 0.5s ease-in-out;
  }
  #form .form_box a:hover {
    opacity: 0.7;
    transition: 0.5s ease-in-out;
  }
  #form .form_box .no_req {
    margin-right: 10px;
    margin-left: 5px;
    padding: 0.5% 1%;
    text-align: center;
    line-height: 20px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    font-family: "Noto Sans JP";
    background: #A5A5A5;
  }
  #form .form_box .radio {
    margin-left: 1%;
  }
  #form .form_box .typeBox {
    width: 100%;
    height: auto;
    padding: 10px 5px 10px 10px;
  }
  #form textarea:-ms-input-placeholder {
    color: #c7c6c6;
  }
  #form textarea::placeholder, #form textarea:-ms-input-placeholder, #form textarea::-ms-input-placeholder {
    color: #c7c6c6;
  }
  #form .bb {
    border-bottom: 1px solid #dfdfdf;
  }
  #form .bt {
    border-top: 1px solid #dfdfdf;
  }
  #form #agree {
    display: none;
  }
  #form .checkbox {
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    margin: 10px 0 0 0;
    padding: 12px;
    cursor: pointer;
  }
  #form .checkbox:hover:after {
    border-color: #2E81C7;
  }
  #form .checkbox:after {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    margin-top: -10px;
    width: 25px;
    height: 25px;
    border: 2px solid #bbb;
    content: "";
  }
  #form .checkbox:before {
    transition: opacity 0.2s linear;
    position: absolute;
    top: 55%;
    left: 9px;
    display: block;
    margin-top: -7px;
    width: 8px;
    height: 12px;
    border-right: 3px solid #2550A6;
    border-bottom: 3px solid #2550A6;
    content: "";
    opacity: 0;
    transform: rotate(45deg);
  }
  #form input[type=checkbox]:checked + .checkbox:before {
    opacity: 1;
  }
  #form span {
    color: #000000;
    font-size: 15px;
    padding-left: 1%;
    flex: 3;
  }
  #form .ix_ipselect.cp_sl01 {
    flex: 1;
  }
  #form .link {
    display: block;
    margin: 1% auto 3% auto;
    font-size: 14px;
    text-decoration: underline;
  }
}
@media screen and (max-width: 750px) {
  #privacy {
    width: 90%;
    height: auto;
    margin: 10% auto;
    padding: 0;
  }
  #privacy h3 {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 1% 0;
    font-family: "Noto Sans JP";
    font-size: 18px;
    line-height: 1.8em;
    color: #2E81C7;
    text-align: center;
    font-weight: 400;
    border-top: #E5E5E5 1px solid;
    border-bottom: #E5E5E5 1px solid;
  }
}
@media screen and (max-width: 750px) {
  .video__contents {
    width: 100%;
    /*背景色を横幅いっぱいに広げる*/
    text-align: center;
    margin: auto;
    padding: 0;
    /*ここで動画の周りの余白を調整*/
    background: #e6e6e6;
    /*余白の背景色*/
  }
}
@media screen and (max-width: 750px) {
  .video-main {
    width: 100%;
    max-width: 100%;
    /*PC版での最大幅*/
  }
}/*# sourceMappingURL=style_sp.css.map */