@charset "utf-8";

/* common start */
.br_sp {
    display: block;
}

.sponly {
    display: block;
}

.center {
    text-align: center;
}

*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

.link_deco {
    text-decoration: none;
}

.link_deco:hover:after {
    width: 100%;
}

.link_deco::after {
    content: "";
    display: block;
    width: 0;
    transition: width 0.3s;
    border-bottom: 1px solid #fff1e4;
}

html {
    box-sizing: border-box;
    -webkit-text-size-adjust: 100%;
    word-break: normal;
    tab-size: 4;
}

.wrapper {
    overflow: hidden;
}

/* common end */

/* body start */
.container {
    margin: 55px auto;
    padding: 20px;
}

/* body end */
/* header start */
.header {
    width: 100vw;
    height: 55px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    display: flex;
    justify-content: space-between;
    background-color: #fff;
    align-items: center;
}

.header .logo__block {
    margin: 0 10px;
    line-height: 55px;
    font-size: 0;
}

.logo__title {
    display: flex;
    align-items: center;
}

.header .p-logo {
    display: inline-block;
    font-family: "Lato", "Noto Sans", sans-serif;
    font-size: 0.8rem;
    font-weight: 800;
    color: #5f6368;
    margin-right: 10px;
}

.header .company-logo {
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
    line-height: 0;
    color: #5f6368;
}

svg:not([fill]) {
    fill: currentColor;
}


.header .p-logo:after {
    content: "|";
    font-family: "Lato", "Noto Sans", sans-serif;
    font-size: 1.5rem;
    margin-left: 8px;
}

button,
input,
select,
textarea {
    background-color: transparent;
    border-style: none;
}

.header__checkbox {
    display: block;
    position: absolute;
    z-index: 2;
    cursor: pointer;
    width: 26px;
    height: 23px;
    margin: auto 0;
    top: 0;
    bottom: 0;
    right: 15px;
    opacity: 0;
}

.header__checkbox:checked~.header__menuicon .header__iconparts:nth-last-child(1) {
    opacity: 1;
    transform: translate(0.5px, -8.5px) rotate(45deg);
    background: #aaaaaa;
}

.header__checkbox:checked~.header__menuicon .header__iconparts:nth-last-child(2) {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
}

.header__checkbox:checked~.header__menuicon .header__iconparts:nth-last-child(3) {
    transform: translate(2.5px, 19.5px) rotate(-45deg);
    background: #aaaaaa;
}

.header__checkbox:checked~.header__menu {
    visibility: visible;
    opacity: 1;
}

.header__menu {
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.333);
    position: absolute;
    top: 55px;
    transition: visibility 0.3s 0ms ease-in, opacity 0.5s 0ms ease-in;
    visibility: hidden;
    opacity: 0;
}

.header__menu-list {
    background: #1b4898;
}

.header__menu-item {
    width: 100%;
    height: 60px;
    text-align: center;
    line-height: 60px;
    border-bottom: solid 1px #fff1e4;
}

.header__menu-item,
.header__contact-item {
    list-style: none;
}


.header__menu-link {
    font-family: "Lato", "Noto Sans", sans-serif;
    font-size: 1rem;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    display: block;
}

.header__menuicon {
    position: absolute;
    display: inline-block;
    width: 26px;
    height: 23px;
    margin: auto 0;
    top: 0;
    bottom: 0;
    right: 15px;
}

.header__iconparts {
    display: block;
    width: 26px;
    height: 4px;
    margin-bottom: 5px;
    position: relative;
    background: #262524;
    border-radius: 3px;
    z-index: 1;
    transition: transform 0.3s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
}

.header__iconparts:first-child {
    transform-origin: 0% 0%;
}

.header__iconparts:nth-child(2) {
    transform-origin: 0% 100%;
}




/* header end */

/* contents start */
.contents {
    margin-top: 55px;
}

.visual {
    font-size: 0;
    position: fixed;
    z-index: -1;
    width: 100%;
}

.img__wrapper {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.img__wrapper video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* 動画をコンテナ全体に表示 */
}

.visual__copy {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url('../../images/dot.png');
}

.main-copy {
    position: absolute;
    z-index: 2;
    height: 32px;
    top: 10%;
    bottom: 0;
    left: 19%;
    margin: auto 0;
    font-family: "Lato", "Noto Sans", sans-serif;
    font-size: 3.715vw;
    font-weight: 700;
    text-shadow: 0px 2px 20px #272830;
    color: #fdfdff;
}

.sub-copy {
    position: absolute;
    z-index: 2;
    height: 42px;
    top: 40%;
    bottom: 0;
    left: 22%;
    margin: auto 0;
    font-size: 3.23vw;
    font-weight: 400;
    color: #fdfdff;
}

/* contents end */

/* contents1 start */
.about {
    padding-top: 50%;
}


.about-authority {
    position: relative;
    padding: 50px 0;
    background-color: #fff;
}


.about-authority__title,
.news__title,
.services__title,
.cases__title {
    padding: 0 0 15px;
    font-family: "Lato", "Noto Sans", sans-serif;
    font-size: 4.76vw;
    font-weight: bold;
    text-align: center;
}

.explain {
    text-align: center;
}

.explain p {
    padding: 10px 0;
    font-weight: 600;
    font-size: 3.26vw;
}

.about_flex {
    text-align: center;
}

.about_item {
    box-shadow: 0 0 10px 5px rgb(0 0 0 / 15%);
    margin: 30px 10px;
    background-color: #e6f0fa;
    border-radius: 20px;
    overflow: hidden;
}

.about_img {
    background-color: #b2dae9;
}

.about_img img {
    width: 60%;
    padding: 10px;
}

.about_desc {
    padding: 1em;
}

.about_item h3 {
    font-size: 4.26vw;
    font-weight: 700;
    margin: 10px 0;
}

.about_item p {
    font-size: 0.8rem;
}

/* contents1 end */

/* contents2 start */
.news {
    padding: 30px 0 50px;
    background-color: #fff;
}

.about_title {
    font-size: 2.921vw;
    font-weight: 600;
    text-align: center;
}

.services__flow,
.cases__flow {
    display: block;
    width: 250px;
    margin: 0 auto;
    transition: background 0.3s;
    height: 40px;
    line-height: 40px;
    background: #1b4898;
    border-radius: 11px;
    margin-top: 20px;
}

.about__link,
.services__link,
.cases__link {
    display: block;
    font-size: 1.05rem;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    text-align: center;
}

.about__link:hover,
.services__link:hover,
.cases__link:hover {
    color: #fff;
}

/* contents2 end */

/* contents3 start */
.carousel-track-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    overflow: hidden;
    margin: 20px 0;
}

.carousel-track {
    display: flex;
    width: 200%;
    animation: scroll 30s linear infinite;
}

.carousel-slide {
    flex: 0 0 auto;
    /* スライドの幅を固定 */
    width: calc(100% / 4);
    /* スライドの幅を調整 */
    box-sizing: border-box;
    margin-right: 10px;
    /* スライド間の間隔を減らす */
}

