@charset "UTF-8";
html {
    box-sizing: border-box;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    min-width: 320px;
}
*,
::after,
::before {
    background-repeat: no-repeat;
    box-sizing: inherit;
}
::after,
::before {
    text-decoration: inherit;
    vertical-align: inherit;
}
* {
    padding: 0;
    margin: 0;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
hr {
    overflow: visible;
}
.sec-reason .reason-flow__item .list__item .number img,
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section {
    display: block;
}
summary {
    display: list-item;
}
small {
    font-size: 80%;
}
[hidden],
template {
    display: none;
}
a,
abbr[title] {
    text-decoration: none;
}
abbr[title] {
    border-bottom: 1px dotted;
}
a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
    color: currentColor;
}
a:active,
a:hover {
    outline-width: 0;
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
}
b,
strong {
    font-weight: bolder;
}
dfn {
    font-style: italic;
}
mark {
    background-color: #ff0;
    color: #000;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
input {
    border-radius: 0;
}
[aria-controls],
[role=button],
[type=button],
[type=reset],
[type=submit],
button {
    cursor: pointer;
}
[aria-disabled],
[disabled] {
    cursor: default;
}
[type=number] {
    width: auto;
}
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}
textarea {
    overflow: auto;
    resize: vertical;
}
button,
input,
optgroup,
select,
textarea {
    font: inherit;
}
optgroup {
    font-weight: 700;
}
button {
    overflow: visible;
}
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: 0;
    padding: 0;
}
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button:-moz-focusring {
    outline: ButtonText dotted 1px;
}
[type=reset],
[type=submit],
button,
html [type=button] {
    -webkit-appearance: button
}
button,
select {
    text-transform: none;
}
button,
input,
select,
textarea {
    background-color: transparent;
    border-style: none;
    color: inherit;
}
select {
    -moz-appearance: none;
    -webkit-appearance: none;
}
select::-ms-expand {
    display: none
}
select::-ms-value {
    color: currentColor;
}
legend {
    border: 0;
    color: inherit;
    display: table;
    max-width: 100%;
    white-space: normal;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
img {
    border-style: none;
}
progress {
    vertical-align: baseline;
}
svg:not(:root) {
    overflow: hidden;
}
audio,
canvas,
progress,
video {
    display: inline-block
}
[aria-busy=true] {
    cursor: progress;
}
::-moz-selection {
    background-color: #b3d4fc;
    color: #000;
    text-shadow: none;
}
::selection {
    background-color: #b3d4fc;
    color: #000;
    text-shadow: none;
}
:root {
    --swiper-theme-color: #007aff;
    --swiper-navigation-size: 44px;
}
.u-d-none {
    display: none !important;
}
.u-d-inline {
    display: inline !important;
}
.u-d-inline-block {
    display: inline-block !important;
}
.u-d-block {
    display: block !important;
}
.u-d-table {
    display: table !important;
}
.u-d-table-row {
    display: table-row !important;
}
.u-d-table-cell {
    display: table-cell !important;
}
.u-d-flex {
    display: flex !important;
}
.u-d-inline-flex {
    display: inline-flex !important;
}
.u-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
}
.fontJp {
    font-family: YakuHanJP, "Noto Sans JP", sans-serif;
    font-weight: 500;
}
.fontEn {
    font-family: YakuHanJP, "General Sans", sans-serif;
    font-weight: 600;
}
body {
    overflow: hidden;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;;
    font-size: 14px;
    /* font-weight: 600; */
    background-color: #384d45;
    color: #4c5753;
    letter-spacing: 1px;
    -webkit-font-feature-settings: "palt" 1;
    font-feature-settings: "palt" 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}
