.u-desktop,
.u-hidden {
    display: none;
}
.mb0 {
    margin-bottom: 0 !important;
}
body {
    font-family: Hiragino Kaku Gothic ProN, Hiragino Sans;
    color: #393939;
}
.rotation {
    animation: a 6s infinite linear;
}
@keyframes a {
    0% {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(-1turn);
    }
}
.horizontal {
    animation: d 10s linear infinite;
}
.horizontal-pt2 {
    animation: b 12s linear infinite;
}
@keyframes b {
    0% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(-50px);
    }
    to {
        transform: translateX(0);
    }
}
.fly {
    animation: c 14s linear infinite;
}
@keyframes c {
    0% {
        transform: translate(0) rotate(0deg);
    }
    25% {
        transform: translate(15px, -15px) rotate(5deg);
    }
    50% {
        transform: translate(30px, 15px) rotate(-10deg);
    }
    75% {
        transform: translate(-15px, 30px) rotate(-5deg);
    }
    to {
        transform: translate(0) rotate(0deg);
    }
}
.horizontal-pt3 {
    animation: d 12s linear infinite;
}
@keyframes d {
    0% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(50px);
    }
    to {
        transform: translateX(0);
    }
}
.downup {
    animation: e 4s linear infinite;
}
@keyframes e {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px) rotate(-2deg);
    }
    to {
        transform: translateY(0);
    }
}
.js-fadeUp {
    opacity: 0;
}
.fadeUp,
.js-fadeUp.is-active {
    animation: f 0.5s forwards;
    opacity: 0;
}
@keyframes f {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.nav-item {
    border-bottom: 1px solid #ddd;
}
.nav-link-box:last-of-type .nav-item {
    border-bottom: none;
}
.nav-item {
    margin: 0;
    padding: 5px 30px;
}
.nav-link-box:first-of-type .nav-item {
    padding: 5px 20px;
}
a {
    text-decoration: none;
    color: inherit;
}
main {
    width: 100%;
    margin: 0 auto;
}
.container {
    padding-top: 13.75rem;
    padding-bottom: 7.1875rem;
    max-width: 1078px;
    margin: 0 auto;
}
*,
:after,
:before {
    box-sizing: border-box;
}
ol,
ul {
    padding: 0;
}
blockquote,
body,
dd,
dl,
figure,
h1,
h2,
h3,
h4,
ol,
p,
ul {
    margin: 0;
}
html {
    scroll-behavior: smooth;
}
body {
    min-height: 100vh;
    text-rendering: optimizeSpeed;
    line-height: 1.5;
}
ol,
ul {
    list-style: none;
}
a:not([class]) {
    -webkit-text-decoration-skip: ink;
    text-decoration-skip-ink: auto;
}
img {
    max-width: 100%;
    display: block;
    width: 100%;
}
article > * + * {
    margin-top: 1em;
}
img:not([alt]) {
    filter: blur(10px);
}
button,
input,
select,
textarea {
    -webkit-appearance: none;
    appearance: none;
    background: transparent;
    border: none;
    border-radius: 0;
    font: inherit;
    outline: none;
}
textarea {
    resize: vertical;
}
input[type="checkbox"],
input[type="radio"] {
    display: none;
}
button,
input[type="button"],
input[type="submit"],
label,
select {
    cursor: pointer;
}
select::-ms-expand {
    display: none;
}
p {
    font-size: 0.875rem;
    line-height: 2rem;
    font-weight: 300;
}
.green {
    color: #8cc221;
}
.bold {
    font-weight: 700 !important;
}
.footer {
    text-align: center;
    padding-top: 20px;
}
.footer_logo {
    width: 20.3125rem;
    height: auto;
    margin: 0 auto;
}
.copyright {
    margin-top: 1.5625rem;
}
.copyright small {
    font-size: 1.125rem;
    color: gray;
    line-height: 2.5rem;
    letter-spacing: 0.01875rem;
}
.form__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 2.625rem;
}
.form__item:last-of-type {
    margin-bottom: 0;
}
.form__item:nth-of-type(2) {
    margin-bottom: 2.4375rem;
}
.form__label {
    font-size: 1.75rem;
    line-height: 2rem;
    margin-bottom: 1.25rem;
    letter-spacing: -0.03125rem;
}
input {
    padding: 0.75rem 0;
    border-bottom: 0.0625rem solid #bababa;
}
textarea {
    padding: 2rem;
    border: 0.0625rem solid #bababa;
    height: 15.3125rem;
    margin-top: 0.375rem;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #bababa;
    font-size: 1.75rem;
    line-height: 2rem;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #bababa;
    font-size: 1.75rem;
    line-height: 2rem;
}
input:-ms-input-placeholder,
input::-ms-input-placeholder,
textarea:-ms-input-placeholder,
textarea::-ms-input-placeholder {
    color: #bababa;
    font-size: 1.75rem;
    line-height: 2rem;
}
input::placeholder,
textarea::placeholder {
    color: #bababa;
    font-size: 1.75rem;
    line-height: 2rem;
}
textarea::-webkit-input-placeholder {
    letter-spacing: -0.0625rem;
}
textarea::-moz-placeholder {
    letter-spacing: -0.0625rem;
}
textarea:-ms-input-placeholder,
textarea::-ms-input-placeholder {
    letter-spacing: -0.0625rem;
}
textarea::placeholder {
    letter-spacing: -0.0625rem;
}
.form__btn {
    text-align: center;
    transition: all 0.3s;
}
.form__btn:hover {
    opacity: 0.8;
}
.form__btn button {
    width: 27.375rem;
    height: 7.0625rem;
    background-color: #4d4d4d;
    color: #fff;
    font-size: 1.625rem;
    line-height: 1.625rem;
    margin: 5.5625rem auto 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 700;
    letter-spacing: 0.21875rem;
}
.form__btn button img {
    width: 2.5rem;
    height: auto;
    -ms-transform: rotate(9deg);
    transform: rotate(9deg);
    margin-right: 2.5rem;
    margin-left: -0.75rem;
}
.inner {
    width: 100%;
    padding-right: 50px;
    padding-left: 50px;
    margin-right: auto;
    margin-left: auto;
}
.section__title {
    font-size: 2.875rem;
    font-weight: 300;
    letter-spacing: 0.8125rem;
    padding-left: 0.6875rem;
}
.page__title,
.section__title {
    text-align: center;
    line-height: 1.875rem;
}
.page__title {
    font-size: 2.8125rem;
    font-weight: 700;
    margin-bottom: 2.3125rem;
    letter-spacing: 0.15625rem;
}
.page__subtitle {
    font-size: 1.625rem;
    line-height: 1.875rem;
    letter-spacing: 0.40625rem;
    padding-left: 5px;
    text-align: center;
}
.kv {
    height: 59.625rem;
    position: relative;
    overflow: hidden;
}
.kv__copy {
    text-align: center;
    position: absolute;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 39.5%;
    left: 50%;
    width: 100%;
}
.kv__copy p {
    font-size: 1.5rem;
    line-height: 1.625rem;
    font-weight: 700;
    margin-bottom: 2.6875rem;
    letter-spacing: 0.40625rem;
    padding-left: 1.875rem;
}
.kv__logo {
    width: 24.5rem;
    height: auto;
    margin: 0 auto;
    padding-right: 0.5rem;
}
.kv__cloud-l {
    width: 10.3125rem;
    top: 7.9375rem;
    left: 5.625rem;
}
.kv__cloud-l,
.kv__cloud-r {
    height: auto;
    position: absolute;
}
.kv__cloud-r {
    width: 6.9375rem;
    top: 32.1875rem;
    right: 3.5rem;
}
.kv__plane {
    width: 6.25rem;
    height: auto;
    position: absolute;
    top: 10.625rem;
    right: 6.4375rem;
}
.kv__line {
    position: absolute;
    bottom: 17.1875rem;
    -ms-transform: scale(1.8);
    transform: scale(1.8);
}
.kv__ship {
    width: 14.4375rem;
    height: auto;
    position: absolute;
    bottom: 10.5rem;
    left: 8.5625rem;
}
.t-about {
    padding: 2.5rem 2.5rem 3.375rem;
    background-color: #fff;
    background-image: radial-gradient(#393939 18%, transparent 0);
    background-size: 10px 10px;
}
.t-about__inner {
    background-color: #fff;
    padding: 8.0625rem 4.25rem 0;
    text-align: center;
}
.t-about__title {
    margin-bottom: 5.5rem;
}
.t-about-media {
    margin-bottom: 4.6875rem;
}
.t-about-media:nth-of-type(2) .t-about-media__text,
.t-about-media__title {
    letter-spacing: 0.0625rem;
}
.t-about-media__title {
    background-color: #818181;
    color: #fff;
    display: inline-block;
    width: 10.4375rem;
    border-radius: 1.5625rem;
    position: relative;
    margin-bottom: 1.6875rem;
    font-size: 1.5rem;
    line-height: 1.875rem;
    font-weight: 300;
    padding: 0.3125rem 0;
}
.t-about-media__title:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -0.3125rem;
    border: 0.3125rem solid transparent;
    border-top: 0.5rem solid #818181;
}
.t-about-media__text {
    font-size: 2rem;
    line-height: 3.375rem;
    letter-spacing: 0.125rem;
    font-weight: 700;
}
.value-list {
    margin-bottom: 3.25rem;
}
.value-item {
    margin-bottom: 1.71875rem;
}
.value-item__title {
    font-size: 1.875rem;
    line-height: 4.625rem;
    letter-spacing: 0.125rem;
}
.value-item__text {
    font-size: 1.375rem;
    line-height: 2.1875rem;
    margin-top: -0.1875rem;
}
.t-about-media__ill {
    width: 24.25rem;
    height: auto;
    margin: 0 auto;
}
.t-business {
    padding-top: 9.875rem;
    padding-bottom: 12.8125rem;
}
.t-business__title {
    margin-bottom: 7.125rem;
}
.t-business-media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
}
.t-business-media__item {
    /* 
    background-color: #f5f5f5;
     */
    padding: 4.1875rem 0 0;
    max-width: 37.5rem;
    width: 100%;
    height: 100%;/* 24.5625rem; */
    border-radius: 4.1875rem;
    margin: 0 auto 6.3125rem;
    position: relative;
}
.t-business-media__title {
    font-size: 2rem;
    line-height: 4rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 1.875rem;
}
.sdgs__line::before {
    position: absolute;
    bottom: 25rem;
    right: 4.5rem;
    content: '';
    width: 30rem;
    border-bottom: 2px solid #818181;
}
.advertis__line::before {
    position: absolute;
    bottom: 10rem;
    right: 4.5rem;
    content: '';
    width: 30rem;
    border-bottom: 2px solid #818181;
}
.life__line::before {
    position: absolute;
    bottom: 7rem;
    right: 4.5rem;
    content: '';
    width: 30rem;
    border-bottom: 2px solid #818181;
}

