/* mv */
.mv {
    margin: 0 0 65px;
}
.mv-inner {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    margin: 0 auto;
    width: 92%;
}
.mv-text {
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    padding: 0 0 45px;
    position: relative;
}
.mv-sliders {
    flex: 1;
    margin-right: calc(60% - 60vw);
    margin-left: 50px;
    overflow: hidden;
}
.mv-sliders__video{
	width:100%;
}
.mv-text h1 {
    font-size: 44px;
    font-weight: 600;
    margin: 0 0 45px;
}
.mv-copy {
    line-height: 0;
    margin: 0 auto;
    width: 100%;
    max-width: 397px;
}
.mv-text p {
    font-family: var(--ft-zen);
    font-size: 24px;
    font-weight: 400;
    margin: 15px 0 0;
    text-align: center;
}
.mv-btn {
    margin: 35px auto 0;
    width: 100%;
    max-width: 345px;
}
.mv-btn a {
    background: var(--main-theme-color);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: var(--ft-zen);
    font-size: 26px;
    font-weight: 700;
    height: 56px;
    text-align: center;
    width: 100%;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 20px;
}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    border-radius: 0;
    height: 2px;
    width: 25px;
}
.swiper-pagination-bullet-active {
    background: var(--main-theme-color);
}
@media screen and (max-width: 1268px) {
    .mv-text h1 {
        font-size: 32px;
        margin: 0 0 45px;
    }
    .mv-copy {
        max-width: 300px;
    }
    .mv-text p {
        font-size: 21px;
        margin: 15px 0 0;
    }
    .mv-btn a {
        font-size: 21px;
        height: 50px;
    }
}
@media screen and (max-width: 968px) {
    .mv-inner {
        flex-direction: column-reverse;
    }
    .mv-text {
        padding: 15px 0 50px;
        width: 100%;
    }
    .mv-sliders {
        flex: inherit;
        margin-right: 0;
        margin-left: 0;
        width: 100%;
    }
}
@media screen and (max-width: 568px) {
    .mv-text h1 {
        font-size: 26px;
        margin: 0 0 25px;
    }
    .mv-copy {
        max-width: 280px;
    }
    .mv-text p {
        font-size: 18px;
    }
}

/* about */
.about-image {
    margin-bottom: -8%;
    padding: 0 20px;
    text-align: center;
}
.about-body {
    background: #E4F4FD;
    padding: 12% 0 60px;
}
.about-body__inner {
    margin: 0 auto;
    width: 92%;
    max-width: 1092px;
}
.about-body__inner h2 {
    border-bottom: 1px solid #181818;
    font-size: 44px;
    font-weight: 600;
    line-height: 1.4em;
    margin: 0 auto 45px;
    padding: 0 0 20px;
    width: 100%;
    max-width: max-content;
}
.about-cards {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}
.about-card {
    background: #fff;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin: 25px 0 0;
    width: 48%;
}
.about-card:nth-child(-n+2) {
    margin-top: 0;
}
.about-card__check {
    background: url(../images/icon-check.svg) no-repeat;
    background-position: center;
    background-size: 32px;
    width: 75px;
}
.about-card__txt {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0 15px;
    width: calc(100% - 205px);
}
.about-card__txt p {
    font-family: var(--ft-zen);
    font-size: 24px;
    font-weight: 400;
}
.about-card__image {
    line-height: 0;
    width: 130px;
}
@media screen and (max-width: 968px) {
    .about-body__inner h2 {
        font-size: 32px;
        margin: 0 auto 35px;
        padding: 0 0 15px;
    }
    .about-card {
        width: 48.5%;
    }
    .about-card__check {
        background-size: 25px;
        width: 50px;
    }
    .about-card__txt {
        width: calc(100% - 105px);
    }
    .about-card__txt p {
        font-size: 18px;
    }
    .about-card__image {
        width: 80px;
    }
}
@media screen and (max-width: 768px) {
    .about-image {
        margin-bottom: -20%;
    }
    .about-body {
        padding: 30% 0 60px;
    }
    .about-body__inner h2 {
        font-size: 24px;
        margin: 0 auto 35px;
        padding: 0 0 15px;
    }
    .about-card {
        width: 100%;
    }
    .about-card:nth-child(-n+2) {
        margin-top: 20px;
    }
    .about-card:first-child {
        margin-top: 0;
    }
    .about-card__check {
        background-size: 25px;
        width: 50px;
    }
    .about-card__txt {
        padding: 15px;
        width: calc(100% - 105px);
    }
    .about-card__txt p {
        font-size: 16px;
    }
    .about-card__image {
        width: 80px;
    }
}
@media screen and (max-width: 568px) {
    .about-body__inner h2 {
        font-size: 20px;
    }
}