.responsive-svg {
    width: 75%;
    height: auto;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

/* contents3 end */


/* contact start */
.contact {
    background: #e6f0fa;
    padding: 15px;
    text-align: center;
}

.contact__wrapper {
    background-color: #fff;
    padding: 30px 15px;
    border-radius: 20px;
}

.contact__intro {
    margin-bottom: 30px;
}

.contact__title {
    font-family: "Lato", "Noto Sans", sans-serif;
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 20px;
}

.contact__text {
    line-height: 2.4;
    font-size: 0.8rem;
}

.contact__flow {
    display: inline-block;
    width: 80%;
    height: 60px;
    line-height: 60px;
    background: linear-gradient(to right, #1b4898 0%, #8DA3CB 100%);
    border-radius: 5px;
}

.contact__link {
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
    font-size: 1.2rem;
    font-weight: bold;
    color: #fff1e4;
    text-decoration: none;
}

.contact__flow:hover:after {
    width: 100%;
    transform: scaleX(1);
    transform-origin: left center;
}

.contact__flow:after {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    transform: scaleX(0);
    height: 82px;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    transition: transform 0.3s;
    transform-origin: right center;
    background: linear-gradient(to right, #8DA3CB 0%, #1b4898 100%);
    border-radius: 5px;
}


/* contact end */

/* company start */
.company {
    margin: 100px auto;
}

/* company end */


/* footer start */


footer {
    background: #1b4898;
}

.footer-sec {
    padding: 25px 25px;
    max-width: 1000px;
    margin: 0 auto;
    font-family: "Lato", "Noto Sans JP", sans-serif;
}

.footer-policy {
    display: flex;
    padding: 24px 0 8px;
    border-bottom: 1px solid #fff1e4;
    font-weight: 700;
    justify-content: space-between;
    flex-flow: column;
}

.footer-policy__item {
    width: 65%;
    margin-right: 0;
    margin-bottom: 16px;
    font-size: 0.9em;
    color: #fff1e4;
}

.copyright {
    color: #fff1e4;
    margin-top: 10px;
}

/* footer end */

/* other pages common start */

/* header start*/
.headersub {
    width: 100vw;
    height: 55px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    display: flex;
    justify-content: space-between;
    background-color: #fff;
    align-items: center;
}

.headersub .logo__block {
    margin: 0 10px;
    line-height: 55px;
    font-size: 0;
}

.headersub .p-logo {
    display: inline-block;
    font-family: "Lato", "Noto Sans", sans-serif;
    font-size: 0.8rem;
    font-weight: 800;
    color: #5f6368;
    margin-right: 10px;
}

.headersub .p-logo:after {
    content: "|";
    font-family: "Lato", "Noto Sans", sans-serif;
    font-size: 1.5rem;
    margin-left: 8px;
}

.headersub .company-logo {
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
    line-height: 0;
}

/* header end */

/* top start */
/* top end */

/* bannar start */
.bannar {
    margin-top: 20px;
}

.bannar-img {
    width: 70%;
    margin: 0 auto;
}

.bannar-img img {
    border-radius: 5px;
}

/* bannar end */


/* contents1 start */
.service {
    margin: 100px auto;
}

.service_list {
    padding: 10px 15px;
    text-align: center;
}

.service_title {
    font-family: "Lato", "Noto Sans", sans-serif;
    font-size: 6.5vw;
    font-weight: bold;
    margin-bottom: 20px;
    padding-top: 50px;
}

.about__flow, .news__flow, .services__flow, .cases__flow {
    display: inline-block;
    width: 80%;
    height: 60px;
    line-height: 60px;
    background: #262524;
    border-radius: 11px;
}

/* contents1 end */
/* other pages common end */

/* pricepage start */
.about-price {
    padding: 10px 15px;
    text-align: center;
}

.about__title {
    font-family: "Lato", "Noto Sans", sans-serif;
    font-size: 5.5vw;
    font-weight: bold;
    margin-bottom: 20px;
    padding-top: 30px;
}

.about__intro {
    margin-bottom: 20px;
}

.gmp {
    text-align: center;
    margin-bottom: 50px;
    padding: 5px;
    opacity: 0.1;
    transform: translate(0, 50px);
    transition: all 0.3s 0s ease-in;
}

.gmp.is-active {
    opacity: 1;
    transform: translate(0, 0);
}

.about__img-wrpper {
    text-align: center;
}

.plan_box {
    width: 30%;
    display: flex;
    align-items: flex-start;
}

.plan_box--inner {
    width: 100%;
    box-sizing: border-box;
}

.area-pc {
    display: none;
}

hr {
    overflow: visible;
    height: 0;
}

.plan_area {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.plan_box.-blue {
    width: 29%;
}

.row_lite {
    font-size: 3.5vw;
    font-weight: bold;
    color: #06559e;
}

.row_origin {
    font-size: 0.8rem;
    font-weight: bold;
}

.plan_sp_title {
    text-align: left;
    background-color: #dcf5ff;
    padding: 5px;
    font-weight: bold;
}

.plan_area.-top .plan_box {
    padding-top: 20px;
}

.plan_area.-bottom .plan_box {
    padding-bottom: 5vw;
}

.about__detail {
    opacity: 0.1;
    transform: translate(0, 50px);
    transition: all 0.3s 0s ease-in;
}

.about__detail.is-active {
    opacity: 1;
    transform: translate(0, 0);
    background: #dcf5ff;
    padding-bottom: 60px;
    border-radius: 20px;
}

.p-ce__about-inner {
    padding: 10px;
}

.flow_box {
    background: #fff;
    width: 80%;
    margin: auto;
    margin-bottom: 10px;
    border-radius: 5px;
    padding: 20px 20px 0 20px;
}

.flow_box::after {
    content: "";
    position: absolute;
    left: 48%;
    border: 7px solid transparent;
    border-top: 7px solid #024e8d;
}

.flow_box:last-child:after {
    content: none;
}

.currency {
    font-size: 2.7vw;
}

.tax {
    font-size: 2vw;
}

.row_desc {
    font-size: 3.2vw;
}

.atten {
    font-size: 0.6rem;
    color: #fe4d6f;
}

.atten-price {
    font-size: 0.6rem;
    color: #fe4d6f;
}

.atten-price dl {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.atten-price dt {
    width: 10%;
}

.atten-price dd {
    width: 90%;
    text-align: left;
}



/* pricepage end */

/* policypage start */
.policy-container {
    width: 85%;
    margin: 0 auto;
    max-width: 1140px;
}

.guide h2 {
    margin-top: 50px;
    padding: 30px 0;
    font-weight: normal;
    font-size: 133% !important;
    text-align: center;
}

.privacy h3 {
    font-size: 1rem;
}


/* policypage end */

/* contact&entry start*/

label.required:after {
    margin-left: 1em;
    padding: 3px 6px 3px 6px;
    border-radius: 5px;
    font-size: 0.6em;
    color: white;
    background-color: #f90000;
    content: "必須";
}

.contact-container {
    margin: 55px auto;
    padding: 20px;
}

.contact-theme {
    text-align: center;
    padding: 10px 0;
}

.form {
    max-width: 700px;
    margin: 25px auto;
}

.form-area {
    margin: 20px 0;
}

.labeltitle {
    margin: 10px 0;
    font-weight: bold;
    font-size: 14px;
}

.form-area label {
    display: block;
}

.form-area input[type="text"] {
    border: 1px solid #ddd;
    border-radius: 4px;
    width: 100%;
    margin: 0 auto 20px;
    padding: 8px 38px 8px 8px;
}

.form-area select {
    border: 1px solid #ddd;
    border-radius: 4px;
    width: 100%;
    padding: 11px 0 11px 6px;
}

.cp_ipselect {
    overflow: hidden;
    margin: 0 auto 20px;
    text-align: center;
}

.cp_ipselect select {
    width: 100%;
    padding-right: 1em;
    cursor: pointer;
    text-indent: 0.01px;
    text-overflow: ellipsis;
    border: none;
    outline: none;
    background: transparent;
    background-image: none;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
}

.cp_ipselect select::-ms-expand {
    display: none;
}

.cp_ipselect.cp_sl01 {
    position: relative;
    border: 1px solid #bbbbbb;
    border-radius: 2px;
    background: #ffffff;
}

.cp_ipselect.cp_sl01::before {
    position: absolute;
    top: 1.2em;
    right: 0.9em;
    width: 0;
    height: 0;
    padding: 0;
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #666666;
    pointer-events: none;
}

.cp_ipselect.cp_sl01 select {
    padding: 8px 38px 8px 8px;
    color: #666666;
}

.request-form textarea {
    min-height: 120px;
    vertical-align: middle;
}

textarea {
    border: 1px solid #ddd;
    border-radius: 2px;
    resize: vertical;
    width: 100%;
    outline: none;
    padding: 10px;
}

.submit-btn {
    margin-top: 40px;
    padding-top: 30px;
    text-align: center;
}

input[type="submit"] {
    cursor: pointer;
    background-color: #1b4898;
    border: 0;
    border-radius: 4px;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 400;
    line-height: 2.72;
    min-width: 190px;
    padding: 0 1.9286em;
}

input[type="submit"]:hover {
    opacity: 0.8;
}

.form-half {
    display: flex;
    justify-content: space-between;
}

.inputhalf {
    width: 45%;
}

.form-quarter {
    width: 25%;
}

.checkbox-area {
    display: flex;
    flex-flow: column;
}

.checkbox-area .checkbox-item {
    width: 100%;
}

.checkbox-item__inner {
    background: #fff;
    width: 80%;
    margin: 5px 0;
    border-radius: 4px;
    border: 1px solid #ddd;
    cursor: pointer;
    user-select: none;
}

.checkbox-item__inner label {
    cursor: pointer;
    user-select: none;
    padding: 10px 0;
}

.request-form h2 {
    border-bottom: 1px solid #bbbbbb;
    padding: 15px 0;
}

/* contact&entry end */

/* confirm start */

.confirm-area {
    max-width: 700px;
    margin: 50px auto;
}

.form-confirm {
    font-family: "Lato", "ヒラギノ角ゴ Pro W3";
    font-size: 16px;
    margin: 20px 0;
}

.form-confirm label {
    font-weight: bold;
}

.labeltitle-confirm {
    margin: 10px 0;
    font-weight: bold;
    font-size: 15px;
}

.confirm-contents {
    margin: 20px 0;
    font-size: 15px;
}

.confirm-btns {
    display: flex;
    justify-content: space-around;
    max-width: 700px;
    margin: 50px auto;
    flex-flow: column-reverse;
}

.confirm-btns button {
    cursor: pointer;
    border: 0;
    border-radius: 4px;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 400;
    line-height: 2.72;
    min-width: 190px;
    padding: 0 1.9286em;
    margin-top: 20px;
}

.fixbtn {
    background-color: rgb(96, 96, 96);
}

.fixbtn:hover {
    background-color: #6c6c6c;
}

.submitbtn {
    background-color: #1b4898;
}

.submitbtn:hover {
    background-color: #000d69;
}

/* confirm end */


/* thanks start */

.thanksarea {
    width: 80%;
    margin: 0 auto;
}

.entrythanks {
    text-align: center;
    line-height: 2em;
    margin: 100px auto;
}

.topbtn {
    cursor: pointer;
    background-color: rgb(96, 96, 96);
    border: 0;
    border-radius: 4px;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 400;
    line-height: 2.72;
    min-width: 190px;
    padding: 0 1.9286em;
    width: 30%;
    text-align: center;
    margin: 90px auto;
}

/* thanks end */

/* contract start */
.rightarea {
    float: none;
    padding: 0 0 20px 0;
    text-align: left;
    width: 100%;
}

.guide div {
    padding: 0 0 50px 0;
    border-bottom: 1px solid #555;
    margin: 0 0 50px 0;
}

.guide {
    margin: 0 0 10px 0;
}

.guide ol {
    border-bottom: 1px dotted #CCC;
    padding: 0 0 15px 0;
    margin: 0 0 15px 0;
}

.privacy li {
    margin: 10px auto;
}

.privacy ol p {
    margin: 10px 0;
}

li::marker {
    unicode-bidi: isolate;
    font-variant-numeric: tabular-nums;
    text-transform: none;
    text-indent: 0px !important;
    text-align: start !important;
    text-align-last: start !important;
}

/* contract end */

/* company start */
.company {
    margin: 100px auto;
    padding: 0 10px;
}

.company-table h1 {
    text-align: center;
    font-size: 2rem;
    padding: 50px 0;
    font-weight: 900;
}

.company-desc h3 {
    text-align: center;
    font-size: 1.5rem;
    font-weight: 600;
}

.company-desc p {
    text-align: center;
    font-weight: 600;
    font-size: 0.9rem;
    padding: 20px 0;
}

.article-bodycompany {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 45px auto;
    text-align: center;
    width: 100%;
}


.article-bodycompany dl {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
    width: 80%;
    align-items: center;
}

.article-bodycompany dt {
    font-weight: bold;
    text-align: center;
    width: 35%;
}

.article-bodycompany dd {
    text-align: left;
    margin: 0;
    width: 65%;
}

.article-bodycompany ul {
    list-style: none;
    /* リストスタイルを無効に */
    padding: 0;
}

.article-bodycompany li {
    margin-bottom: 10px;
    /* 各リスト項目の下に余白を追加 */
}

/* company end */

/* taiwan start */
.main-copy-tw {
    position: absolute;
    z-index: 2;
    height: 32px;
    top: 0%;
    bottom: 0;
    left: 20%;
    margin: auto 0;
    font-family: "Lato", "Noto Sans", sans-serif;
    font-size: 6.715vw;
    font-weight: 700;
    text-shadow: 0px 2px 20px #dcdeeb;
    color: #fdfdff;
}

.tw {
    background: #e93223;
    color: #fdfdff;
}

.about-authority_tw {
    position: relative;
    padding: 35px 10px;
    background-color: #fff;
}

.about-authority__title_tw,
.news__title,
.services__title,
.cases__title {
    padding: 0 0 15px;
    font-family: "Lato", "Noto Sans", sans-serif;
    font-size: 5.76vw;
    font-weight: bold;
    text-align: center;
}

.about-authority_tw p {
    text-align: center;
    font-size: 1rem;
    font-family: "Lato", "Noto Sans", sans-serif;
}

.service-wrapper_tw {
    display: flex;
    background: #fff;
    flex-flow: column;
}

.service-container_tw {
    display: flex;
    flex-direction: column-reverse;
    margin-bottom: 50px;
}

.service-desc_tw {
    display: flex;
    justify-content: center;
    flex-flow: column;
    align-items: center;
}

.service-desc_tw h2 {
    margin-bottom: 15px;
}


.service-desc_tw p {
    text-align: center;
    margin-bottom: 15px;
}

.service-detail_tw {
    display: inline-block;
    width: 80%;
    height: 45px;
    line-height: 45px;
    background: #e93223;
    border-radius: 30px;
}

.detail-link_tw {
    margin: 0 auto;
    display: block;
    font-size: 1.2rem;
    font-weight: bold;
    color: #fff1e4;
    text-decoration: none;
    text-align: center;
}

.footer-tw {
    background-color: #e93223;
}

.contact-tw {
    background: #fae6e6;
    padding: 15px;
    text-align: center;
}

.contact__wrapper-tw {
    background-color: #fff;
    padding: 30px 15px;
    border-radius: 20px;
}

.contact__intro-tw {
    margin-bottom: 30px;
}

.contact__title-tw {
    font-family: "Lato", "Noto Sans", sans-serif;
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 20px;
}

.contact__text-tw {
    line-height: 2.4;
    font-size: 0.8rem;
}

.contact__flow-tw {
    display: inline-block;
    width: 80%;
    height: 60px;
    line-height: 60px;
    background: linear-gradient(to right, #e93223 0%, #ff8271 100%);
    border-radius: 5px;
}

.contact__link-tw {
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
    font-size: 1.2rem;
    font-weight: bold;
    color: #fff1e4;
    text-decoration: none;
}

.contact__flow-tw:hover:after {
    width: 100%;
    transform: scaleX(1);
    transform-origin: left center;
}

.contact__flow-tw:after {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    transform: scaleX(0);
    height: 82px;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    transition: transform 0.3s;
    transform-origin: right center;
    background: linear-gradient(to right, #ff8271 0%, #e93223 100%);
    border-radius: 5px;
}

.company-table-tw h1 {
    text-align: center;
    font-size: 1.5rem;
    padding: 50px 0;
    font-weight: 900;
}

.service-tw {
    margin: 100px auto;
}

.service_list-tw {
    padding: 10px 15px;
    text-align: center;
}

.service_title-tw {
    font-family: "Lato", "Noto Sans", sans-serif;
    font-size: 5.5vw;
    font-weight: bold;
    margin: 20px auto;
}

.trade-contents {
    display: flex;
    flex-direction: column-reverse;
    margin: 30px auto;
}

.trade-title h3 {
    font-size: 1.25rem;
    margin: 25px 0;
}


.trade-title a {
    color: darksalmon;
    text-decoration: underline;
}

.service_other {
    display: flex;
    flex-direction: column;
    margin-top: 30px;
}

.header__menu-list-tw {
    background-color: #e93223;
    color: #fff1e4;
}

/* taiwan end */


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

    .br_sp {
        display: none;
    }

    .sponly {
        display: none;
    }

    .pconly {
        display: block;
    }

    /* header start */
    .header__checkbox,
    .header__menuicon {
        display: none;
    }

    .header__menu {
        width: auto;
        height: 130px;
        margin-right: 40px;
        position: relative;
        opacity: 1;
        visibility: visible;
        background: none;
        top: inherit;
    }

    .header__menu-list {
        display: inline-block;
        vertical-align: top;
        padding: inherit;
        background: none;
    }

    .header__menu-link {
        position: relative;
        font-size: 1.134vw;
        color: #262524;
        font-weight: normal;
        display: unset;
    }

    .header__menu-link:hover:after {
        width: 100%;
        transform: scaleX(1);
        transform-origin: left center;
    }

    .entry {
        background: #1b4898;
        padding: 10px;
        border-radius: 3px;
        color: #fff;
    }

    .header__menu-link:after {
        content: "";
        position: absolute;
        display: block;
        width: 0;
        transform: scaleX(0);
        height: 5px;
        left: 0;
        right: 0;
        margin: 0 auto;
        bottom: -8px;
        transition: transform 0.3s;
        transform-origin: right center;
        background: linear-gradient(to right, #8DA3CB 0%, #1b4898 100%);
    }

    .header .p-logo {
        display: inline-block;
        font-family: "Lato", "Noto Sans", sans-serif;
        font-size: 1rem;
        font-weight: 800;
        color: #5f6368;
        margin-right: 10px;
    }

    .header {
        width: 100%;
        white-space: nowrap;
        height: 5.55vw;
        background: #fff;
        transition: background 0.3s 0s ease-out;
    }

    .header .logo__block {
        margin-left: 35px;
    }

    .header .logo__title, .header .logo__link {
        display: flex;
        transform-origin: top left;
        line-height: 81px;
        align-items: center;
    }

    .header__menu {
        width: auto;
        height: 130px;
        margin-right: 40px;
        position: relative;
        opacity: 1;
        visibility: visible;
        background: none;
        top: inherit;
    }

    .header__menu-item {
        width: auto;
        height: auto;
        text-align: left;
        display: inline-block;
        vertical-align: top;
        margin: 0 12.5px;
        line-height: 130px;
        border: none;
    }

    /* header end */

    /* bannar start */

    .bannar-img {
        width: 35%;
    }

    .bannar-img img {
        border-radius: 10px;
    }

    .bannar-img a:hover {
        opacity: 0.8;
    }

    /* bannar end */


    /* contents1 start */
    .contents {
        margin-top: 0;
    }

    .main-copy {
        position: absolute;
        z-index: 2;
        top: 1%;
        bottom: 0;
        left: 18%;
        margin: auto 0;
        font-family: "Lato", "Noto Sans", sans-serif;
        font-size: 3.65vw;
        font-weight: 700;
        text-shadow: 0px 2px 20px #272830;
    }

    .sub-copy {
        font-size: 2.5vw;
        top: 60%;
        left: 27%;
        height: auto;
        font-weight: 500;
    }

    /* contents1 end */

    /* contents2 start */
    .about-authority__title, .news__title, .services__title, .cases__title {
        padding: 0 0 30px;
        font-family: "Lato", "Noto Sans", sans-serif;
        font-size: 2rem;
        font-weight: bold;
        text-align: center;
    }

    .about_title h3 {
        font-size: 1.873vw;
        font-weight: bold;
    }

    .explain {
        text-align: center;
        font-size: 1.3rem;
        margin-bottom: 3vw;
    }

    .explain p {
        line-height: 2rem;
        padding: 10px 0;
        font-weight: 600;
        font-size: 2.1vw;
    }


    .about_flex {
        display: flex;
        padding: 10px 20px;
        align-items: stretch;
        justify-content: center;
    }

    .about_item {
        margin: 10px;
        box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.15);
        width: 33%;
        text-align: center;
        border-radius: 20px;
        overflow: hidden;
        background-color: #e6f0fa;
    }

    .about_desc {
        padding: 1vw;
    }

    .about_desc h3 {
        padding: 0;
        font-size: 1.873vw;
    }


    /* contents2 end */

    /* contents3 start */
    .services__flow,
    .cases__flow {
        display: block;
        width: 240px;
        margin: 0 auto;
        transition: background 0.3s;
        height: 45px;
        line-height: 45px;
        margin-top: 20px;
    }

    .carousel-slide {
        width: calc(100% / 8);
    }

    .responsive-svg {
        width: 35%;
        height: auto;
    }



    /* contents3 end */

    /* contact start */
    .contact__wrapper {
        width: 100%;
        margin: 100px auto;
        display: flex;
        justify-content: space-between;
        padding: 0 60px;
        border-radius: 20px;
    }

    .contact__intro {
        text-align: left;
        margin-top: 40px;
        margin-bottom: 0;
    }

    .contact__text {
        line-height: 2.4;
    }

    .contact__flow {
        position: relative;
        margin: 60px 0;
        width: 310px;
        height: 82px;
        line-height: 82px;
        border-radius: 5px;
    }

    .contact__link {
        position: absolute;
        z-index: 2;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    /* contact end */

    /* footer start */
    .footer-sec {
        padding: 25px 25px;
        max-width: 1000px;
        margin: 0 auto;
        font-family: "Lato", "Noto Sans", sans-serif;
    }


    .footer-policy {
        display: flex;
        flex-wrap: wrap;
        padding: 24px 0;
        border-bottom: 1px solid #eeedec;
        font-weight: 700;
        justify-content: space-between;
    }

    .footer-policy__item {
        width: inherit;
        margin-right: 0;
        margin-bottom: 0;
        font-size: inherit;
        color: #fff1e4;
    }

    /* footer end */

    /* other pages common start */
    .headersub {
        width: 100%;
        white-space: nowrap;
        height: 5.55vw;
        background: #fff;
        transition: background 0.3s 0s ease-out;
    }

    .headersub .logo__block {
        margin-left: 35px;
    }

    .headersub .logo__title, .headersub .logo__link {
        display: flex;
        transform-origin: top left;
        line-height: 81px;
    }

    .headersub .p-logo {
        font-size: 1rem;
    }

    .service_list {
        text-align: center;
    }

    .service_title {
        font-size: 2.25vw;
        margin-bottom: 30px;
        padding-top: 50px;
        line-height: 3rem;
    }

    /* other pages common end */

    /* pricepage start */
    .about-price {
        padding: 0 0 100px;
        text-align: center;
    }

    .about__title {
        font-size: 2rem;
        margin-bottom: 30px;
        line-height: 3rem;
    }

    .about__intro {
        margin: 3vw 0;
        font-size: 1.4vw;
    }

    .about__img-wrpper {
        width: 100%;
        margin: 0 auto;
    }

    .area-pc {
        display: block;
    }

    .area-sp {
        display: none;
    }

    .plan_area-head {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        width: 100%;
    }

    .plan_box {
        width: 18%;
        box-sizing: border-box;
        display: flex;
        align-items: center;
        padding: 0 1em 40px;
    }

    .plan_box:first-child {
        width: 18%;
    }

    .plan_area-head .plan_box.-blue {
        background: #dcf5ff;
        width: 30%;
        border-radius: 10px 10px 0 0;
    }

    .plan_box--inner {
        width: 100%;
        box-sizing: border-box;
    }

    .plan_box.-blue .plan_box--inner {
        text-align: center;
    }

    .plan_title {
        font-size: 1.5rem;
        padding: 50px 0;
        font-weight: bold;
    }

    .plan_title {
        text-align: center;
    }

    .plan_desc {
        font-size: 1.211vw;
    }

    .plan_area.-top .plan_box {
        padding-top: 40px;
    }

    .plan_area .plan_box.-blue {
        background: #dcf5ff;
        width: 30%;
    }

    .row_title {
        font-size: 1.8vw;
        font-weight: bold;
    }

    .row_desc {
        font-size: 1.4vw;
    }

    .plan_box.-blue {
        background: #dcf5ff;
        width: 360px;
    }

    .row_lite {
        color: #06559e;
        font-weight: bold;
        font-size: 1.712vw;
    }

    .row_origin {
        font-size: 1.412vw;
    }

    .p-ce__about-inner {
        margin: 0 auto;
        width: 100%;
        border-radius: 5px;
        background-color: #fff;
    }

    .flow_area-head {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        padding: 1em;
    }

    .flow_box {
        width: 15%;
        box-sizing: border-box;
        position: relative;
        background: #f8f8ff;
        padding: 20px 0 10px;
        margin: inherit;
    }

    .flow_title {
        font-size: 0.9rem;
        font-weight: bold;
    }

    .flow_desc {
        font-size: 0.8rem;
        padding: 0 5px;
    }

    .flow_box::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 100%;
        border: 7px solid transparent;
        border-left: 7px solid #024e8d;
    }

    .currency {
        font-size: 1.5112vw;
    }

    .tax {
        font-size: 1.2vw;
    }

    .atten-price {
        font-size: 1.2vw;
        color: #fe4d6f;
        width: 100%;
        margin: 5px auto;
    }

    .atten-price dl {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }

    .atten-price dt {
        width: 5%;
    }

    .atten-price dd {
        width: 95%;
        text-align: left;
    }


    /* pricepage end */

    /* policypage start */

    .guide h2 {
        margin-top: 100px;
        padding: 30px 0;
        font-weight: normal;
        font-size: 133% !important;
        text-align: left;
    }

    /* policypage end */

    /* company start */
    .company {
        margin: 100px auto;
    }

    .company-table h1 {
        text-align: center;
        font-size: 2.5rem;
        padding: 50px 0;
        font-weight: 900;
    }

    .company-desc h3 {
        text-align: center;
        font-size: 1.5rem;
        font-weight: 600;
    }

    .company-desc p {
        text-align: center;
        font-weight: 600;
        font-size: 1rem;
        padding: 20px 0;
    }

    .article-bodycompany {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin: 75px auto;
        text-align: center;
        width: 80%;
    }


    .article-bodycompany dl {
        display: flex;
        gap: 10px;
        margin-bottom: 20px;
        width: 80%;
        align-items: center;
    }

    .article-bodycompany dt {
        font-weight: bold;
        text-align: center;
        width: 50%;
    }

    .article-bodycompany dd {
        text-align: left;
        /* テキストを左揃え */
        margin: 0;
        /* デフォルトの余白をリセット */
        width: 50%;
    }

    .article-bodycompany ul {
        list-style: none;
        /* リストスタイルを無効に */
        padding: 0;
    }

    .article-bodycompany li {
        margin-bottom: 10px;
        /* 各リスト項目の下に余白を追加 */
    }

    /* company end */


    /* index-maincontets start */
    .container {
        width: 95%;
        margin: 150px auto;
        max-width: 1140px;
    }

    .theme {
        text-align: center;
        font-size: 15px;
        line-height: 2em;
        font-family: "Lato", "Noto Sans", sans-serif;
        text-shadow: #fc0 1px 0 10px;
        color: coral;
        background-color: #F6F1E0;
        margin: -8px 0 0 0;
    }

    .article {
        text-align: center;
        font-size: 13px;
        line-height: 2em;
        font-family: "Lato", "Noto Sans", sans-serif;
        margin: 20px auto;
    }

    .topimg img {
        width: 100%;
        height: 200px;
        object-fit: cover;
    }

    .imgflex img {
        max-width: 40%;
    }

    .contact_btns {
        flex-flow: column;
    }

    .foruser_article {
        margin: 25px 0;
    }

    .btn,
    a.btn,
    button.btn {
        width: 100%;
    }

    a.btn--yellow.btn--cubic {
        width: 100%;
    }

    .contents-area {
        flex-flow: column;
        margin: 30px 0;
    }

    .contents-body {
        margin: 20px auto;
    }

    .leftside {
        width: 100%;
    }

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

    .rightside img {
        width: 70%;
    }

    .contents-theme {
        justify-content: center;
        margin-bottom: 20px;
    }

    .orange-m {
        color: #FF914D;
        font-size: 15px;
        line-height: 2.2em;
        font-weight: bold;
    }

    .gray-s {
        color: #545454;
        font-size: 11px;
        line-height: 2.2em;
        text-align: center;
    }

    .gray-m {
        color: #545454;
        font-size: 10px;
        line-height: 2.2em;
    }

    .red-m {
        color: #FF1616;
        font-size: 12px;
        line-height: 2.2em;
    }

    .contents-area_all {
        margin: 40px 0;
    }

    .theme-number {
        width: 40px;
        font-size: 23px;
    }

    .theme-name {
        font-size: 23px;
    }

    .img-circle img {
        width: 65px;
        height: 65px;
    }

    .contents-icons_circle {
        align-items: center;
        margin-top: 20px;
    }

    .contents-icon_circle {
        width: 50%;
    }

    .contents-comment {
        width: 33%;
    }

    .orange-s {
        color: #FF914D;
        font-size: 10px;
        line-height: 1.5em;
        margin-top: 0;
    }

    .orange-msb {
        color: #FF914D;
        font-size: 15px;
        line-height: 1.5em;
        font-weight: bold;
        text-align: center;
    }

    .gray {
        color: #545454;
        font-size: 10px;
        line-height: 1.7em;
    }

    .green-s {
        color: #64BB6E;
        font-size: 10px;
        line-height: 1.5em;
        margin-top: 0;
    }

    .blue-s {
        color: #5271FF;
        font-size: 10px;
        line-height: 1.5em;
        margin-top: 0;
    }

    .blue-msb {
        color: #5271FF;
        font-size: 13px;
        line-height: 1.5em;
        font-weight: bold;
    }

    .red {
        color: #FF1616;
        font-size: 10px;
        line-height: 1.7em;
    }

    .rightside-flex {
        width: 100%;
    }

    .forseller_btn {
        text-align: center;
        margin: 10px auto;
        width: 100%;
    }

    .btn,
    a.btn,
    button.btn {
        font-size: 1.4rem;
        font-weight: 700;
        line-height: 1.5;
        position: relative;
        display: inline-block;
        padding: 1rem 0;
        cursor: pointer;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        transition: all 0.3s;
        text-align: center;
        vertical-align: middle;
        text-decoration: none;
        letter-spacing: 0.1em;
        color: #212529;
    }

    .contact_btns-w {
        display: flex;
        justify-content: center;
        flex-flow: column;
        margin: 20px 0px;
    }

    .half img {
        height: 100%;
        margin: 20px 0 0 0;
        width: 100%;
    }


    /* contact starts */
    .contact-container {
        width: 95%;
        margin: 150px auto;
        max-width: 1140px;
    }

    .form-confirm label {
        font-size: 18px;
    }

    .confirm-contents {
        font-size: 15px;
    }

    .confirm-btns {
        flex-flow: inherit;
    }

    .confirm-btns button {
        min-width: 45%;
    }

    .checkbox-item__inner {
        background: #fff;
        width: 95%;
        margin: 5px 0;
        border-radius: 4px;
        border: 1px solid #ddd;
        cursor: pointer;
        user-select: none;
        font-size: 0.8rem;
    }

    /* contact end */

    /* thanks start */
    .thanksarea {
        width: 720px;
        margin: 0 auto;
    }

    .entrythanks {
        font-size: 15px;
        text-align: center;
        line-height: 2em;
        margin: 30px auto;
    }

    /* thanks end */

    /* thanks start */
    .about-authority__title_tw,
    .news__title,
    .services__title,
    .cases__title {
        padding: 0 0 30px;
        font-family: "Lato", "Noto Sans", sans-serif;
        font-size: 2rem;
        font-weight: bold;
        text-align: center;
    }

    /* thanks end */

    /* taiwan start */
    .main-copy-tw {
        position: absolute;
        z-index: 2;
        top: 0;
        bottom: 0;
        left: 35%;
        margin: auto 0;
        font-family: "Lato", "Noto Sans", sans-serif;
        font-size: 3.65vw;
        font-weight: 700;
        text-shadow: 0px 2px 20px #dcdeeb;
    }

    .footer-tw {
        background-color: #e93223;
    }

    .service-wrapper_tw {
        display: flex;
        background: #fff;
        justify-content: center;
        flex-flow: column;
    }

    .service-container_tw {
        display: flex;
        justify-content: center;
        margin-bottom: 50px;
        flex-flow: row;
    }

    .service-desc_tw {
        width: 40%;
        display: flex;
        flex-flow: column;
        justify-content: center;
        align-items: center;
    }

    .service-detail_tw {
        display: inline-block;
        width: 50%;
        height: 50px;
        line-height: 50px;
        border-radius: 30px;
        margin: 15px;
    }

    .detail-link_tw:hover {
        background-color: #ff6f50;
        border-radius: 30px;
    }

    .contact__wrapper-tw {
        margin: 100px auto;
        display: flex;
        justify-content: space-between;
        padding: 0 60px;
        border-radius: 20px;
    }

    .contact__intro-tw {
        text-align: left;
        margin-top: 40px;
        margin-bottom: 0;
    }

    .contact__text-tw {
        line-height: 2.4;
    }

    .contact__flow-tw {
        position: relative;
        margin: 60px 0;
        width: 310px;
        height: 82px;
        line-height: 82px;
        border-radius: 30px;
    }

    .contact__link-tw {
        position: absolute;
        z-index: 2;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    .company-table-tw h1 {
        font-size: 2.5rem;
    }



    .service-tw {
        margin: 100px auto 0 auto;
    }


    .service-desc_tw h2 {
        text-align: center;
        padding: 20px;
        font-size: 1.5rem;
    }

    .service-desc_tw p {
        text-align: center;
    }

    .service-img_tw {
        width: 50%;
    }

    .service_title-tw {
        font-size: 3vw;
        margin-bottom: 30px;
        padding-top: 75px;
        line-height: 3rem;
    }

    .service_sec-tw p {
        font-size: 1.6vw;
    }

    .service_sec-tw img {
        width: 70%;
    }


    .service_other {
        display: flex;
        border-top: #fae6e6 solid 2px;
        margin-top: 50px;
        flex-flow: row;
    }

    .service_other-content {
        width: 50%;
        padding-bottom: 50px;
    }

    .service_sec-tw .service_other-content:first-child {
        border-right: #fae6e6 solid 2px;
    }

    .trade-contents {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        margin: 100px auto 50px auto;
        flex-flow: row;
    }

    .trade-title {
        width: 50%;
        display: flex;
        flex-flow: column;
    }

    .trade-title h3 {
        font-size: 1.5rem;
        margin-bottom: 25px;
    }

    .trade-image {
        width: 50%;
    }

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

    .trade-title a {
        color: darksalmon;
        text-decoration: underline;
    }


    .header__menu-list-tw {
        background: none;
        color: rgb(44, 54, 70);
    }

    /* taiwan end */



}



/* responsive PC start */
@media screen and (min-width:1200px) {

    .br_sp {
        display: none;
    }

    .sponly {
        display: none;
    }

    .pconly {
        display: block;
    }

    /* header start */
    .header {
        width: 100%;
        white-space: nowrap;
        height: 5.55vw;
        background: #fff;
        transition: background 0.3s 0s ease-out;
        position: fixed;
        z-index: 5;
    }

    .header .logo__block {
        margin-left: 35px;
    }

    .header .logo__title, .header .logo__link {
        display: flex;
        transform-origin: top left;
        line-height: 81px;
        align-items: center;
    }

    .header__menu {
        width: 100%;
        height: 100vh;
        background-color: rgba(0, 0, 0, 0.333);
        position: absolute;
        top: 0px;
        transition: visibility 0.3s 0ms ease-in, opacity 0.5s 0ms ease-in;
        visibility: hidden;
        opacity: 0;
    }

    .header__menu-item {
        width: auto;
        height: auto;
        text-align: left;
        display: inline-block;
        vertical-align: top;
        margin: 0 30px;
        line-height: 130px;
        border: none;
    }

    /* header end */

    /* bannar start */

    .bannar-img {
        width: 35%;
    }

    .bannar-img img {
        border-radius: 10px;
    }

    .bannar-img a:hover {
        opacity: 0.8;
    }

    /* bannar end */


    /* contents1 start */
    .contents {
        margin-top: 0;
    }

    .main-copy {
        position: absolute;
        z-index: 2;
        top: 1%;
        bottom: 0;
        left: 19%;
        margin: auto 0;
        font-family: "Lato", "Noto Sans", sans-serif;
        font-size: 3.65vw;
        font-weight: 700;
        text-shadow: 0px 2px 20px #272830;
    }

    .sub-copy {
        font-size: 2.5vw;
        top: 60%;
        left: 27%;
        height: auto;
        font-weight: 500;
    }

    /* contents1 end */

    /* contents2 start */
    .about-authority__title, .news__title, .services__title, .cases__title {
        padding: 0 0 30px;
        font-family: "Lato", "Noto Sans", sans-serif;
        font-size: 2rem;
        font-weight: bold;
        text-align: center;
    }

    .explain {
        text-align: center;
        font-size: 1.3rem;
        margin-bottom: 3vw;
    }

    .explain p {
        line-height: 2rem;
        padding: 10px 0;
        font-weight: 600;
        font-size: 1.5vw;
    }

    .about_flex {
        display: flex;
        align-items: stretch;
        justify-content: center;
        width: 90%;
        margin: 10px auto;
    }

    .about_item {
        margin: 10px;
        box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.15);
        width: 33%;
        text-align: center;
        border-radius: 20px;
        overflow: hidden;
        background-color: #e6f0fa;
    }

    .about_item p {
        font-size: 0.89vw;
    }

    .about_desc {
        padding: 1vw;
    }

    .about_desc h3 {
        padding: 0;
        font-size: 1.323vw;
        margin: 15px 0;
    }


    /* contents2 end */

    /* contents3 start */
    .news {
        background-color: #fff;
    }

    .about_title h3 {
        font-size: 1.323vw;
        font-weight: bold;
    }

    .services__flow,
    .cases__flow {
        display: block;
        width: 310px;
        margin: 50px auto 0;
        transition: background 0.3s;
        height: 60px;
        line-height: 60px;
    }

    .carousel {
        position: relative;
        width: 100%;
        overflow: hidden;
    }

    .carousel-track-container {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        overflow: hidden;
        margin: 20px 0;
    }

    .carousel-track {
        display: flex;
        width: 200%;
        animation: scroll 30s linear infinite;
    }

    .carousel-slide {
        flex: 0 0 auto;
        /* スライドの幅を固定 */
        width: calc(100% / 13);
        /* スライドの幅を調整 */
        box-sizing: border-box;
        margin-right: 10px;
        /* スライド間の間隔を減らす */
    }

    .responsive-svg {
        width: 100%;
        height: auto;
    }


    @keyframes scroll {
        0% {
            transform: translateX(0);
        }

        100% {
            transform: translateX(-50%);
        }
    }

    .about-logo__item {
        margin-bottom: 20px;
        padding: 0 20px;
    }

    /* contents3 end */

    /* contact start */
    .contact__wrapper {
        width: 1200px;
        margin: 100px auto;
        display: flex;
        justify-content: space-between;
        padding: 0 60px;
        border-radius: 20px;
    }

    .contact__intro {
        text-align: left;
        margin-top: 40px;
        margin-bottom: 0;
    }

    .contact__text {
        line-height: 2.4;
    }

    .contact__flow {
        position: relative;
        margin: 60px 0;
        width: 310px;
        height: 82px;
        line-height: 82px;
        border-radius: 5px;
    }

    .contact__link {
        position: absolute;
        z-index: 2;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    /* contact end */

    /* company start */
    .company {
        margin: 100px auto;
    }

    .company-table h1 {
        text-align: center;
        font-size: 2.5rem;
        padding: 50px 0;
        font-weight: 900;
    }

    .company-desc h3 {
        text-align: center;
        font-size: 1.5rem;
        font-weight: 600;
    }

    .company-desc p {
        text-align: center;
        font-weight: 600;
        font-size: 1rem;
        padding: 20px 0;
    }

    .article-bodycompany {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin: 75px auto;
        text-align: center;
        width: 80%;
    }


    .article-bodycompany dl {
        display: flex;
        gap: 10px;
        margin-bottom: 20px;
        width: 80%;
        align-items: center;
    }

    .article-bodycompany dt {
        font-weight: bold;
        text-align: center;
        width: 50%;
    }

    .article-bodycompany dd {
        text-align: left;
        /* テキストを左揃え */
        margin: 0;
        /* デフォルトの余白をリセット */
        width: 50%;
    }

    .article-bodycompany ul {
        list-style: none;
        /* リストスタイルを無効に */
        padding: 0;
    }

    .article-bodycompany li {
        margin-bottom: 10px;
        /* 各リスト項目の下に余白を追加 */
    }

    /* company end */


    /* footer start */
    .footer-sec {
        padding: 25px 25px;
        max-width: 1000px;
        margin: 0 auto;
        font-family: "Lato", "Noto Sans", sans-serif;
    }

    .footer-policy {
        display: flex;
        flex-wrap: wrap;
        padding: 24px 0;
        border-bottom: 1px solid #eeedec;
        font-weight: 700;
        justify-content: space-around;
        flex-flow: row;
    }

    .footer-policy__item {
        width: inherit;
        margin-right: 0;
        margin-bottom: 0;
        font-size: inherit;
        color: #fff1e4;
    }

    /* footer end */

    /* other pages common start */
    .headersub {
        width: 100%;
        white-space: nowrap;
        height: 5.55vw;
        background: #fff;
        transition: background 0.3s 0s ease-out;
    }

    .headersub .logo__block {
        margin-left: 35px;
    }

    .headersub .logo__title, .headersub .logo__link {
        display: flex;
        transform-origin: top left;
        line-height: 81px;
    }

    .headersub .p-logo {
        font-size: 1rem;
    }


    .func {
        margin-top: 130px;
    }

    .service {
        margin: 100px auto;
    }

    .service_list {
        text-align: center;
    }

    .service_sec {
        opacity: 0;
        transform: translateY(50px);
        transition: opacity 1s ease-out, transform 1s ease-out;
    }

    .service_sec.visible {
        opacity: 1;
        transform: translateY(0);
    }


    .service_title {
        font-size: 1.6vw;
        margin-bottom: 30px;
        padding-top: 75px;
        line-height: 3rem;
    }

    /* other pages common end */

    /* pricepage start */
    .about-price {
        padding: 0 0 100px;
        text-align: center;
    }

    .about__title {
        font-size: 2rem;
        margin-bottom: 30px;
        line-height: 3rem;
        padding-top: 100px;
    }

    .about__intro {
        margin: 3vw 0;
        font-size: 0.923vw;
    }

    .about__img-wrpper {
        width: 1200px;
        margin: 0 auto;
    }

    .area-pc {
        display: block;
    }

    .area-sp {
        display: none;
    }

    .plan_area-head {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        width: 100%;
    }

    .plan_box {
        width: 240px;
        box-sizing: border-box;
        display: flex;
        align-items: center;
        padding: 0 1em 40px;
    }

    .plan_box:first-child {
        width: 200px;
    }

    .plan_area-head .plan_box.-blue {
        background: #dcf5ff;
        width: 360px;
        border-radius: 10px 10px 0 0;
    }

    .plan_box--inner {
        width: 100%;
        box-sizing: border-box;
    }

    .plan_box.-blue .plan_box--inner {
        text-align: center;
    }

    .plan_title {
        font-size: 1.5rem;
        padding: 50px 0;
        font-weight: bold;
    }

    .plan_title {
        text-align: center;
    }

    .plan_desc {
        font-size: 0.89vw;
    }

    .plan_area.-top .plan_box {
        padding-top: 40px;
    }

    .row_title {
        font-size: 1.235vw;
        font-weight: bold;
    }

    .row_desc {
        font-size: 0.89vw;
    }

    .plan_box.-blue {
        background: #dcf5ff;
        width: 360px;
    }

    .row_lite {
        color: #06559e;
        font-weight: bold;
        font-size: 1.412vw;
    }

    .row_origin {
        font-size: 1.412vw;
    }

    .p-ce__about-inner {
        margin: 0 auto;
        width: 1200px;
        border-radius: 5px;
        background-color: #fff;
    }

    .flow_area-head {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        padding: 1em;
    }

    .flow_box {
        width: 185px;
        box-sizing: border-box;
        position: relative;
        background: #f8f8ff;
        padding: 20px 0 10px;
        margin: inherit;
    }

    .flow_title {
        font-size: 0.9rem;
        font-weight: bold;
    }

    .flow_desc {
        font-size: 0.8rem;
        padding: 0 5px;
    }

    .flow_box::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 100%;
        border: 7px solid transparent;
        border-left: 7px solid #024e8d;
    }

    .currency {
        font-size: 1.1112vw;
    }

    .tax {
        font-size: 0.7vw;
    }

    .atten-price {
        font-size: 0.84vw;
        color: #fe4d6f;
        width: 1200px;
        margin: 5px auto;
    }

    .atten-price dl {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }

    .atten-price dt {
        width: 5%;
    }

    .atten-price dd {
        width: 95%;
        text-align: left;
    }


    /* pricepage end */

    /* policypage start */

    .guide h2 {
        margin-top: 100px;
        padding: 30px 0;
        font-weight: normal;
        font-size: 133% !important;
        text-align: left;
    }

    /* policypage end */

    /* index-maincontets start */
    .container {
        width: 95%;
        margin: 150px auto;
        max-width: 1140px;
    }

    .theme {
        text-align: center;
        font-size: 15px;
        line-height: 2em;
        font-family: "Lato", "Noto Sans", sans-serif;
        text-shadow: #fc0 1px 0 10px;
        color: coral;
        background-color: #F6F1E0;
        margin: -8px 0 0 0;
    }

    .article {
        text-align: center;
        font-size: 13px;
        line-height: 2em;
        font-family: "Lato", "Noto Sans", sans-serif;
        margin: 20px auto;
    }

    .topimg img {
        width: 100%;
        height: 200px;
        object-fit: cover;
    }

    .imgflex img {
        max-width: 40%;
    }

    .contact_btns {
        flex-flow: column;
    }

    .foruser_article {
        margin: 25px 0;
    }

    .btn,
    a.btn,
    button.btn {
        width: 100%;
    }

    a.btn--yellow.btn--cubic {
        width: 100%;
    }

    .contents-area {
        flex-flow: column;
        margin: 30px 0;
    }

    .contents-body {
        margin: 20px auto;
    }

    .leftside {
        width: 100%;
    }

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

    .rightside img {
        width: 70%;
    }

    .contents-theme {
        justify-content: center;
        margin-bottom: 20px;
    }

    .orange-m {
        color: #FF914D;
        font-size: 15px;
        line-height: 2.2em;
        font-weight: bold;
    }

    .gray-s {
        color: #545454;
        font-size: 11px;
        line-height: 2.2em;
        text-align: center;
    }

    .gray-m {
        color: #545454;
        font-size: 10px;
        line-height: 2.2em;
    }

    .red-m {
        color: #FF1616;
        font-size: 12px;
        line-height: 2.2em;
    }

    .contents-area_all {
        margin: 40px 0;
    }

    .theme-number {
        width: 40px;
        font-size: 23px;
    }

    .theme-name {
        font-size: 23px;
    }

    .img-circle img {
        width: 65px;
        height: 65px;
    }

    .contents-icons_circle {
        align-items: center;
        margin-top: 20px;
    }

    .contents-icon_circle {
        width: 50%;
    }

    .contents-comment {
        width: 33%;
    }

    .orange-s {
        color: #FF914D;
        font-size: 10px;
        line-height: 1.5em;
        margin-top: 0;
    }

    .orange-msb {
        color: #FF914D;
        font-size: 15px;
        line-height: 1.5em;
        font-weight: bold;
        text-align: center;
    }

    .gray {
        color: #545454;
        font-size: 10px;
        line-height: 1.7em;
    }

    .green-s {
        color: #64BB6E;
        font-size: 10px;
        line-height: 1.5em;
        margin-top: 0;
    }

    .blue-s {
        color: #5271FF;
        font-size: 10px;
        line-height: 1.5em;
        margin-top: 0;
    }

    .blue-msb {
        color: #5271FF;
        font-size: 13px;
        line-height: 1.5em;
        font-weight: bold;
    }

    .red {
        color: #FF1616;
        font-size: 10px;
        line-height: 1.7em;
    }

    .rightside-flex {
        width: 100%;
    }

    .forseller_btn {
        text-align: center;
        margin: 10px auto;
        width: 100%;
    }

    .btn,
    a.btn,
    button.btn {
        font-size: 1.4rem;
        font-weight: 700;
        line-height: 1.5;
        position: relative;
        display: inline-block;
        padding: 1rem 0;
        cursor: pointer;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        transition: all 0.3s;
        text-align: center;
        vertical-align: middle;
        text-decoration: none;
        letter-spacing: 0.1em;
        color: #212529;
    }

    .contact_btns-w {
        display: flex;
        justify-content: center;
        flex-flow: column;
        margin: 20px 0px;
    }

    .half img {
        height: 100%;
        margin: 20px 0 0 0;
        width: 100%;
    }


    /* contact starts */
    .contact-container {
        width: 95%;
        margin: 150px auto;
        max-width: 1140px;
    }

    .form-confirm label {
        font-size: 18px;
    }

    .confirm-contents {
        font-size: 15px;
    }

    .confirm-btns {
        flex-flow: inherit;
    }

    .confirm-btns button {
        min-width: 45%;
    }

    .checkbox-item__inner {
        background: #fff;
        width: 95%;
        margin: 5px 0;
        border-radius: 4px;
        border: 1px solid #ddd;
        cursor: pointer;
        user-select: none;
        font-size: 0.8rem;
    }

    /* contact end */

    /* thanks start */
    .thanksarea {
        width: 720px;
        margin: 0 auto;
    }

    .entrythanks {
        font-size: 15px;
        text-align: center;
        line-height: 2em;
        margin: 30px auto;
    }

    /* thanks end */

    /* taiwan start */
    .main-copy-tw {
        position: absolute;
        z-index: 2;
        top: 0;
        bottom: 0;
        left: 35%;
        margin: auto 0;
        font-family: "Lato", "Noto Sans", sans-serif;
        font-size: 3.65vw;
        font-weight: 700;
        text-shadow: 0px 2px 20px #dcdeeb;
    }

    .footer-tw {
        background-color: #e93223;
    }

    .service-wrapper_tw {
        display: flex;
        background: #fff;
        justify-content: center;
        flex-flow: column;
    }

    .service-container_tw {
        display: flex;
        justify-content: center;
        margin-bottom: 50px;
        flex-flow: row;
    }

    .service-desc_tw {
        width: 40%;
        display: flex;
        flex-flow: column;
        justify-content: center;
        align-items: center;
        padding-left: 75px;
    }

    .service-detail_tw {
        display: inline-block;
        width: 35%;
        height: 50px;
        line-height: 50px;
        border-radius: 30px;
        margin: 30px;
    }

    .detail-link_tw:hover {
        background-color: #ff6f50;
        border-radius: 30px;
    }


    .service-desc_tw h2 {
        text-align: center;
        padding: 20px;
        font-size: 1.5rem;
    }

    .service-desc_tw p {
        text-align: center;
    }

    .service-img_tw {
        width: 50%;
    }

    .service-tw {
        margin: 100px auto 0 auto;
    }

    .contact__wrapper-tw {
        width: 1200px;
        margin: 100px auto;
        display: flex;
        justify-content: space-between;
        padding: 0 60px;
        border-radius: 20px;
    }

    .contact__intro-tw {
        text-align: left;
        margin-top: 40px;
        margin-bottom: 0;
    }

    .contact__text-tw {
        line-height: 2.4;
    }

    .contact__flow-tw {
        position: relative;
        margin: 60px 0;
        width: 310px;
        height: 82px;
        line-height: 82px;
        border-radius: 5px;
    }

    .contact__link-tw {
        position: absolute;
        z-index: 2;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    .company-table-tw h1 {
        font-size: 2.5rem;
    }

    .service_list-tw {
        text-align: center;
    }

    .service_sec-tw {
        opacity: 0;
        transform: translateY(50px);
        transition: opacity 1s ease-out, transform 1s ease-out;
    }

    .service_sec-tw.visible {
        opacity: 1;
        transform: translateY(0);
    }

    .service_sec-tw p {
        font-size: 1vw;
    }


    .service_title-tw {
        font-size: 2vw;
        margin-bottom: 30px;
        padding-top: 75px;
        line-height: 3rem;
    }

    .service_sec-tw img {
        width: 70%;
    }

    .service_other {
        display: flex;
        border-top: #fae6e6 solid 2px;
        margin-top: 50px;
    }

    .service_other-content {
        width: 50%;
        padding-bottom: 50px;
    }

    .service_sec-tw .service_other-content:first-child {
        border-right: #fae6e6 solid 2px;
    }

    .trade-contents {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 70%;
        margin: 100px auto 50px auto;
        flex-flow: row;
    }

    .trade-title {
        width: 50%;
        display: flex;
        flex-flow: column;
    }

    .trade-title h3 {
        font-size: 1.5rem;
        margin-bottom: 25px;
    }

    .trade-image {
        width: 50%;
    }

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

    .trade-title a {
        color: darksalmon;
        text-decoration: underline;
    }



    /* taiwan end */
}

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

    .header__checkbox,
    .header__menuicon {
        display: none;
    }

    .header__menu {
        width: auto;
        height: 130px;
        margin-right: 40px;
        position: relative;
        opacity: 1;
        visibility: visible;
        background: none;
        top: inherit;
    }

    .header__menu-list {
        display: inline-block;
        vertical-align: top;
        padding: inherit;
        background: none;
    }

    .header__menu-link {
        position: relative;
        font-size: 1rem;
        color: #262524;
        font-weight: normal;
        display: unset;
    }

    .header__menu-link:hover:after {
        width: 100%;
        transform: scaleX(1);
        transform-origin: left center;
    }

    .entry {
        background: #1b4898;
        padding: 10px;
        border-radius: 3px;
        color: #fff;
    }

    .header__menu-link:after {
        content: "";
        position: absolute;
        display: block;
        width: 0;
        transform: scaleX(0);
        height: 5px;
        left: 0;
        right: 0;
        margin: 0 auto;
        bottom: -8px;
        transition: transform 0.3s;
        transform-origin: right center;
        background: linear-gradient(to right, #8DA3CB 0%, #1b4898 100%);
    }

    .header .p-logo {
        display: inline-block;
        font-family: "Lato", "Noto Sans", sans-serif;
        font-size: 1rem;
        font-weight: 800;
        color: #5f6368;
        margin-right: 10px;
    }

    /* taiwan start */

    .header__menu-link_tw {
        position: relative;
        font-size: 1rem;
        color: #262524;
        font-weight: normal;
        display: unset;
    }

    .header__menu-link_tw:hover:after {
        width: 100%;
        transform: scaleX(1);
        transform-origin: left center;
    }

    .header__menu-link_tw:after {
        content: "";
        position: absolute;
        display: block;
        width: 0;
        transform: scaleX(0);
        height: 5px;
        left: 0;
        right: 0;
        margin: 0 auto;
        bottom: -8px;
        transition: transform 0.3s;
        transform-origin: right center;
        background: linear-gradient(to right, #ff8271 0%, #b12219 100%);
    }

    /* taiwan end */

}


/* PC size end */