.t-business-media__text {
    font-size: 1.5rem;
    line-height: 2.9375rem;
    max-width: 29.6875rem;
    width: 100%;
    margin: 0 auto;
    letter-spacing: 0.01875rem;
}
.t-business-media__item.one .t-business-media__ill {
    width: 7.4375rem/*5.4375rem*/;
    height: auto;
    position: absolute;
    bottom: -3.75rem/*3.25rem*/;
    right: 2.5625rem/*1.5625rem*/;
}
.t-business-media__item.one .t-business-media__ill2 {
    width: 6.125rem;
    height: auto;
    position: absolute;
    bottom: -2.1875rem;
    right: 5.0625rem;
}
.t-business-media__item.two .t-business-media__ill {
    width: 7rem;
    height: auto;
    position: absolute;
    bottom: 15rem;
    right: 1.0625rem;
}
.t-business-media__item.three .t-business-media__ill {
    width: 6.4375rem;
    height: auto;
    position: absolute;
    bottom: -2.375rem;
    right: 4.25rem;
}
.t-business-media__item.four .t-business-media__ill {
    width: 4.75rem/*6.75rem*/;
    height: auto;
    position: absolute;
    bottom: -5.125rem/*-2.125rem*/;
    right: 4.125rem/*3.125rem*/;
    -ms-transform: rotate(26deg);
    transform: rotate(26deg);
}
.ecsite__main {
    width: 70%;
    height: auto;
    display: block;
    margin: auto;
    overflow: hidden;
    background: #000;
}
.link__img {
    transition-duration: 0.3s
}