img,
svg {
    vertical-align: middle
}
ol,
ul {
    list-style: none
}
body > img {
    display: block;
    height: 0 !important;
    font-size: 0
}
.l-container {
    width: 100%;
    padding: 0 20px;
}
.sec-contact .sec__heading {
    text-align: center;
}
/* footer */
.l-footer {
    padding: 50px 20px 24px;
    color: #ffecb7;
    text-align: center;
}
.l-footer .logo {
    position: relative;
    padding-bottom: 40px;
    margin-bottom: 20px;
}
.l-footer .logo img {
    width: 228px;
    max-width: 100%;
    height: auto;
}
.l-footer .logo::before {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    content: "";
    background: #ffecb7;
}
.l-footer .copyright .title {
    display: block;
    margin-bottom: 20px;
}
.l-footer .copyright .copy {
    display: block;
    font-size: 10px;
    line-height: 1;
}
/* mv */
.mv {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 0;
    flex-direction: column;
    height: 416px;
    color: #fff;
    text-align: center;
    background: url('../images/mv_bg.jpg') center/cover no-repeat;
    /* aspect-ratio: 16/9; */
}
.mv::before,
.mv__button::before {
    position: absolute;
    top: 0;
    content: "";
}
.mv::before,
.mv__movie {
    left: 0;
    width: 100%;
    height: 100%;
}
.mv::before {
    background: rgba(0, 0, 0, .44);
    z-index: -1;
}
.mv__movie {
    position: absolute;
    top: 0;
    z-index: -2;
    -o-object-fit: cover;
    object-fit: cover;
}
.mv__copy {
    margin-bottom: 25px;
    font-size: 16px;
    font-weight: bold;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Bold", "Yu Gothic Bold", "游ゴシック", "Yu Gothic", sans-serif;
}
.mv__heading {
    margin-bottom: 60px;
    line-height: 1;
}
.mv__heading img {
    width: 216px;
    height: auto;
}
.mv__button {
    font-size: 16px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 46px;
    border: 2px solid #fff;
}
.mv__button::before {
    right: -2px;
    bottom: 0;
    width: 42px;
    height: 2px;
    margin: auto;
    background: #fff;
}
.mv__button span {
    display: flex;
    align-items: center;
}
.mv__button span img {
    width: 150px;
    height: auto;
}
.mv__button span.btn-black,
.back span.btn-yellow {
    display: none;
}
.mv__button:active span.btn-black,
.mv__button:hover span.btn-black {
    display: flex;
}
.mv__button:active span.btn-white,
.mv__button:hover span.btn-white {
    display: none;
}
.back:active span.btn-green,
.back:hover span.btn-green {
    display: none;
}
.back:active span.btn-yellow,
.back:hover span.btn-yellow {
    display: block;
}
/* works */
.sec-works {
    background: #fff;
}
.sec-works .sec__heading {
    text-align: center;
}
.sec-works .main img {
    width: 102px;
    height: auto;
}
.sec-works .text {
    line-height: 2;
}
.sec-works.sec {
    /* padding-bottom: 104px; */
}
.sec-works .movie {
    position: relative;
    /* padding-bottom: 56.25% */
    aspect-ratio: 16/9;
}
.sec-works .movie video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.sec-works .thumb-list {
    display: flex;
    flex-wrap: wrap;
    margin: 11px -5px 0 0;
}
.sec-works .thumb-list__item {
    width: calc((100% / 4) - 5px);
    margin: 5px 5px 0 0;
}
.sec-works .thumb-list__item .thumb {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
}
.sec-works .thumb-list__item .thumb::after,
.sec-works .thumb-list__item .thumb::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    content: "";
    transition: opacity 0.3s;
}
.sec-works .thumb-list__item .thumb::before {
    background: rgba(26, 26, 26, .5);
    opacity: 0;
}
.sec-works .thumb-list__item .thumb::after {
    background: url('../images/movie_icon.svg') center/21.5% no-repeat;
}
.sec-works .thumb-list__item .thumb.is-active::before {
    opacity: 1;
}
.sec-works .thumb-list__item .thumb.is-active::after {
    opacity: 0;
}
.sec-works .thumb-list__item img {
    width: 100%;
    height: auto;
    transition: transform 0.6s cubic-bezier(0.19,1,0.22,1);
    transition: transform 0.6s cubic-bezier(0.19,1,0.22,1), -webkit-transform 0.6s cubic-bezier(0.19,1,0.22,1);
}

/* about */
.sec-about .main img {
    width: 142px;
    height: auto;
}
.sec-about .text-wrap {
    text-align: left;
    color: #ffedb7;
}
.sec-about .text {
    line-height: 2;
}
.sec-about .image-wrap {
    position: relative;
    z-index: 0;
    margin: 80px -20px 0;
}
.sec-about .image-wrap::before {
    position: absolute;
    top: 85px;
    right: 0;
    bottom: 111px;
    left: 20px;
    z-index: -1;
    display: block;
    content: "";
    background: #6b7669;
}
.sec-about .image img,
.sec-member .card img,
.sec-quality .image img {
    width: 100%;
    height: auto
}
.sec-about .image:nth-child(1),
.sec-about .image:nth-child(3) {
    width: 69.3333%;
    margin-bottom: 20px
}
.sec-about .image:nth-child(2),
.sec-about .image:nth-child(4) {
    width: 90.4%;
    margin-left: auto;
    margin-bottom: 16px
}