/* copy */
.copy {
    padding: 100px 0;
    text-align: center;
}
.copy-txt h2 {
    font-size: 44px;
    font-weight: 600;
}
.copy-txt h2 .maker {
    background:linear-gradient(transparent 70%, #F8F436 70%);
}
@media screen and (max-width: 968px) {
    .copy {
        padding: 65px 0;
    }
    .copy-txt h2 {
        font-size: 32px;
    }
}
@media screen and (max-width: 768px) {
    .copy {
        padding: 45px 0;
    }
    .copy-txt h2 {
        font-size: 21px;
    }
}

/* description */
.description {
    background: #F5E1E1;
    padding: 100px 0;
}
.description-inner {
    margin: 0 auto;
    width: 92%;
    max-width: 1092px;
}
.description-head {
    margin: 0 0 65px;
    text-align: center;
}
.description-head h2 {
    font-size: 40px;
    font-weight: 600;
    line-height: 1.8em;
}
.description-head h2 span {
    background:linear-gradient(transparent 70%, #F8F436 70%);
    font-size: 44px;
    font-weight: 600;
}
.description-image {
    margin: 0 auto 65px;
    width: 100%;
    max-width: 574px;
}
.description-card {
    background: #fff;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    padding: 45px;
}
.description-card:not(:last-child) {
    margin: 0 0 45px;
}
.description-card__text {
    width: 52%;
}
.description-card__image {
    width: 45%;
}
.description-card__text h3 {
    font-family: var(--ft-zen);
    font-size: 28px;
    font-weight: 500;
    margin: 0 0 20px;
}
.description-card__text p {
    font-family: var(--ft-zen);
    font-size: 18px;
    font-weight: 400;
    line-height: 1.8em;
}
.description-copy {
    margin: 65px 0 0;
    text-align: center;
}
.description-copy h4 {
    font-size: 40px;
    font-weight: 600;
    line-height: 1.8em;
}
.description-copy h4 .maker {
    background:linear-gradient(transparent 70%, #F8F436 70%);
    font-size: 57px;
    font-weight: 600;
}
.description-copy h4 .b {
    font-size: 48px;
    font-weight: 600;
}
@media screen and (max-width: 968px) {
    .description {
        padding: 65px 0;
    }
    .description-head {
        margin: 0 0 55px;
    }
    .description-head h2 {
        font-size: 32px;
    }
    .description-head h2 span {
        font-size: 34px;
    }
    .description-card {
        padding: 30px;
    }
    .description-card__text h3 {
        font-size: 23px;
        margin: 0 0 15px;
    }
    .description-copy h4 {
        font-size: 32px;
    }
    .description-copy h4 .maker {
        font-size: 48px;
    }
    .description-copy h4 .b {
        font-size: 38px;
    }
}
@media screen and (max-width: 768px) {
    .description {
        padding: 45px 0;
    }
    .description-head h2 {
        font-size: 18px;
    }
    .description-head h2 span {
        font-size: 22px;
    }
    .description-card {
        flex-direction: column-reverse;
        padding: 25px;
    }
    .description-card__text {
        margin: 15px 0 0;
        width: 100%;
    }
    .description-card__image {
        width: 100%;
    }
    .description-card__text h3 {
        font-size: 20px;
    }
    .description-card__text p {
        font-size: 14px;
    }
    .description-copy h4 {
        font-size: 21px;
        line-height: 2em;
    }
    .description-copy h4 .maker {
        font-size: 32px;
    }
    .description-copy h4 .b {
        font-size: 28px;
    }
}

/* block */
.block-head {
    margin: 0 0 45px;
    text-align: center;
}
.block-head h2 {
    font-family: var(--ft-zen);
    font-size: 50px;
    font-weight: 500;
    line-height: 1em;
}
.block-head h2 span {
    color: #909090;
    font-family: var(--ft-robot);
    font-size: 24px;
    font-weight: 400;
}
.block-head p {
    font-family: var(--ft-zen);
    font-size: 18px;
    font-weight: 400;
    line-height: 1.8em;
    margin: 35px 0 0;
}
@media screen and (max-width: 968px) {
    .block-head {
        margin: 0 0 35px;
    }
    .block-head h2 {
        font-size: 32px;
    }
    .block-head h2 span {
        font-size: 21px;
    }
    .block-head p {
        font-size: 16px;
    }
}
@media screen and (max-width: 768px) {
    .block-head {
        margin: 0 0 25px;
    }
    .block-head h2 {
        font-size: 26px;
        line-height: 1.5em;
    }
    .block-head h2 span {
        font-size: 18px;
    }
    .block-head p {
        font-size: 14px;
        margin: 25px 0 0;
    }
}

/* products */
.products {
    padding: 100px 0;
}
.products-inner {
    margin: 0 auto;
    width: 92%;
    max-width: 1092px;
}
.products-card {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}
.products-card:not(:last-child) {
    border-bottom: 1px solid #A0A0A0;
    margin: 0 0 65px;
    padding: 0 0 35px;
}
.products-card__image {
    line-height: 0;
    width: 40%;
}
.products-card__image img {
    box-shadow: 
    0 4px 32px -4px rgba(0, 0, 0, 0.2),
    0 6px 4px -4px rgba(0, 0, 0, 0.05);
}
.products-card__text {
    width: 55%;
}
.products-card__text h3 {
    font-family: var(--ft-zen);
    font-size: 32px;
    font-weight: 500;
    margin: 0 0 20px;
}
.products-list__item {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    padding: 25px 25px 25px 0;
    position: relative;
}
.products-list__item:not(:last-child) {
    margin: 0 0 30px;
}
.products-list__item:nth-child(1) {
    background: #EAE9E7;
}
.products-list__item:nth-child(2) {
    background: #E4F4FD;
}
.products-list__item:nth-child(3) {
    background: #F5E1E1;
}
.products-list__item:not(:last-child)::after {
    background: url(../images/symbol-triangel.svg) no-repeat;
    background-position: center;
    background-size: 54px 18px;
    content: "";
    display: block;
    height: 18px;
    margin: auto;
    position: absolute;
    bottom: -25px;
    left: 0;
    right: 0;
    width: 54px;
}
.products-list__item dt,
.products-list__item dd {
    font-size: 18px
}
.products-list__item dt {
    font-weight: 500;
    text-align: center;
    width: 120px;
}
.products-list__item:nth-child(3) dt {
    font-size: 24px;
}
.products-list__item dd {
    font-weight: 400;
    width: calc(100% - 120px);
}
.yarn-contact {
    margin: 65px 0 0;
    text-align: center;
}
@media screen and (max-width: 968px) {
    .products {
        padding: 65px 0;
    }
    .products-card__text h3 {
        font-size: 24px;
        margin: 0 0 15px;
    }
    .products-list__item {
        padding: 20px 20px 20px 0;
    }
    .products-list__item dt,
    .products-list__item dd {
        font-size: 16px
    }
    .products-list__item dt {
        width: 100px;
    }
    .products-list__item:nth-child(3) dt {
        font-size: 20px;
    }
    .products-list__item dd {
        width: calc(100% - 100px);
    }
    .yarn-contact {
        margin: 55px 0 0;
    }
}
@media screen and (max-width: 768px) {
    .products {
        padding: 45px 0;
    }
    .products-card:not(:last-child) {
        margin: 0 0 45px;
        padding: 0 0 25px;
    }
    .products-card__image {
        margin: 0 0 25px;
        width: 100%;
    }
    .products-card__text {
        width: 100%;
    }
    .products-card__text h3 {
        font-size: 20px;
    }
    .products-list__item {
        padding: 15px 15px 15px 0;
    }
    .products-list__item dt,
    .products-list__item dd {
        font-size: 14px
    }
    .products-list__item dt {
        width: 75px;
    }
    .products-list__item:nth-child(3) dt {
        font-size: 18px;
    }
    .products-list__item dd {
        width: calc(100% - 75px);
    }
    .yarn-contact {
        margin: 45px 0 0;
    }
}

/* images */
.images {
    background: url(../images/images.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    height: 365px;
    width: 100%;
}
@media screen and (max-width: 768px) {
    .images {
        height: 320px;
    }
}

/* voice */
.voice {
    background: #E4F4FD;
    padding: 100px 0;
}
.voice-inner {
    margin: 0 auto;
    width: 92%;
    max-width: 1092px;
}
.voice-card {
    background: #fff;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    padding: 45px 45px 45px 0;
}
.voice-card:not(:last-child) {
    margin: 0 0 65px;
}
.voice-card__image {
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 0;
    padding: 0 25px;
    text-align: center;
    width: 35%;
}
.voice-card__image img {
    margin: 0 auto;
    width: 100%;
    max-width: 249px;
}
.voice-card__image p {
    font-family: var(--ft-zen);
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5em;
    margin: 15px 0 0;
}
.voice-card__text {
    width: 65%;
}
.voice-card__text h3 {
    font-family: var(--ft-zen);
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 20px;
}
.voice-card__text p {
    font-family: var(--ft-zen);
    font-size: 18px;
    font-weight: 400;
    line-height: 1.8em;
}
.voice-txt {
    margin: 65px 0 0;
    text-align: center;
}
.voice-txt h4 {
    font-size: 36px;
    font-weight: 600;
    line-height: 1.8em;
}
@media screen and (max-width: 968px) {
    .voice {
        padding: 65px 0;
    }
    .voice-card {
        padding: 35px 35px 35px 0;
    }
    .voice-card__image p {
        font-size: 18px;
    }
    .voice-card__text h3 {
        font-size: 20px;
        margin: 0 0 18px;
    }
    .voice-card__text p {
        font-size: 16px;
        line-height: 1.5em;
    }
    .voice-txt {
        margin: 55px 0 0;
    }
    .voice-txt h4 {
        font-size: 26px;
    }
}
@media screen and (max-width: 768px) {
    .voice {
        padding: 45px 0;
    }
    .voice-card {
        flex-direction: column;
        padding: 20px;
    }
    .voice-card:not(:last-child) {
        margin: 0 0 45px;
    }
    .voice-card__text {
        width: 100%;
    }
    .voice-card__image {
        margin: 0 0 20px;
        width: 100%;
    }
    .voice-card__image p {
        font-size: 16px;
    }
    .voice-card__text h3 {
        font-size: 18px;
        margin: 0 0 15px;
    }
    .voice-card__text p {
        font-size: 14px;
    }
    .voice-txt {
        margin: 45px 0 0;
    }
    .voice-txt h4 {
        font-size: 21px;
    }
}

/* flow */
.flow {
    padding: 100px 0;
}
.flow-inner {
    margin: 0 auto;
    width: 92%;
    max-width: 1092px;
}
.flow-card {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    position: relative;
}
.flow-card:not(:last-child) {
    margin: 0 0 130px;
}
.flow-card:not(:last-child)::after {
    background: url(../images/symbol-triangel.svg) no-repeat;
    background-position: center;
    background-size: contain;
    content: "";
    display: block;
    height: 28px;
    margin: auto;
    position: absolute;
    bottom: -75px;
    left: 0;
    right: 0;
    width: 84px;
}
.flow-step {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    text-align: center;
    width: 200px;
}
.flow-step::after {
    background: #181818;
    content: "";
    display: block;
    height: 90%;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 1px;
}
.flow-step p {
    font-family: var(--ft-robot);
    font-size: 32px;
    font-weight: 300;
    line-height: 1.4em;
}
.flow-step p span {
    display: block;
    font-family: var(--ft-robot);
    font-size: 48px;
    font-weight: 300;
}
.flow-text {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 35px;
    width: calc(100% - 451px);
}
.flow-text h3 {
    font-family: var(--ft-zen);
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 10px;
}
.flow-text p {
    font-family: var(--ft-zen);
    font-size: 16px;
    font-weight: 400;
}
.flow-image {
    line-height: 0;
    width: 251px;
}
.estimate-btn {
    margin: 20px 0 0;
    width: 100%;
    max-width: 345px;
}
.estimate-btn a {
    background: var(--main-theme-color);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: var(--ft-zen);
    font-size: 26px;
    font-weight: 700;
    height: 56px;
    text-align: center;
    width: 100%;
}
@media screen and (max-width: 968px) {
    .flow {
        padding: 65px 0;
    }
    .flow-card:not(:last-child) {
        margin: 0 0 100px;
    }
    .flow-card:not(:last-child)::after {
        height: 18px;
        bottom: -65px;
        width: 60px;
    }
    .flow-step {
        width: 150px;
    }
    .flow-step p {
        font-size: 24px;
    }
    .flow-step p span {
        font-size: 32px;
    }
    .flow-text {
        padding: 10px 25px;
        width: calc(100% - 300px);
    }
    .flow-text h3 {
        font-size: 20px;
    }
    .flow-image {
        width: 150px;
    }
    .estimate-btn {
        margin: 15px 0 0;
        max-width: 250px;
    }
    .estimate-btn a {
        font-size: 20px;
        height: 45px;
    }
}
@media screen and (max-width: 768px) {
    .flow {
        padding: 45px 0;
    }
    .flow-card:not(:last-child) {
        margin: 0 0 65px;
    }
    .flow-card:not(:last-child)::after {
        height: 15px;
        bottom: -40px;
        width: 50px;
    }
    .flow-step {
        width: 70px;
    }
    .flow-step p {
        font-size: 14px;
    }
    .flow-step p span {
        font-size: 20px;
    }
    .flow-text {
        padding: 5px 20px;
        width: calc(100% - 170px);
    }
    .flow-text h3 {
        font-size: 18px;
    }
    .flow-text p {
        font-size: 14px;
    }
    .flow-image {
        width: 100px;
    }
    .estimate-btn a {
        font-size: 18px;
        height: 40px;
    }
}
@media screen and (max-width: 568px) {
    .flow-card {
        position: relative;
    }
    .flow-card:not(:last-child)::after {
        height: 14px;
        width: 45px;
    }
    .flow-step {
        position: static;
        width: 40px;
    }
    .flow-step::after {
        height: 100%;
        left: 50px;
        right: inherit;
    }
    .flow-text {
        padding: 5px 0 5px 25px;
        width: calc(100% - 40px);
    }
    .flow-image {
        margin: 20px 0 0 auto;
        width: calc(100% - 65px);
    }
    .estimate-btn a {
        font-size: 16px;
    }
}

/* faq */
.faq {
    background: #E4F4FD;
    padding: 100px 0;
}
.faq-inner {
    margin: 0 auto;
    width: 92%;
    max-width: 1000px;
}
.faq-list__item {
    border-bottom: 1px solid #BFBFBF;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
	flex-direction: column;
    padding: 0 0 35px;
    position: relative;
}
.faq-list__item:not(:last-child) {
    margin: 0 0 35px;
}
.faq-list__item dt::before,
.faq-list__item dd::before {
    font-family: var(--ft-robot);
    font-size: 18px;
    font-weight: 400;
    margin: 0 35px 0 0;
}
.faq-list__item dt::before {
    content: "Q";
}
.faq-list__item dd::before {
    content: "A";
}
.faq-list__item dt,
.faq-list__item dd {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.faq-list__item dt {
    margin: 0 0 25px;
}
.faq-list__item dt p,
.faq-list__item dd p {
    font-family: var(--ft-zen);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.8em;
}
@media screen and (max-width: 968px) {
    .faq {
        padding: 65px 0;
    }
    .faq-list__item dt {
        margin: 0 0 15px;
    }
}
@media screen and (max-width: 768px) {
    .faq {
        padding: 45px 0;
    }
    .faq-list__item {
        padding: 0 0 25px;
    }
    .faq-list__item:not(:last-child) {
        margin: 0 0 25px;
    }
    .faq-list__item dt::before,
    .faq-list__item dd::before {
        font-size: 16px;
        margin: 0 25px 0 0;
    }
    .faq-list__item dt p,
    .faq-list__item dd p {
        font-size: 14px;
    }
}

/* contact */
.contact {
    background: #E4F4FD;
    padding: 35px 0;
}
.contact-inner {
    background: #fff;
    margin: 0 auto;
    padding: 100px 0;
    width: 95%;
}
.contact-banner {
    margin: 0 auto 45px;
    text-align: center;
    width: 92%;
    max-width: 534px;
}
.contact-forms {
    margin: 0 auto;
    width: 92%;
    max-width: 1000px;
}
.contact-forms__list {
    margin: 0 0 45px;
}
.contact-list__item {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}
.contact-list__item:not(:last-child) {
    margin: 0 0 35px;
}
.contact-list__item dt {
    position: relative;
    width: 250px;
}
.contact-list__item.required dt::after {
    background: #A6A6A6;
    border-radius: 50px;
    color: #fff;
    content: "必須";
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: var(--ft-zen);
    font-size: 14px;
    font-weight: 400;
    height: 18px;
    margin: auto;
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    text-align: center;
    width: 45px;
}
.contact-list__item dt label {
    font-family: var(--ft-zen);
    font-size: 16px;
    font-weight: 500;
    padding: 0 55px 0 0;
}
.contact-list__item dd {
    padding-left: 25px;
    width: calc(100% - 250px);
}
.policy-text {
    border: 1px solid #181818;
    height: 200px;
    overflow-y: auto;
    padding: 25px;
}
.policy-texct p {
    font-size: 16px;
    line-height: 1.8em;
}
.contact-list__btn {
    margin: 35px 0 0;
    text-align: center;
}

.contact-list__item input,
.contact-list__item textarea,
.contact-list__btn input {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: #fff;
    border: 1px solid #181818;
    display: block;
    font-family: var(--ft-zen);
    font-size: 16px;
    font-weight: 400;
    outline: none;
    padding: 10px;
    width: 100%;
}
.contact-list__btn input {
    background: var(--main-theme-color);
    border: 0;
    color: #fff;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 26px;
    font-weight: 700;
    height: 56px;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    max-width: 345px;
}
@media screen and (max-width: 968px) {
    .contact-inner {
        padding: 65px 0;
    }
}
@media screen and (max-width: 768px) {
    .contact-inner {
        padding: 45px 0;
    }
    .contact-list__item dt {
        margin: 0 0 5px;
        width: 100%;
    }
    .contact-list__item dd {
        padding: 0;
        width: 100%;
    }
    .policy-text {
        padding: 15px;
    }
    .contact-list__btn input {
        font-size: 20px;
        height: 45px;
        max-width: 300px;
    }
}

/* company */
.company {
    background: #E4F4FD;
    padding: 100px 0;
}
.company-inner {
    margin: 0 auto;
    width: 92%;
    max-width: 1000px;
}
.company-list__item {
    border-bottom: 1px solid #181818;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 0 0 20px;
}
.company-list__item:not(:last-child) {
    margin: 0 0 20px;
}
.company-list__item dt,
.company-list__item dd {
    font-family: var(--ft-zen);
    font-size: 16px;
}
.company-list__item dt {
    font-weight: 700;
    width: 175px;
}
.company-list__item dd {
    width: calc(100% - 175px);
}
@media screen and (max-width: 968px) {
    .company {
        padding: 65px 0;
    }
}
@media screen and (max-width: 768px) {
    .company {
        padding: 45px 0;
    }
    .company-list__item dt {
        margin: 0 0 5px;
        width: 100%;
    }
    .company-list__item dd {
        width: 100%;
    }
}

/* blockname */
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}

/* blockname */
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}