.link__img:hover {
    transform: scale(1.1);
    transition-duration: 0.5s;
    opacity: 0.6;
}
.urllink {
    border-bottom: 1px solid #393939;
}
.company_url {
    border-bottom: 1px solid #fff
}
.t-company {
    color: #fff;
    background-image: url(../images/bg-company_sp.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 8.4375rem;
    padding-bottom: 8.4375rem;
}
.t-company__title {
    margin-bottom: 5.5rem;
}
.t-company__table {
    margin: 0 auto;
    width: 37.625rem;
}
.t-company__table,
.t-company__table td,
.t-company__table th{
    border-collapse: collapse;
    text-align: left;
    font-size: 1.75rem;
    line-height: 3.5625rem;
}
.t-company__table th {
    font-weight: 700;
    padding-right: 3.75rem;
    vertical-align: baseline;
}
.t-company__table td {
    font-weight: 300;
    letter-spacing: -0.03125rem;
}
.rinji {
    color: red;
    text-align: center;
    font-size: 1.75rem;
}
.curio th,
.curio td{
    line-height: 1.5;
}
.t-biography {
    padding: 12.5vw 5.9375vw;
}
.ceo__biography {
    font-size: 3rem;
    line-height: inherit;
    border-bottom: 1px solid #c1c1c1;
    margin-bottom: 20px;
    font-weight: 500;
}
.ceo_picture {
    width: 70%;
    height: 100%;
    margin: 0 auto;
}
.biography__flex {
    display: flex;
    font-size: 3vw;
    line-height: 6.85vw;
    padding-top: 7.5vw;
    flex-wrap: wrap;
}
.biography__flex dt {
    width: 28.75vw;
}
.biography__flex dd {
    width: 59.375vw
}

.t-contact {
    padding-top: 10.25rem;
    padding-bottom: 7.5rem;
    background-color: #ededed;
}
.t-contact__title {
    margin-bottom: 4.625rem;
}
.t-contact__text {
    font-size: 1.5rem;
    line-height: 2.75rem;
    font-weight: 300;
    margin: 0 auto 5.0625rem;
    text-align: center;
}
.t-contact__form {
    max-width: 38.4375rem;
    width: 100%;
    margin: 0 auto 8.5rem;
    background-color: #fff;
    padding: 30px;

}
.t-contact__link {
    font-size: 1.5rem;
    line-height: 1.875rem;
    font-weight: 700;
    text-align: center;
}
.t-intro {
    padding-bottom: 8.75rem;
    position: relative;
}
.t-intro__title {
    margin-bottom: 6rem;
}
.t-intro__text {
    text-align: center;
    font-size: 1.75rem;
    line-height: 3.65625rem;
}
.bg-propeller {
    width: 24.375rem;
    height: auto;
    position: absolute;
    top: 32%;
    left: 24.5%;
    z-index: -1;
}
.privacypolicy {
    margin-top: 8.3125rem;
    padding: 0 2.4375rem;
    position: relative;
}
.privacypolicy p {
    margin-bottom: 2.9375rem;
    letter-spacing: 0;
}
.privacypolicy h2,
.privacypolicy p {
    font-size: 1.5rem;
    line-height: 2.9375rem;
}
.privacypolicy__link {
    text-align: center;
    font-size: 1.5rem;
    line-height: 2.5rem;
    font-weight: 700;
    display: block;
    margin-top: 8.75rem;
}
.thanks__contact {
    background-color: #fff;
}
@media screen and (min-width: 751px) {
    .u-desktop {
        display: block;
    }
    .u-mobile {
        display: none;
    }
    html {
        font-size: 1.1727272727vw;
    }
    a[href^="tel:"] {
        pointer-events: none;
    }
    .container {
        padding-top: 14rem;
        padding-bottom: 4.3125rem;
    }
    p {
        font-size: 1rem;
        line-height: 2.125rem;
    }
    .footer {
        text-align: left;
        padding-left: 2.8125rem;
    }
    .footer_logo {
        margin: 0 auto 0 0;
        width: 14.0625rem;
    }
    .copyright {
        margin-top: 0.375rem;
    }
    .copyright small {
        font-size: 0.75rem;
        padding-left: 0.125rem;
        letter-spacing: 0.025rem;
    }
    .form__item {
        margin-bottom: 1.5rem;
    }
    .form__item:nth-of-type(2) {
        margin-bottom: 1.4375rem;
    }
    .form__label {
        font-size: 1rem;
        margin-bottom: -0.5rem;
        letter-spacing: 0;
    }
    textarea {
        margin-top: 0.875rem;
        height: 7.3125rem;
        padding: 0.6875rem 1rem;
    }
    input::-webkit-input-placeholder,
    textarea::-webkit-input-placeholder {
        font-size: 1rem;
    }
    input::-moz-placeholder,
    textarea::-moz-placeholder {
        font-size: 1rem;
    }
    input:-ms-input-placeholder,
    input::-ms-input-placeholder,
    textarea:-ms-input-placeholder,
    textarea::-ms-input-placeholder {
        font-size: 1rem;
    }
    input::placeholder,
    textarea::placeholder {
        font-size: 1rem;
    }
    .form__btn button {
        width: 16.3125rem;
        height: 4.0625rem;
        font-size: 1.125rem;
        margin: 3.375rem auto 0;
        letter-spacing: 0.0875rem;
    }
    .form__btn button img {
        width: 1.6875rem;
        margin-right: 1.6875rem;
        margin-left: -0.5625rem;
    }
    .inner {
        max-width: 1100px;
        padding-left: 50px;
        padding-right: 50px;
    }
    .section__title {
        padding-left: 0;
        padding-right: 0.9375rem;
        letter-spacing: 0.8125rem;
    }
    .page__title {
        margin-bottom: 2.625rem;
    }
    .page__subtitle {
        letter-spacing: 0.45625rem;
    }
    .kv {
        height: 60.9375rem;
    }
    .kv__copy {
        top: 40.2%;
    }
    .kv__copy p {
        font-size: 1.875rem;
        line-height: 1.875rem;
        letter-spacing: 0.5625rem;
        margin-bottom: 3.375rem;
    }
    .kv__logo {
        width: 30.5rem;
        padding-right: 1.5625rem;
    }
    .kv__cloud-l {
        width: 13.3125rem;
        top: 8.125rem;
        left: 8.125rem;
    }
    .kv__cloud-r {
        width: 9.1875rem;
        top: 19.8125rem;
        right: 8.5625rem;
    }
    .kv__plane {
        top: 9.375rem;
        right: 15.6875rem;
    }
    .kv__line {
        -ms-transform: scaleX(1.1);
        transform: scaleX(1.1);
    }
    .kv__ship {
        width: 16.6875rem;
        bottom: 13.0625rem;
        left: 13.75rem;
    }
    .t-about {
        max-width: 70rem;
        margin: 0 auto;
        padding: 3.125rem;
    }
    .t-about__inner {
        padding: 7rem 0 0;
    }
    .t-about__title {
        letter-spacing: 0.875rem;
        padding-left: 1.5625rem;
        margin-bottom: 6.6875rem;
    }
    .t-about-media__flex {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        padding-left: 1.875rem;
        margin-bottom: 0.6875rem;
    }
    .t-about-media__flex .t-about-media:first-of-type {
        margin-right: 4.875rem;
    }
    .t-about-media:nth-of-type(2) .t-about-media__title {
        margin-bottom: 2rem;
    }
    .t-about-media__text {
        font-size: 1.75rem;
        line-height: 3rem;
        letter-spacing: 0.16875rem;
        padding-left: 0.625rem;
    }
    .value-list {
        position: relative;
    }
    .value-item {
        display: inline-block;
        position: absolute;
    }
    .value-item__title {
        font-size: 1.5rem;
        line-height: 2.96875rem;
    }
    .value-item__text {
        font-size: 1rem;
        line-height: 1.625rem;
        margin-top: 0;
        letter-spacing: 0.0125rem;
    }
    .t-about-media__ill {
        width: 20.5625rem;
        margin-top: 14.125rem;
        padding-right: 0.375rem;
    }
    .value-item__inner {
        position: relative;
    }
    .value-item__balloon,
    .value-item__content {
        position: absolute;
    }
    .value-item__balloon {
        z-index: -1;
    }
    .value-item {
        width: 18.0625rem;
    }
    .value-item:first-of-type {
        top: 1.9375rem;
        left: 14.9375rem;
    }
    .value-item:first-of-type .value-item__text {
        margin-left: -0.125rem;
    }
    .value-item:first-of-type .value-item__balloon {
        top: -0.8125rem;
        left: -3.4375rem;
    }
    .value-item:nth-of-type(2) {
        top: 1.9375rem;
        right: 7.9375rem;
    }
    .value-item:nth-of-type(2) .value-item__text {
        margin-left: -0.125rem;
    }
    .value-item:nth-of-type(2) .value-item__balloon {
        top: -0.8125rem;
        right: 3.0625rem;
    }
    .value-item:nth-of-type(3) {
        top: 12.6875rem;
        left: 4.5rem;
    }
    .value-item:nth-of-type(3) .value-item__text {
        letter-spacing: 0.03125rem;
    }
    .value-item:nth-of-type(3) .value-item__balloon {
        top: -1.875rem;
        left: -2.5rem;
    }
    .value-item:last-of-type {
        width: 19.3125rem;
        top: 12.6875rem;
        right: 0;
    }
    .value-item:last-of-type .value-item__text {
        margin-right: -0.25rem;
        letter-spacing: 0.01875rem;
    }
    .value-item:last-of-type .value-item__balloon {
        top: -0.875rem;
        left: -1.625rem;
        width: 19.3125rem;
    }
    .t-business {
        padding-top: 11.75rem;
        padding-bottom: 12.1875rem;
    }
    .t-business__title {
        padding-left: 1.5625rem;
        letter-spacing: 0.875rem;
        margin-bottom: 7.5rem;
    }
    .t-business-media__item {
        max-width: 39.875rem/*26.875rem*/;
        padding: 3.4375rem 0 0;
        height: 19.375rem;
        margin: 0 0 3.6875rem;
    }
    .t-business-media__title {
        font-size: 1.5rem;
        margin-bottom: 1.125rem;
        letter-spacing: 0.0625rem;
    }
    .sdgs__line::before {
        position: absolute;
        bottom: 12rem;
        right: -1.5rem;
        content: '';
        width: 43rem;
        border-bottom: 2px solid #818181;
    }

    .advertis__line::before {
        position: absolute;
        bottom: 12rem;
        right: 7.5rem;
        content: '';
        width: 25rem;
        border-bottom: 2px solid #818181;
    }
    .life__line::before {
        position: absolute;
        bottom: 12rem;
        right: 7.5rem;
        content: '';
        width: 25rem;
        border-bottom: 2px solid #818181;
    }

    .item__flex {
        display: flex
    }
    .t-business-media__text {
        font-size: 1rem;
        line-height: 2.25rem;
        max-width: 20.625rem;
    }
    .t-business-media__item.one .t-business-media__ill {
        width: 5.3125rem;
        bottom: 2.5625rem;
        right: 5.5625rem;
    }
    .t-business-media__item.one .t-business-media__ill2 {
        width: 3.75rem;
        bottom: 2.5625rem;
        right: 1.75rem;
    }
    .t-business-media__item.two .t-business-media__ill {
        width: 6.5625rem;
        bottom: 0.9375rem;
        right: -9.0625rem;
    }
    .t-business-media__item.three .t-business-media__ill {
        width: 3.625rem;
        bottom: -0.875rem;
        right: 4.125rem;
    }
    .t-business-media__item.four .t-business-media__ill {
        width: 3rem;
        bottom: 2rem;
        right:8rem
    }
    .t-business-media__flex {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
    }
    /*  項目削減したため、調整のため反映外す
    .t-business-media__flex:first-of-type {
        margin-left: -7.25rem;
    }
    .t-business-media__flex:last-of-type {
        margin-left: 7.5rem;
    }
    */
    .t-business-media__item.one,
    .t-business-media__item.three {
        margin-right: 3.875rem;
    }
    .t-business-media__item.two .t-business-media__text {
        padding-left: 0.375rem;
        padding: 1.5rem 0;
    }
    .t-business-media__item.four,
    .t-business-media__item.three {
        margin-bottom: 0;
        padding-top: 3.1875rem;
    }
    .t-business-media__item.four .t-business-media__text {
        padding-left: 0.3125rem;
    }
    .t-company {
        background-image: url(../images/bg-company.jpg);
        padding-top: 9.875rem;
        padding-bottom: 8.125rem;
    }
    .t-company__title {
        padding-left: 1.5rem;
        letter-spacing: 0.875rem;
        margin-bottom: 4.375rem;
    }
    .t-company__content {
        padding-left: 5.625rem;
    }
    .antique {
        width: 70%;
        margin: 0 auto;
    }
    .antique td,
    .antique th {
        padding: 16px;
        font-weight: normal;
    }
    .t-company__table {
        width: 50rem;
    }
    .t-company__table tr td span {
        padding-left: 1.5rem;
    }
    .biography h3 {
        width: 10rem;
    }
    .t-company__table,
    .t-company__table td,
    .t-company__table th  {
        font-size: 1.25rem;
        line-height: 2.875rem;
    }
    .t-company__table th {
        padding-right: 6.125rem;
    }
    .t-company__table td {
        letter-spacing: 0;
    }
    .rinji {
        color: red;
        text-align: center;
        font-size: 1.5rem;
    }
    .curio br {
        display: none;
    }
    .t-biography {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }
    .biography {
        display: flex;
        justify-content: space-between;
        flex-wrap: nowrap;
        width: 100%;
        margin: 0 auto;
        padding-left: 15%;
    }
    .ceo__biography {
        font-size: 1.5rem;
        font-weight: 400;
        padding-right: 0;
        margin-left: 49%;
        margin-bottom: 0.5rem;
        border-bottom: 0.5px solid #bdbdbd;
        letter-spacing: 0.8125rem;
    }
    .ceo_picture {
        width: 35%;
    }

    .biography__flex {
        display: flex;
        font-size: 1rem;
        padding-top: 0;
        width: 70%;
        padding-left: 5rem;
        margin: 10px auto 0;
        line-height: inherit;
    }
    .biography__flex dt {
        width: 10rem;
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
    .biography__flex dd {
        width: calc(100% - 10rem);
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
    
    .t-contact {
        padding-top: 10.5rem;
        padding-bottom: 6.8125rem;
        position: relative;
    }
    .t-contact__title {
        padding-left: 1.5625rem;
        letter-spacing: 0.875rem;
        margin-bottom: 4.8125rem;
    }
    .t-contact__text {
        font-size: 1rem;
        line-height: 2rem;
        letter-spacing: 0.03125rem;
        margin: 0 auto 3.0625rem;
    }
    .t-contact__form {
        max-width: 70rem;
        margin: 0 auto;
        padding: 60px 70px;
    }
    .t-contact__link {
        font-size: 1rem;
        position: absolute;
        right: 2.8125rem;
        margin-top: 10.125rem;
        letter-spacing: 0.03125rem;
    }
    .t-intro {
        padding-bottom: 9.3125rem;
    }
    .t-intro__title {
        margin-bottom: 6.19375rem;
    }
    .t-intro__text {
        font-size: 1.375rem;
        line-height: 3.125rem;
        letter-spacing: 0.03125rem;
    }
    .bg-propeller {
        top: 13%;
        left: 36.5%;
    }
    .privacypolicy {
        margin-top: 7.5rem;
    }
    .privacypolicy p {
        letter-spacing: 0.01875rem;
        margin-bottom: 1.875rem;
    }
    .privacypolicy h2,
    .privacypolicy p {
        font-size: 1rem;
        line-height: 1.875rem;
    }
    .privacypolicy h2 {
        letter-spacing: 0.03125rem;
    }
    .privacypolicy__link {
        font-size: 1rem;
        position: absolute;
        right: 2.9375rem;
        margin-top: 7.375rem;
    }
}
@media screen and (min-width: 1440px) {
    html {
        font-size: 16px;
    }
}
@media screen and (min-width: 1600px) {
    .bg-propeller {
        left: 39%;
    }
}
@media (max-width: 750px) {
    html {
        font-size: 2.1818181818vw;
    }
    .t-about {
        background-size: 6px 6px;
    }
}
/*# sourceMappingURL=map/styles.css.map */