/* member */
.sec-member {
    background: #fff;
}
.sec-member .sec__heading {
    text-align: center;
}
.sec-member .main img {
    width: 122px;
    height: auto;
}
.sec-member .member-list {
    display: flex;
    flex-wrap: wrap;
    margin: -10px -10px 0 0
}
.sec-member .member-list__item {
    width: calc(50% - 10px);
    margin: 10px 10px 0 0
}
.sec-member .card {
    position: relative;
    display: block;
    overflow: hidden
}
.sec-member .card::before {
    position: absolute;
    top: -50%;
    bottom: -50%;
    left: 0;
    display: block;
    width: 100%;
    height: 200%;
    margin: auto;
    content: "";
    background: linear-gradient(205deg,rgba(247,38,86,.4),rgba(47,151,255,.4));
    opacity: 0;
    transition: opacity 0.6s cubic-bezier(0.19,1,0.22,1), transform 0.6s cubic-bezier(0.39,.575,0.565,1), -webkit-transform 0.6s cubic-bezier(0.39,.575,0.565,1);
    -webkit-transform: translateY(-25%);
    transform: translateY(-25%)
}
.sec-member .membersInfo {
    margin-top: 10px;
}
.sec-member .membersInfo dt {
    font-size: 14px;
    font-weight: 600;
}
.sec-member .membersInfo dd {
    font-size: 14px;
}
/* 完了画面 */
.l-header {
    text-align: center;
    padding: 16px;
}
.l-header__logo img {
    width: 224px;
    height: auto;
}
.sec-complete {
    background: #fff;
    padding: 88px 0 80px;
    text-align: center
}
.sec-complete__heading {
    margin-bottom: 32px;
}
.sec-complete__heading img {
    width: 224px;
    height: auto;
}
.sec-complete .text {
    font-size: 14px;
    font-weight: bold;
    line-height: 2
}
.sec-complete .back {
    max-width: 340px;
    height: 40px;
    margin: 45px auto 0
}
.sec-complete .back a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #384D45;
    font-size: 18px;
    border: 1px solid #384D45;
}
.sec-complete .back a img {
    width: 48px;
    height: auto;
}

