@charset "UTF-8";
/* _setting CSS */
/* Desktops and laptops */
@media print, screen and (min-width: 751px) {
  #web {
    overflow-x: hidden;
  }
  #web .pankuzu .pankuzu_inner {
    width: 87.5%;
    max-width: 1200px;
  }
  #web #page-head-sub {
    position: relative;
    z-index: 0;
  }
  #web #page-head-sub .page_title .page_title_inner .image {
    max-width: 475px;
    width: 39.58%;
    height: auto;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    top: 102%;
    right: 0;
  }
  #web #sec01 .sec_head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #web #sec01 .sec_head i {
    width: 119px;
    height: auto;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 22px;
  }
  #web #sec01 .sec_head i img {
    width: 100%;
    height: auto;
  }
  #web #sec01 .sec_head h3 {
    font-size: 4rem;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1.45;
  }
  #web #sec01 .sec_head h3 strong {
    color: #f39700;
    font-weight: bold;
  }
  #web #sec01 .detail_text {
    margin-top: 51px;
    font-size: 1.8rem;
    letter-spacing: 0.05em;
    line-height: 2.3;
  }
  #web #sec01 > h4 {
    font-size: 2.8rem;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1.78;
    text-align: center;
    margin-top: 90px;
    margin-bottom: 10px;
  }
  #web #sec01 > h4 i {
    vertical-align: top;
    margin-left: 19px;
  }
  #web #sec01 > h4 i img {
    width: 33px;
    height: auto;
  }
  #web #sec01 .produce_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 60px 10.83%;
    background-color: #f2f0ea;
    border-radius: 30px;
    gap: 10px 2%;
    position: relative;
  }
  #web #sec01 .produce_list .produce_item {
    width: 23.4%;
    background-color: #fff;
    padding: 21px 2% 22px 5.8%;
    font-size: 1.8rem;
    letter-spacing: 0.05em;
    font-weight: bold;
    border-radius: 10px;
    position: relative;
    -ms-flex-item-align: normal;
        align-self: normal;
    line-height: 1.3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #web #sec01 .produce_list .produce_item::before {
    content: "";
    position: absolute;
    width: 21px;
    height: 13px;
    background-image: url(../images/web/web_kakipi.svg);
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transform: scale(-1, 1) rotate(-9deg) translateY(-50%);
            transform: scale(-1, 1) rotate(-9deg) translateY(-50%);
    left: 9.5%;
    top: 55%;
  }
  #web #sec01 .produce_list::before {
    content: "";
    display: block;
    position: absolute;
    width: 201px;
    height: 105px;
    background-image: url(../images/web/sec01_acce02.svg);
    background-size: contain;
    background-repeat: no-repeat;
    left: 20px;
    bottom: -54px;
  }
  #web #sec01 .produce_list::after {
    content: "";
    display: block;
    position: absolute;
    width: 158px;
    height: 112px;
    background-image: url(../images/web/sec01_acce03.svg);
    background-size: contain;
    background-repeat: no-repeat;
    right: 50px;
    bottom: -61px;
  }
  #web #sec02 {
    margin-top: 164px;
  }
  #web #sec02 .sec_head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #web #sec02 .sec_head i {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 53px;
    height: auto;
    margin-right: 18px;
  }
  #web #sec02 .sec_head i img {
    width: 100%;
    height: auto;
  }
  #web #sec02 .sec_head h3 {
    font-size: 3.8rem;
    letter-spacing: 0.05em;
    font-weight: bold;
    padding-bottom: 10px;
    border-bottom: 2px dashed #f39700;
  }
  #web #sec02 .flow_list {
    margin-top: 51px;
    position: relative;
    z-index: 1;
  }
  #web #sec02 .flow_list::before {
    content: "";
    width: 6px;
    height: 100%;
    background-color: #ffdea7;
    position: absolute;
    left: 25px;
    top: 0;
    z-index: -1;
  }
  #web #sec02 .flow_list .flow_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #web #sec02 .flow_list .flow_item:first-of-type h4::before {
    height: 120px;
    top: 30%;
  }
  #web #sec02 .flow_list .flow_item:last-of-type {
    position: relative;
  }
  #web #sec02 .flow_list .flow_item:last-of-type h4::before {
    height: 250px;
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
    top: 0;
  }
  #web #sec02 .flow_list .flow_item:last-of-type .flow_detail_acce {
    display: block;
    width: 89px;
    height: 53px;
    position: absolute;
    bottom: -11px;
    right: 37px;
    z-index: 1;
  }
  #web #sec02 .flow_list .flow_item:nth-of-type(n+2) {
    margin-top: 40px;
  }
  #web #sec02 .flow_list .flow_item h4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 372px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-top: 36px;
    font-size: 3rem;
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: 0.05em;
    position: relative;
    z-index: 0;
  }
  #web #sec02 .flow_list .flow_item h4::before {
    content: "";
    display: block;
    width: 100%;
    height: 100px;
    background-color: #fff;
    position: absolute;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    top: 50%;
    z-index: -1;
  }
  #web #sec02 .flow_list .flow_item h4 span {
    font-family: "Rubik", sans-serif;
    color: #fff;
    font-weight: bold;
    font-size: 3rem;
    background-color: #f39700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 56px;
    height: 56px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 999px;
    margin-right: 18px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  #web #sec02 .flow_list .flow_item .flow_detail {
    width: 100%;
    background-color: #fff;
    border: 1px solid #222;
    padding: 5%;
    border-radius: 20px;
    -webkit-box-shadow: 8px -8px #fabf5f;
            box-shadow: 8px -8px #fabf5f;
    position: relative;
    min-height: 150px;
    opacity: 0;
    will-change: transform;
  }
  #web #sec02 .flow_list .flow_item .flow_detail::before {
    content: "";
    position: absolute;
    top: 40px;
    left: -59px;
    border: 22px solid transparent;
    border-right: 38px solid #fff;
    z-index: 2;
  }
  #web #sec02 .flow_list .flow_item .flow_detail::after {
    content: "";
    position: absolute;
    top: 40px;
    left: -61px;
    border: 22px solid transparent;
    border-right: 38px solid #222;
    z-index: 1;
  }
  #web #sec02 .flow_list .flow_item .flow_detail .detail_inner:nth-of-type(n+2) {
    border-top: 2px dotted #f39700;
    margin-top: 41px;
    padding-top: 41px;
  }
  #web #sec02 .flow_list .flow_item .flow_detail .detail_inner h5 {
    font-size: 2.4rem;
    font-weight: bold;
    letter-spacing: 0.05em;
    margin-bottom: 25px;
    line-height: 1.4;
  }
  #web #sec02 .flow_list .flow_item .flow_detail .detail_inner h5 .h_orange {
    color: #f39700;
    font-size: 1.6rem;
    border-radius: 999px;
    border: 1px solid #f39700;
    padding: 3px 15px;
    font-weight: bold;
    margin-right: 12px;
    vertical-align: middle;
  }
  #web #sec02 .flow_list .flow_item .flow_detail .detail_inner h5 .h_small {
    font-size: 1.8rem;
    font-weight: bold;
    margin-left: 20px;
  }
  #web #sec02 .flow_list .flow_item .flow_detail .detail_inner p {
    font-size: 1.6rem;
    line-height: 1.8;
    margin-bottom: 25px;
  }
  #web #sec02 .flow_list .flow_item .flow_detail .detail_inner .mb0 {
    margin-bottom: 0 !important;
  }
  #web #sec02 .flow_list .flow_item .flow_detail .detail_inner .detail_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px 0;
  }
  #web #sec02 .flow_list .flow_item .flow_detail .detail_inner .detail_list li {
    font-size: 1.8rem;
    font-weight: bold;
    letter-spacing: 0.05em;
    margin-right: 30px;
    padding-left: 20px;
  }
  #web #sec02 .flow_list .flow_item .flow_detail .detail_inner .detail_list li:last-of-type {
    margin-right: 0;
  }
  #web #sec02 .flow_list .flow_item .flow_detail .detail_inner .detail_list li::before {
    background-color: #f39700;
    width: 12px;
    height: 12px;
    top: 10px;
  }
  #web #maintenance {
    background-color: #f0f0f0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1280px;
    width: 87.5%;
    padding: 4.37% 6.25%;
    margin: 168px auto 160px;
    border-radius: 40px;
  }
  #web #maintenance .maintenance_img {
    max-width: 307px;
    max-height: 323px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 78px;
  }
  #web #maintenance .maintenance_img img {
    width: 100%;
    height: 100%;
  }
  #web #maintenance .maintenance_text {
    width: 100%;
  }
  #web #maintenance .maintenance_text h4 {
    font-size: 3.4rem;
    font-weight: bold;
    letter-spacing: 0.05em;
    margin-bottom: 35px;
  }
  #web #maintenance .maintenance_text .sub_title {
    font-size: 2rem;
    letter-spacing: 0.05em;
    line-height: 1.7;
    margin-bottom: 25px;
    font-weight: bold;
    border-bottom: 2px dashed #f39700;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding-bottom: 5px;
  }
  #web #maintenance .maintenance_text .sub_title svg {
    vertical-align: text-bottom;
  }
  #web #maintenance .maintenance_text .sub_text {
    font-size: 1.6rem;
    line-height: 2.1;
    margin-bottom: 37px;
  }
  #web #maintenance .maintenance_text .back_btn {
    text-align: right;
  }
  #web #maintenance .maintenance_text .back_btn a {
    font-size: 1.8rem;
    letter-spacing: 0.1em;
    font-weight: bold;
  }
  #web #maintenance .maintenance_text .back_btn a span {
    font-weight: bold;
  }
  #web #maintenance .maintenance_text .back_btn a::before {
    bottom: -24px;
  }
  #web #maintenance .maintenance_text .back_btn a::after {
    width: 40px;
    height: 40px;
  }
  #web #service-qanda {
    margin-bottom: 200px;
  }
  #web #service-qanda .head_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 90px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #web #service-qanda .head_wrap h3 {
    font-size: 3.4rem;
    font-weight: bold;
    letter-spacing: 0.075em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #web #service-qanda .head_wrap h3 i {
    margin-right: 14px;
  }
  #web #service-qanda .head_wrap h3 i img {
    width: 76px;
    height: auto;
  }
  #web #service-qanda .head_wrap .acce {
    width: 130px;
    height: auto;
    margin-left: auto;
    margin-right: 47px;
  }
  #web #service-qanda .qanda_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #web #service-qanda .qanda_list .qanda_item {
    width: 23.3%;
  }
  #web #service-qanda .qanda_list .qanda_item a {
    display: block;
    width: 100%;
    min-height: 260px;
    position: relative;
  }
  #web #service-qanda .qanda_list .qanda_item a:hover {
    opacity: 1;
  }
  #web #service-qanda .qanda_list .qanda_item a:hover .q_wrap {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
  }
  #web #service-qanda .qanda_list .qanda_item a:hover .a_wrap {
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
  }
  #web #service-qanda .qanda_list .qanda_item .num_q,
  #web #service-qanda .qanda_list .qanda_item .num_a {
    display: inline-block;
    font-family: "Rubik", sans-serif;
    font-weight: bold;
    font-size: 2.6rem;
    letter-spacing: 0.1em;
    border-bottom: 3px solid #f39700;
    padding-bottom: 10px;
    margin-bottom: 12px;
  }
  #web #service-qanda .qanda_list .qanda_item .num_a {
    color: #fff;
    border-color: #fff;
  }
  #web #service-qanda .qanda_list .qanda_item .question,
  #web #service-qanda .qanda_list .qanda_item .answer {
    font-size: 1.8rem;
    line-height: 1.8;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
  }
  #web #service-qanda .qanda_list .qanda_item .answer {
    color: #fff;
  }
  #web #service-qanda .qanda_list .qanda_item .arrow_black {
    font-size: 1.6rem;
    display: inline-block;
    font-weight: bold;
    text-align: right;
    position: absolute;
    bottom: 20px;
    right: 20px;
    color: #fff;
  }
  #web #service-qanda .qanda_list .qanda_item .arrow_black::before {
    background-image: url(../images/common/icon_orange_arrow.svg);
    right: -1px;
  }
  #web #service-qanda .qanda_list .qanda_item .arrow_black::after {
    background-color: #fff;
  }
  #web #service-qanda .qanda_list .qanda_item .q_wrap,
  #web #service-qanda .qanda_list .qanda_item .a_wrap {
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    border: 1px solid #222;
    border-radius: 20px;
    background-color: #fff;
    padding: 9.92% 8.57%;
  }
  #web #service-qanda .qanda_list .qanda_item .a_wrap {
    -webkit-transform: rotateY(-180deg);
            transform: rotateY(-180deg);
    border-color: #f39700;
    background-color: #f39700;
  }
  #web #service-qanda .back_btn {
    text-align: right;
    margin-top: 40px;
  }
  #web #service-qanda .back_btn a {
    font-size: 1.8rem;
    letter-spacing: 0.1em;
    font-weight: bold;
  }
  #web #service-qanda .back_btn a::before {
    bottom: -24px;
  }
  #web #service-qanda .back_btn a::after {
    width: 40px;
    height: 40px;
  }
  #web #include-works {
    margin-bottom: 124px;
  }
  #web #service-magazine {
    margin-bottom: 200px;
    /* --- 共通 --- */
  }
  #web #service-magazine .head_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 60px;
  }
  #web #service-magazine .head_wrap h3 {
    font-size: 3.4rem;
    font-weight: bold;
    letter-spacing: 0.075em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #web #service-magazine .head_wrap h3 i {
    margin-right: 14px;
  }
  #web #service-magazine .head_wrap h3 i img {
    width: 76px;
    height: auto;
  }
  #web #service-magazine .back_btn {
    text-align: right;
    margin-top: 40px;
  }
  #web #service-magazine .back_btn a {
    font-size: 1.8rem;
    letter-spacing: 0.1em;
    font-weight: bold;
  }
  #web #service-magazine .back_btn a::before {
    bottom: -24px;
  }
  #web #service-magazine .back_btn a::after {
    width: 40px;
    height: 40px;
  }
  #web #service-magazine .journal_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 38px;
    gap: 0 2.5%;
  }
  #web #service-magazine .journal_list .journal_item {
    width: 23%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
  }
  #web #service-magazine .journal_list .journal_item .thumbnail_wrap {
    display: block;
    margin-bottom: 18px;
  }
  #web #service-magazine .journal_list .journal_item .thumbnail_wrap:hover {
    opacity: 1;
  }
  #web #service-magazine .journal_list .journal_item .thumbnail_wrap:hover .thumbnail img {
    scale: 1.1;
    opacity: 1;
  }
  #web #service-magazine .journal_list .journal_item .thumbnail_wrap .thumbnail {
    width: 100%;
    aspect-ratio: 368/245;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  #web #service-magazine .journal_list .journal_item .thumbnail_wrap .thumbnail img {
    width: 100%;
    height: auto;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  #web #service-magazine .journal_list .journal_item .blog_name {
    margin-bottom: 18px;
  }
  #web #service-magazine .journal_list .journal_item .blog_name a {
    font-weight: bold;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.66;
    margin-bottom: 18px;
    letter-spacing: 0.05em;
  }
  #web #service-magazine .journal_list .journal_item .blog_name a:hover {
    opacity: 1;
    color: #f39700;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
  }
  #web #service-magazine .journal_list .journal_item .cate_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: auto;
    min-height: 60px;
  }
  #web #service-magazine .journal_list .journal_item .cate_wrap .cate_list li {
    margin-right: 18px;
  }
  #web #service-magazine .journal_list .journal_item .cate_wrap .cate_list li a {
    min-width: 80px;
    display: block;
    background-color: #1f3964;
    color: #fff;
    font-weight: bold;
    padding: 6px 12px 7px;
    text-align: center;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    border-radius: 999px;
  }
  #web #service-magazine .journal_list .journal_item .cate_wrap .date {
    font-family: "Rubik", sans-serif;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
  }
  #web #service-magazine .journal_list .journal_item .cate_wrap .author {
    width: 60px;
    height: 60px;
    background-color: #f0f0f0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    border-radius: 999px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: auto;
  }
  #web #service-magazine .journal_list .journal_item .cate_wrap .author img {
    width: 60px;
    height: auto;
  }
}
@media screen and (min-width: 751px) and (max-width: 1200px) {
  #web #sec01 .produce_list .produce_item {
    width: 49%;
    padding: 21px 2% 22px 13.8%;
  }
  #web #sec02 .flow_list .flow_item {
    display: block;
  }
  #web #sec02 .flow_list .flow_item h4 {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 0;
    margin-right: 20px;
    margin-bottom: 30px;
  }
  #web #sec02 .flow_list .flow_item h4::before {
    content: none;
  }
  #web #sec02 .flow_list .flow_item .flow_detail::before, #web #sec02 .flow_list .flow_item .flow_detail::after {
    content: none;
  }
  #web #maintenance {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #web #maintenance .maintenance_img {
    margin-right: 0;
    margin-bottom: 30px;
  }
  #web #service-qanda .head_wrap .back_btn {
    margin-top: 20px;
  }
  #web #service-magazine .journal_list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 30px 5%;
  }
  #web #service-magazine .journal_list .journal_item {
    width: 45%;
  }
}
/* Smartphones (portrait and landscape) */
@media screen and (max-width: 750px) {
  #web {
    overflow-x: hidden;
  }
  #web .pankuzu {
    padding-left: 4vw;
  }
  #web #page-head-sub {
    position: relative;
    margin-top: 16vw;
    z-index: 0;
  }
  #web #page-head-sub .page_title .page_title_inner {
    padding-bottom: 4.8vw;
  }
  #web #page-head-sub .page_title .page_title_inner .image {
    width: 54vw;
    height: auto;
    top: -11.2vw;
    right: 0;
  }
  #web #sec01 .sec_head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #web #sec01 .sec_head i {
    display: none;
  }
  #web #sec01 .sec_head h3 {
    font-size: 7.2vw;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1.45;
  }
  #web #sec01 .sec_head h3 strong {
    color: #f39700;
    font-weight: bold;
  }
  #web #sec01 .detail_text {
    margin-top: 7.46667vw;
    font-size: 4vw;
    line-height: 2;
  }
  #web #sec01 > h4 {
    font-size: 5.33333vw;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1.45;
    text-align: center;
    margin-top: 18.66667vw;
    margin-bottom: 7.2vw;
  }
  #web #sec01 > h4 i {
    vertical-align: middle;
    margin-left: 2.66667vw;
  }
  #web #sec01 > h4 i img {
    width: 4.4vw;
    height: auto;
  }
  #web #sec01 .produce_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 10.66667vw 6.66667vw 21.33333vw;
    background-color: #f2f0ea;
    border-radius: 4vw;
    gap: 2.66667vw 4vw;
    position: relative;
  }
  #web #sec01 .produce_list .produce_item {
    width: 36.8vw;
    background-color: #fff;
    padding: 4vw 0;
    font-size: 4.26667vw;
    line-height: 1.4;
    font-weight: bold;
    border-radius: 2vw;
    position: relative;
    -ms-flex-item-align: normal;
        align-self: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  #web #sec01 .produce_list .produce_item::before {
    content: "";
    position: absolute;
    width: 5.33333vw;
    height: 3.2vw;
    background-image: url(../images/web/web_kakipi.svg);
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transform: scale(-1, 1) rotate(-9deg) translateY(-50%);
            transform: scale(-1, 1) rotate(-9deg) translateY(-50%);
    right: 3.33333vw;
    top: 0.26667vw;
  }
  #web #sec01 .produce_list::before {
    content: "";
    display: block;
    position: absolute;
    width: 40.66667vw;
    height: 21.2vw;
    background-image: url(../images/web/sec01_acce02.svg);
    background-size: contain;
    background-repeat: no-repeat;
    left: 0;
    bottom: -7.86667vw;
  }
  #web #sec01 .produce_list::after {
    content: "";
    display: block;
    position: absolute;
    width: 31.6vw;
    height: 22.4vw;
    background-image: url(../images/web/sec01_acce03.svg);
    background-size: contain;
    background-repeat: no-repeat;
    right: 0;
    bottom: -9.06667vw;
  }
  #web #sec02 {
    margin-top: 32vw;
  }
  #web #sec02 .sec_head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #web #sec02 .sec_head i {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 8.93333vw;
    height: auto;
    margin-right: 3.33333vw;
  }
  #web #sec02 .sec_head i img {
    width: 100%;
    height: auto;
  }
  #web #sec02 .sec_head h3 {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 6.93333vw;
    letter-spacing: 0.05em;
    line-height: 1.38;
    font-weight: bold;
    padding-bottom: 2.66667vw;
    border-bottom: 0.66667vw dashed #f39700;
  }
  #web #sec02 .flow_list {
    margin-top: 8vw;
    position: relative;
    z-index: 1;
  }
  #web #sec02 .flow_list::before {
    content: "";
    width: 0.8vw;
    height: 100%;
    background-color: #ffdea7;
    position: absolute;
    left: 4.26667vw;
    top: 0;
    z-index: -1;
  }
  #web #sec02 .flow_list .flow_item h4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-top: 10.66667vw;
    font-size: 5.33333vw;
    font-weight: bold;
    line-height: 1.05;
    letter-spacing: 0.05em;
    position: relative;
    z-index: 0;
  }
  #web #sec02 .flow_list .flow_item h4::before {
    content: "";
    display: block;
    width: 12vw;
    height: 18.66667vw;
    background-color: #fff;
    position: absolute;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    top: 50%;
    z-index: -1;
  }
  #web #sec02 .flow_list .flow_item h4 span {
    font-family: "Rubik", sans-serif;
    color: #fff;
    font-weight: bold;
    font-size: 5.86667vw;
    background-color: #f39700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 9.6vw;
    height: 9.6vw;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 999px;
    margin-right: 1.46667vw;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  #web #sec02 .flow_list .flow_item .flow_detail {
    width: 100%;
    background-color: #fff;
    border: 0.26667vw solid #222;
    padding: 10.66667vw 6.66667vw;
    border-radius: 20px;
    -webkit-filter: drop-shadow(1.06667vw -1.06667vw 0 #fabf5f);
            filter: drop-shadow(1.06667vw -1.06667vw 0 #fabf5f);
    position: relative;
    z-index: 1;
    min-height: 40vw;
    margin-top: 11.2vw;
    opacity: 0;
    will-change: transform;
  }
  #web #sec02 .flow_list .flow_item .flow_detail::before {
    content: "";
    position: absolute;
    top: -7.73333vw;
    left: 11.2vw;
    border: 3.46667vw solid transparent;
    border-right: 6.13333vw solid #fff;
    z-index: 2;
    rotate: 90deg;
  }
  #web #sec02 .flow_list .flow_item .flow_detail::after {
    content: "";
    position: absolute;
    top: -8.26667vw;
    left: 11.2vw;
    border: 3.46667vw solid transparent;
    border-right: 6.13333vw solid #222;
    z-index: 1;
    rotate: 90deg;
  }
  #web #sec02 .flow_list .flow_item .flow_detail .detail_inner:nth-of-type(n+2) {
    border-top: 0.53333vw dotted #f39700;
    margin-top: 8vw;
    padding-top: 8vw;
  }
  #web #sec02 .flow_list .flow_item .flow_detail .detail_inner h5 {
    font-size: 4.8vw;
    font-weight: bold;
    letter-spacing: 0.05em;
    margin-bottom: 5.06667vw;
    line-height: 1.4;
  }
  #web #sec02 .flow_list .flow_item .flow_detail .detail_inner h5 .h_orange {
    color: #f39700;
    font-size: 3.2vw;
    border-radius: 999px;
    border: 1px solid #f39700;
    padding: 0.8vw 2.66667vw;
    font-weight: bold;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 1.33333vw;
  }
  #web #sec02 .flow_list .flow_item .flow_detail .detail_inner h5 .h_small {
    font-size: 3.73333vw;
    font-weight: bold;
    display: block;
    margin-top: 1.33333vw;
  }
  #web #sec02 .flow_list .flow_item .flow_detail .detail_inner p {
    font-size: 3.73333vw;
    line-height: 1.42;
    margin-bottom: 5.33333vw;
  }
  #web #sec02 .flow_list .flow_item .flow_detail .detail_inner .mb0 {
    margin-bottom: 0 !important;
  }
  #web #sec02 .flow_list .flow_item .flow_detail .detail_inner .detail_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2.66667vw;
  }
  #web #sec02 .flow_list .flow_item .flow_detail .detail_inner .detail_list > li {
    font-size: 4vw;
    font-weight: bold;
    letter-spacing: 0.05em;
    padding-left: 4.66667vw;
    line-height: 1.6;
  }
  #web #sec02 .flow_list .flow_item .flow_detail .detail_inner .detail_list > li span {
    font-size: 3.73333vw;
    letter-spacing: 0.05em;
    color: #999999;
    display: block;
    line-height: 1.42;
    margin-top: 2.66667vw;
  }
  #web #sec02 .flow_list .flow_item .flow_detail .detail_inner .detail_list > li::before {
    background-color: #f39700;
    width: 2.13333vw;
    height: 2.13333vw;
    top: 3.46667vw;
  }
  #web #sec02 .flow_list .flow_item:last-of-type {
    position: relative;
  }
  #web #sec02 .flow_list .flow_item:last-of-type h4::before {
    height: 53.33333vw;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    top: -2.66667vw;
  }
  #web #sec02 .flow_list .flow_item:last-of-type .flow_detail_acce {
    display: block;
    width: 17.73333vw;
    height: 10.93333vw;
    position: absolute;
    bottom: -2.4vw;
    right: 6.66667vw;
    z-index: 2;
  }
  #web #sec02 .flow_list .flow_item:nth-of-type(n+2) {
    margin-top: 10.66667vw;
  }
  #web #maintenance {
    background-color: #f0f0f0;
    width: 91.46%;
    margin: 21.33333vw auto 21.33333vw;
    border-radius: 5.33333vw;
    padding: 10.66667vw 6.66667vw 21.33333vw;
    position: relative;
  }
  #web #maintenance .maintenance_img {
    max-width: 50.4vw;
    max-height: 52.66667vw;
    margin: 0 auto 8vw;
  }
  #web #maintenance .maintenance_img img {
    width: 100%;
    height: 100%;
  }
  #web #maintenance .maintenance_text {
    width: 100%;
  }
  #web #maintenance .maintenance_text h4 {
    font-size: 6.4vw;
    font-weight: bold;
    letter-spacing: 0.05em;
    margin-bottom: 5.33333vw;
  }
  #web #maintenance .maintenance_text .sub_title {
    font-size: 4.26667vw;
    letter-spacing: 0.05em;
    line-height: 1.7;
    margin-bottom: 2.66667vw;
    font-weight: bold;
    border-bottom: 0.66667vw dashed #f39700;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding-bottom: 1.33333vw;
  }
  #web #maintenance .maintenance_text .sub_title svg {
    vertical-align: text-bottom;
  }
  #web #maintenance .maintenance_text .sub_text {
    font-size: 4vw;
    line-height: 1.7;
    margin-bottom: 5.33333vw;
  }
  #web #maintenance .maintenance_text .back_btn {
    position: absolute;
    bottom: 13.33333vw;
    right: 6.66667vw;
  }
  #web #maintenance .maintenance_text .back_btn a {
    font-size: 4vw;
    letter-spacing: 0.1em;
    font-weight: bold;
  }
  #web #maintenance .maintenance_text .back_btn a::before {
    bottom: -5.06667vw;
  }
  #web #maintenance .maintenance_text .back_btn a::after {
    width: 8.8vw;
    height: 8.8vw;
  }
  #web #service-qanda {
    padding-bottom: 13.33333vw;
    position: relative;
    width: 91.46%;
    margin: 0 auto 21.33333vw;
  }
  #web #service-qanda .head_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto 6.66667vw;
  }
  #web #service-qanda .head_wrap h3 {
    font-size: 5.86667vw;
    line-height: 1.45;
    font-weight: bold;
    letter-spacing: 0.075em;
  }
  #web #service-qanda .head_wrap .acce {
    width: 24.4vw;
    height: auto;
    margin-left: 4.53333vw;
  }
  #web #service-qanda .qanda_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4vw;
    width: 100%;
  }
  #web #service-qanda .qanda_list .qanda_item a {
    display: block;
    width: 100%;
  }
  #web #service-qanda .qanda_list .qanda_item .num_q {
    display: inline-block;
    font-family: "Rubik", sans-serif;
    font-weight: bold;
    font-size: 6.4vw;
    letter-spacing: 0.1em;
    border-bottom: 0.66667vw solid #f39700;
    padding-bottom: 0.53333vw;
    margin-bottom: 2.66667vw;
  }
  #web #service-qanda .qanda_list .qanda_item .question {
    font-size: 4vw;
    line-height: 2;
  }
  #web #service-qanda .qanda_list .qanda_item .q_wrap {
    border: 1px solid #222;
    border-radius: 2.66667vw;
    background-color: #fff;
    padding: 5.33333vw 7.33333vw;
  }
  #web #service-qanda .qanda_list .qanda_item .a_wrap {
    display: none;
  }
  #web #service-qanda .back_btn {
    position: absolute;
    bottom: -5.33333vw;
    right: 0;
  }
  #web #service-qanda .back_btn a {
    font-size: 4vw;
    letter-spacing: 0.1em;
    font-weight: bold;
  }
  #web #service-qanda .back_btn a::before {
    bottom: -5.06667vw;
  }
  #web #service-qanda .back_btn a::after {
    width: 8.8vw;
    height: 8.8vw;
  }
  #web #include-works {
    margin-bottom: 16vw;
  }
  #web #service-magazine {
    margin-bottom: 33.33333vw;
    position: relative;
    padding-bottom: 6.66667vw;
    /* --- 共通 --- */
  }
  #web #service-magazine .head_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 10.66667vw;
  }
  #web #service-magazine .head_wrap h3 {
    font-size: 5.86667vw;
    font-weight: bold;
    letter-spacing: 0.075em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #web #service-magazine .head_wrap h3 i {
    margin-right: 2.8vw;
  }
  #web #service-magazine .head_wrap h3 i img {
    width: 12.53333vw;
    height: auto;
  }
  #web #service-magazine .back_btn {
    position: absolute;
    bottom: -5.33333vw;
    right: 0;
  }
  #web #service-magazine .back_btn a {
    font-size: 4vw;
    letter-spacing: 0.1em;
    font-weight: bold;
  }
  #web #service-magazine .back_btn a::before {
    bottom: -5.06667vw;
  }
  #web #service-magazine .back_btn a::after {
    width: 8.8vw;
    height: 8.8vw;
  }
  #web #service-magazine .journal_list {
    margin-top: 6.66667vw;
  }
  #web #service-magazine .journal_list .journal_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 0.4vw dotted #d7d7d7;
    padding-bottom: 1.86667vw;
    margin-bottom: 6.66667vw;
  }
  #web #service-magazine .journal_list .journal_item .thumbnail_wrap {
    display: block;
    margin-bottom: 18px;
  }
  #web #service-magazine .journal_list .journal_item .thumbnail_wrap:hover {
    opacity: 1;
  }
  #web #service-magazine .journal_list .journal_item .thumbnail_wrap:hover .thumbnail img {
    scale: 1.1;
    opacity: 1;
  }
  #web #service-magazine .journal_list .journal_item .thumbnail_wrap .thumbnail {
    width: 32vw;
    height: 21.6vw;
    margin-right: 4vw;
    overflow: hidden;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #web #service-magazine .journal_list .journal_item .thumbnail_wrap .thumbnail img {
    width: 100%;
    height: auto;
  }
  #web #service-magazine .journal_list .journal_item .blog_name a {
    font-weight: bold;
    font-size: 3.46667vw;
    font-weight: bold;
    line-height: 1.66;
    letter-spacing: 0.05em;
  }
  #web #service-magazine .journal_list .journal_item .cate_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 2.66667vw;
  }
  #web #service-magazine .journal_list .journal_item .cate_wrap .cate_list li {
    margin-right: 2.66667vw;
  }
  #web #service-magazine .journal_list .journal_item .cate_wrap .cate_list li a {
    min-width: 14.4vw;
    display: block;
    background-color: #1f3964;
    color: #fff;
    font-weight: bold;
    padding: 1.06667vw 2.66667vw 1.2vw;
    text-align: center;
    font-size: 3.2vw;
    letter-spacing: 0.05em;
    border-radius: 999px;
  }
  #web #service-magazine .journal_list .journal_item .cate_wrap .date {
    font-family: "Rubik", sans-serif;
    font-size: 3.2vw;
    letter-spacing: 0.05em;
  }
  #web #service-magazine .journal_list .journal_item .cate_wrap .author {
    width: 10.66667vw;
    height: 10.66667vw;
    background-color: #f0f0f0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    border-radius: 999px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: auto;
  }
  #web #service-magazine .journal_list .journal_item .cate_wrap .author img {
    width: 10.66667vw;
    height: auto;
  }
}