.sec-complete .back a::before,
.sec-quality::after {
    position: absolute;
    bottom: 0;
    margin: auto;
    content: "";
    background: #1a1a1a;
}
.sec-complete .back a::before {
    background: #384D45;
}
.sec-complete .back a::before {
    top: 0;
    right: -1px;
    width: 41px;
    height: 1px
}
.sec-contact {
    color: #fff;
    background: url('../images/contact_bg.jpg') center/cover no-repeat
}
.sec-contact.sec {
    padding: 67px 0 100px
}
.sec-contact .note {
    margin-top: -14px;
    font-size: 12px;
    line-height: 1;
    text-align: center
}
.sec-contact .form {
    margin-top: 40px
}
.sec-contact .form .unit {
    margin-top: 30px
}
.sec-contact .form .unit__title {
    margin-bottom: 10px;
    line-height: 1
}
.sec-contact .form .unit__title.required::after {
    margin-left: 10px;
    content: "*"
}
.sec-contact .form .unit__content input,
.sec-contact .form .unit__content textarea {
    display: block;
    width: 100%;
    padding: 7px 15px;
    color: #1a1a1a;
    background: #fff
}
.sec-contact .form .unit__content textarea {
    height: 265px
}
.l-container .form .unit dd ul {
    margin-bottom: 40px;
}
.l-container .form .unit dd ul {
    margin-top: 12px;
}
.mwform-checkbox-field label {
    background: rgba(255,255,255,0.1);
    padding: 12px;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.mwform-checkbox-field label input {
    width: 16px;
    height: 16px;
    margin-right: 10px;
}
.unit dd a{
    text-decoration: underline;
}
.sec-contact .form .unit__content .error {
    color: #ff9e9e;
    margin-top: 5px;
    font-size: 12px
}
.sec-contact .form__submit {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 46px;
    margin-top: 15px;
    font-size: 20px;
    border: 2px solid #fff
}
.sec-contact .form__submit::before {
    position: absolute;
    top: 0;
    right: -2px;
    bottom: 0;
    width: 42px;
    height: 2px;
    margin: auto;
    content: "";
    background: #fff
}
.sec-contact .form {
	position: relative;
}
.overlay {
	display: block;
	position: absolute;
	width: 100%;
	height: 50px;
	background: #000;
	bottom: 0;
	left: 0;
	opacity: .5;
}
.sec-contact p.txt {
    margin-top: 15px;
}
.sec-contact p.txt a {
    text-decoration: underline;
}
.sec-contact p.txt a:hover {
    text-decoration: none;
}

/* feature */
.sec-feature .main img {
    width: 190px;
    height: auto;
}
.sec-feature {
    background-color: #fff;
}
.sec-feature .sec__heading {
    text-align: center;
}
.sec-feature .feature-list {
    margin-bottom: -10px
}
.sec-feature .feature-list__item {
    margin-bottom: 10px
}
.sec-feature .feature-list .card {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 230px;
    background: center/cover no-repeat;
}
.sec-feature .feature-list .card__text {
    font-size: 24px;
    line-height: 1.5;
    color: #FFECB7;
    font-weight: bold;
}
.sec-feature .feature-list .card1 {
    background-image: url('../images/feature_bg1.png')
}
.sec-feature .feature-list .card2 {
    background-image: url('../images/feature_bg2.png')
}
.sec-feature .feature-list .card3 {
    background-image: url('../images/feature_bg3.png')
}

/* flow */
.sec-flow .sec__heading {
    text-align: center;
}
.sec-flow .sec__heading .sub {
    color: #FFECB7;
}
.sec-flow .flow-list {
    margin-bottom: -55px
}
.sec-flow .flow-list__item {
    margin-bottom: 55px
}
.sec-flow .flow-list__item .title {
    position: relative;
    z-index: 0;
    display: flex;
    align-items: center;
    margin-bottom: 10px
}
.sec-flow .flow-list__item .title::before {
    position: absolute;
    bottom: -50px;
    left: -10px;
    z-index: -1;
    width: 86px;
    height: 86px;
    content: "";
    background: #6B7669;
    border-radius: 50%
}
.sec-flow .flow-list__item .title__number {
    font-size: 40px;
    line-height: 1;
    display: block;
    flex: 0 0 auto;
    width: 40px
}
.sec-flow .flow-list__item .title__text {
    display: block;
    flex: 1 1 auto;
    font-size: 16px;
    line-height: 1.5;
    color: #FFECB7;
}
.sec-flow .flow-list__item .text {
    position: relative;
    margin-left: 16px;
    line-height: 1.75;
    color: #FFECB7;
}

.sec-quality {
    position: relative;
    padding: 69px 0 119px;
    background-color: #fff;
}
.sec-quality .sec__heading {
    text-align: center;
}
.sec-quality::after {
    right: 0;
    left: 0;
    width: 1px;
    height: 58px
}
.sec-quality__heading {
    font-size: 30px;
    margin-bottom: 22px;
    text-align: center
}
.sec-quality .image-wrap {
    position: relative;
    z-index: 0
}
.sec-quality .image-wrap::before {
    position: absolute;
    top: 85px;
    right: 0;
    bottom: 59px;
    left: 20px;
    z-index: -1;
    content: "";
    background: #6B7669;
}
.sec-quality .image {
    width: 69.3333%
}
.sec-quality .image:nth-child(1) {
    margin: 0 0 20px -20px
}
.sec-quality .image:nth-child(2) {
    margin: 0 -20px 0 auto
}
.sec-quality .text-wrap {
    margin-top: 60px;
    text-align: center
}
.sec-quality .text-wrap .main {
    margin-top: 10px;
    font-size: 20px;
    font-weight: bold;
}
/* reason */
.sec-reason {
    text-align: center;
    background: #22332E;
}
.sec-reason .sec__heading .sub {
    color: #FFECB7;
}
.sec-reason .reason-flow__item {
    position: relative
}
.sec-reason .reason-flow__item:not(:first-child) {
    padding-top: 52px
}
.sec-reason .reason-flow__item:not(:first-child)::before {
    position: absolute;
    top: 20px;
    right: 0;
    left: 0;
    width: 0;
    height: 0;
    margin: auto;
    content: "";
    border: solid transparent;
    border-width: 12px 13px 0;
    border-top-color: #FFECB7;
}
.sec-reason .reason-flow__item .text {
    line-height: 1.5;
    color: #FFECB7;
}
.sec-reason .reason-flow__item .text+.text {
    margin-top: 16px
}
.sec-reason .reason-flow__item .large {
    font-size: 16px;
    line-height: 1.75
}
.sec-reason .reason-flow__item .list {
    margin-top: 20px;
    text-align: left
}
.sec-reason .reason-flow__item .list__item {
    display: flex;
    align-items: center;
    padding: 6px 15px;
    margin-top: 10px;
    letter-spacing: 0;
    background: #3D554D;
    border: 1px solid #1a1a1a;
    color: #FFECB7;
}
.sec-reason .reason-flow__item .list__item .number {
    display: block;
    width: 22px;
    line-height: 1;
}
.sec-reason .reason-flow__item .box {
    padding: 22px 0;
    text-align: center;
    background: #3D554D;
}
.sec-reason .reason-flow__item .box .text__box {
    display: inline-block;
    text-align: left;
    text-indent: -1.75em;
    padding-left: 1.75em;
}
.sec-reason .conclusion {
    max-width: 335px;
    margin: 55px auto 0;
    font-size: 20px;
    letter-spacing: 0.1em;
    color: #FFECB7;
    font-weight: bold;
}
.sec-reason .conclusion span {
    display: block;
    line-height: 1;
    background: linear-gradient(to top,#fff,#fff 90%,transparent 90%)
}
.sec-reason .conclusion span+span {
    margin-top: 14px;
}
.sec-reason .product-list {
    color: #FFECB7;
    width: 234px;
    margin: 40px auto 10px;
    border: 1px solid #FFECB7;
    border-width: 1px 0 0
}
.sec-reason .product-list__item {
    padding: 35px 0;
    border: 1px solid #FFECB7;
    border-width: 0 0 1px
}
.sec-reason .product-list__item .title {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 1;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Bold", "Yu Gothic Bold", "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: 600
}
.sec-reason .product-list__item .text {
    font-size: 14px
}
.sec {
    padding: 50px 0;
}
.sec__heading {
    margin-bottom: 32px;
}
.sec__heading .main {
    display: block;
    margin-bottom: 16px;
    line-height: 1;
}
.sec__heading .sub {
    display: block;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.7;
}
[data-whatinput=mouse]:focus,
[data-whatinput=touch]:focus {
    outline: 0
}
.btn-fix-contact {
    border: 2px solid #D0102C;
    background: #D0102C;
    color:#E0E0E0;
    text-align: center;
     width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 50;
}
.btn-fix-contact:hover {
    color: #D0102C;
    background: #E0E0E0;
}
.btn-fix-contact button {
    font-size: 16px;
    vertical-align: middle;
    cursor: pointer;
    width: 100%;
    padding: 5px;
}
#fixedTop {
    border-radius: 50%;
    padding: 12px 24px;
    right: 10px;
    bottom: 50px;
    color: #ffecb7;
    text-align: center;
    display: none;
    background: #22332e;
    border: 1px solid #ffecb7;
    position: fixed;
    z-index: 50;
}
.arrow {
    position: relative;
    display: inline-block;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
    font-size: 15px;
}
.arrow::before,
.arrow::after {
    content: "";
    position: absolute;
}
.arrow-type01::before {
    background:#ffecb7;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    width: 1px;
    height: 10px;
}
.arrow-type01::after {
    bottom: 1px;
    left: 50%;
    width: 5px;
    height: 5px;
    border-top: 1px solid#ffecb7;
    border-right: 1px solid#ffecb7;
    -webkit-transform: translateX(-50%) rotate(-45deg);
    transform: translateX(-50%) rotate(-45deg);
}

@media(min-width:320px) {
    .u-d-xs-none {
        display: none !important
    }
    .u-d-xs-inline {
        display: inline !important
    }
    .u-d-xs-inline-block {
        display: inline-block !important
    }
    .u-d-xs-block {
        display: block !important
    }
    .u-d-xs-table {
        display: table !important
    }
    .u-d-xs-table-row {
        display: table-row !important
    }
    .u-d-xs-table-cell {
        display: table-cell !important
    }
    .u-d-xs-flex {
        display: flex !important
    }
    .u-d-xs-inline-flex {
        display: inline-flex !important
    }
}
@media(min-width:375px) {
    .u-d-sm-none {
        display: none !important
    }
    .u-d-sm-inline {
        display: inline !important
    }
    .u-d-sm-inline-block {
        display: inline-block !important
    }
    .u-d-sm-block {
        display: block !important
    }
    .u-d-sm-table {
        display: table !important
    }
    .u-d-sm-table-row {
        display: table-row !important
    }
    .u-d-sm-table-cell {
        display: table-cell !important
    }
    .u-d-sm-flex {
        display: flex !important
    }
    .u-d-sm-inline-flex {
        display: inline-flex !important
    }
}
@media(min-width:768px) {
    .u-d-md-none {
        display: none !important
    }
    .u-d-md-inline {
        display: inline !important
    }
    .u-d-md-inline-block {
        display: inline-block !important
    }
    .u-d-md-block {
        display: block !important
    }
    .u-d-md-table {
        display: table !important
    }
    .u-d-md-table-row {
        display: table-row !important
    }
    .u-d-md-table-cell {
        display: table-cell !important
    }
    .u-d-md-flex {
        display: flex !important
    }
    .u-d-md-inline-flex {
        display: inline-flex !important
    }
    html {
        min-width: 1280px
    }
    body {
        font-size: 16px;
    }
    .l-container {
        width: 1088px;
        padding: 0;
        margin: 0 auto
    }
    .l-footer {
        padding: 80px 0;
    }
    .l-footer .logo {
        padding-bottom: 30px;
        margin-bottom: 40px;
    }
    .l-footer .logo img {
        width: 424px;
        height: auto;
    }
    .l-footer .logo::before {
        width: 354px;
        margin: 0 auto
    }
    .l-footer .copyright .title a:hover {
        text-decoration: underline
    }
    .l-footer .copyright .copy {
        opacity: .8
    }
    .l-header {
        min-height: 45px;
        height: auto;
        padding: 10px 0;
        text-align: center;
    }
    .l-header img {
        width: 280px;
        height: auto;
    }
    .mv {
        height: 768px;
    }
    .mv__copy {
        margin-bottom: 10px;
        font-size: 24px
    }
    .mv__heading {
        font-size: 80px;
        /* margin-bottom: 330px */
    }
    .mv__heading img {
        width: 420px;
        height: auto
    }
    .mv__button {
        font-size: 28px;
        width: 536px;
        height: 50px;
        margin: 0 auto
    }
    .mv__button span {
        display: flex;
        align-items: center;    
    }
    .mv__button img {
        width: 206px;   
        height: auto;
        transition: fill 0.3s
    }
    .mv__button:hover,
    .sec-complete .back a:hover::before {
        color: #1a1a1a;
        background-color: #fff
    }
    .mv__button:hover::before,
    .sec-contact .form__submit:hover::before {
        background-color: #1a1a1a
    }
    .sec-complete .back a:hover {
        background: #384d45;
    }
    .mv__button,
    .mv__button::before,
    .sec-complete .back a,
    .sec-complete .back a::before {
        transition: background-color 0.3s;
    }
    .sec-complete .back a:hover::before {
        background-color: #ffecb7;
    }
    .sec-about {
        position: relative;
        z-index: 0
    }
    .sec-about::before {
        position: absolute;
        top: 211px;
        right: 0;
        bottom: 195px;
        left: calc(60% + 51px);
        z-index: -1;
        display: block;
        content: "";
        background: #6B7669;
    }
    .sec-about__inner {
        display: flex;
        justify-content: space-between;
    }
    .sec-about .sec__heading {
        margin-bottom: 80px
    }
    .sec-about .text-wrap {
        width: 544px;
    }
    .sec-about .text {
        line-height: 2.2
    }
    .sec-about .image-wrap {
        width: calc(100% - 620px);
        margin: 0
    }
    .sec-about .image-wrap::before {
        content: none
    }
    .sec-about .image:nth-child(1) {
        width: 352px;
        margin-bottom: 16px
    }
    .sec-about .image:nth-child(2) {
        width: 352px
    }
    .sec-about .image:nth-child(2), .sec-about .image:nth-child(4) {
        margin-left: 200px;
    }
    .sec-complete {
        padding: 140px 0 60px;
    }
    .sec-complete__heading {
        margin-bottom: 64px;
    }
    .sec-complete__heading img {
        width: 360px;
        height: auto;
    }
    .sec-complete .text {
        font-size: 16px;
    }
    .sec-complete .back {
        width: 352px;
        margin-top: 60px
    }
    .sec-complete .back a svg {
        width: 38px;
        height: auto;
        transition: fill 0.3s
    }
    .sec-contact {
        background-image: url('../images/contact_bg_md.jpg')
    }
    .sec-contact .note {
        margin-top: -36px;
        font-size: 14px
    }
    .sec-contact .form {
        width: 536px;
        margin: 23px auto 0
    }
    .sec-contact .form .unit__title {
        font-size: 14px
    }
    .sec-contact .form__submit {
        height: 50px;
        font-size: 24px;
        transition: background-color 0.3s, color 0.3s
    }
    .sec-contact .form__submit:hover {
        color: #1a1a1a;
        background-color: #fff
    }
    .sec-contact .form__submit::before {
        transition: background-color 0.3s
    }
    .sec-feature .feature-list {
        display: flex;
        margin: 0 -16px 0 0
    }
    .sec-feature .feature-list__item {
        width: calc(33.33% - 16px);
        margin: 0 16px 0 0
    }
    .sec-flow .sec__heading {
        margin-bottom: 60px
    }
    .sec-flow .flow-list {
        margin: 0 0 -77px 133px
    }
    .sec-flow .flow-list__item {
        position: relative;
        padding: 5px 0 0 95px;
        margin-bottom: 77px
    }
    .sec-flow .flow-list__item .title {
        position: static;
        margin-bottom: 10px
    }
    .sec-flow .flow-list__item .title::before {
        top: 0;
        bottom: auto;
        left: -48px;
        width: 92px;
        height: 92px
    }
    .sec-flow .flow-list__item .title__number {
        font-size: 80px;
        line-height: 1;
        position: absolute;
        top: -20px;
        left: 0
    }
    .sec-flow .flow-list__item .title__number img {
        width: auto;
        height: 60px
    }
    .sec-flow .flow-list__item .title__text,
    .sec-reason .reason-flow__item .text strong {
        font-size: 24px
    }
    .sec-flow .flow-list__item .text {
        margin: 0;
        font-size: 16px
    }
    .sec-member .member-list {
        margin: 0 -16px 0 0
    }
    .sec-member .member-list__item {
        width: calc(25% - 16px);
        margin: 0 16px 0 0
    }
    .sec-member .card:hover::before {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    .sec-member .membersInfo dt {
        font-size: 16px;
        font-weight: 600;
    }
    .sec-member .membersInfo dd {
        font-size: 18px;
    }
    .sec-quality {
        padding: 59px 0 180px
    }
    .sec-quality::after {
        height: 100px
    }
    .sec-quality__heading {
        font-size: 70px;
        margin-bottom: 54px
    }
    .sec-quality__heading img {
        width: auto;
        height: 83px
    }
    .sec-quality .image-wrap::before {
        top: 72px;
        bottom: 60px;
        left: calc(50% - 360px)
    }
    .sec-quality .image {
        width: 536px
    }
    .sec-quality .image:nth-child(1) {
        margin: 0
    }
    .sec-quality .image:nth-child(2) {
        margin: -106px 0 0 auto
    }
    .sec-quality .text-wrap {
        margin-top: 100px
    }
    .sec-quality .text-wrap .sub {
        font-size: 24px;
        line-height: 1;
    }
    .sec-quality .text-wrap .main {
        font-size: 34px;
        line-height: 1.5
    }
    .sec-reason.sec {
        padding: 53px 0 61px
    }
    .sec-reason .sec__heading {
        margin-bottom: 76px
    }
    .sec-reason .reason-flow {
        width: 720px;
        margin: 0 auto
    }
    .sec-reason .reason-flow__item:not(:first-child) {
        padding-top: 103px
    }
    .sec-reason .reason-flow__item:not(:first-child)::before {
        top: 50px;
        border-width: 18px 19px 0
    }
    .sec-reason .reason-flow__item:nth-child(3) .text {
        line-height: 2.3333
    }
    .sec-reason .reason-flow__item .text {
        font-size: 18px
    }
    .sec-reason .reason-flow__item .text+.text {
        margin-top: 18px
    }
    .sec-reason .reason-flow__item .large {
        font-size: 24px;
    }
    .sec-reason .reason-flow__item .list__item {
        padding: 3px 117px 4px;
        font-size: 18px;
    }
    .sec-reason .reason-flow__item .list__item .number {
        width: 55px;
    }
    .sec-reason .reason-flow__item .list__item .number img {
        width: auto;
        height: 13px;
    }
    .sec-reason .reason-flow__item .box .text {
        line-height: 1.6;
    }
    .sec-reason .conclusion {
        width: 550px;
        max-width: 100%;
        margin-top: 75px;
        font-size: 34px;
    }
    .sec-reason .conclusion span {
        background: linear-gradient(to top,#fff,#fff 60%,transparent 60%)
    }
    .sec-reason .conclusion span+span {
        margin-top: 16px
    }
    .sec-reason .product-list {
        display: flex;
        width: 748px;
        margin-top: 60px;
        border-width: 0 0 0 1px
    }
    .sec-reason .product-list__item {
        flex: 1 1 auto;
        width: 100%;
        padding: 18px 0;
        border-width: 0 1px 0 0
    }
    .sec-reason .product-list__item .text {
        font-size: 14px
    }
    .sec-works .movie-wrap {
        width: 904px;
        margin: 0 auto
    }
    .sec-works .thumb-list {
        margin: 6px -14px 0 0
    }
    .sec-works .thumb-list__item {
        width: calc((100% / 4) - 14px);
        margin: 14px 14px 0 0
    }
    .sec-works .thumb-list__item .thumb {
        transition: 0.3s
    }
    .sec-works .thumb-list__item .thumb:not(.is-active):hover {
        opacity: .8
    }
    .sec-works .thumb-list__item .thumb:not(.is-active):hover img {
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }
    .sec {
        padding: 80px 0
    }
    .sec__heading {
        margin-bottom: 50px
    }
    .sec__heading .main {
        font-size: 70px;
        margin-bottom: 30px
    }
    .sec__heading .main img {
        width: auto;
        height: 43px
    }
    .sec__heading .sub {
        font-size: 20px
    }
    #fixedTop {
        bottom: 60px;
    }
    .btn-fix-contact button {
        font-size: 24px;
    }
}
@media(min-width:1080px) {
    .mv__heading {
        /* margin-bottom: 80px; */
    }
}
@media(min-width:1440px) {
    .mv__heading {
        /* margin-bottom: 380px; */
    }
}
@media(min-width:2560px) {
    .mv__heading {
        margin-bottom: 750px;
    }
}
@media(min-width:1080px) {
    .u-d-lg-none {
        display: none !important
    }
    .u-d-lg-inline {
        display: inline !important
    }
    .u-d-lg-inline-block {
        display: inline-block !important
    }
    .u-d-lg-block {
        display: block !important
    }
    .u-d-lg-table {
        display: table !important
    }
    .u-d-lg-table-row {
        display: table-row !important
    }
    .u-d-lg-table-cell {
        display: table-cell !important
    }
    .u-d-lg-flex {
        display: flex !important
    }
    .u-d-lg-inline-flex {
        display: inline-flex !important
    }
}
@media(min-width:1280px) {
    .u-d-xl-none {
        display: none !important
    }
    .u-d-xl-inline {
        display: inline !important
    }
    .u-d-xl-inline-block {
        display: inline-block !important
    }
    .u-d-xl-block {
        display: block !important
    }
    .u-d-xl-table {
        display: table !important
    }
    .u-d-xl-table-row {
        display: table-row !important
    }
    .u-d-xl-table-cell {
        display: table-cell !important
    }
    .u-d-xl-flex {
        display: flex !important
    }
    .u-d-xl-inline-flex {
        display: inline-flex !important
    }
}
@media(min-width:1440px) {
    .u-d-xxl-none {
        display: none !important
    }
    .u-d-xxl-inline {
        display: inline !important
    }
    .u-d-xxl-inline-block {
        display: inline-block !important
    }
    .u-d-xxl-block {
        display: block !important
    }
    .u-d-xxl-table {
        display: table !important
    }
    .u-d-xxl-table-row {
        display: table-row !important
    }
    .u-d-xxl-table-cell {
        display: table-cell !important
    }
    .u-d-xxl-flex {
        display: flex !important
    }
    .u-d-xxl-inline-flex {
        display: inline-flex !important
    }
}
@media(max-width:767px) {
    .sp_none {
        display: none !important;
    }
}
@media(min-width:768px) {
    .pc_none {
        display: none !important;
    }
}
@media screen {
    [hidden~=screen] {
        display: inherit
    }
    [hidden~=screen]:not(:active):not(:focus):not(:target) {
        position: absolute !important;
        clip: rect(0 0 0 0) !important
    }
}
