@charset "UTF-8";

@media screen and (max-width: 768px) {
.pc {
display: none;
}
}
.sp {
display: none;
}
@media screen and (max-width: 768px) {
.sp {
display: block;
}
}  @media screen and (min-width: 768px) {
a[href^="tel:"] {
pointer-events: none;
}
} a {
text-decoration: none;
color: inherit;
-webkit-transition: opacity 0.3s;
transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
a:hover {
opacity: 0.5;
}
}
*,
*::before,
*::after {
-webkit-box-sizing: border-box;
box-sizing: border-box;
} ul,
ol {
padding: 0;
} body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
margin: 0;
}  body {
min-height: 100vh;
text-rendering: optimizeSpeed;
line-height: 1.5;
} ul,
ol {
list-style: none;
} a:not([class]) {
text-decoration-skip-ink: auto;
} img {
max-width: 100%;
display: block;
width: 100%;
height: auto;
} input,
button,
textarea,
select {
font: inherit;
} input,
button,
select,
textarea {
-webkit-appearance: none;
-moz-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;
}
input[type=submit],
input[type=button],
label,
button,
select {
cursor: pointer;
}
select::-ms-expand {
display: none;
}
.about__inner {
padding-top: 15px;
}
@media screen and (max-width: 767px) {
.about__inner {
padding-top: 25px;
overflow-x: hidden;
}
}
.about__inner .sectionBunner {
margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
.about__inner .sectionBunner {
margin-bottom: 20px;
}
}
.sectionBunner__bunnerImage {
position: relative;
padding: 0px 0 0px;
margin: 35px auto 0;
max-width: 50%;
background-size: auto auto;
}
@media screen and (max-width: 767px) {
.sectionBunner__bunnerImage {
padding: 0px 10px 0px;
margin: 0 calc(50% - 50vw);
width: 100vw;
}
}
.BunnerImg {
max-width: 100vw;
position: relative;
top: -16px;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}
.about__inner .sectionHeading__sub {
margin-bottom: 50px;
}
.about__inner .sectionHeading {
margin-bottom: 130px;
}
@media screen and (max-width: 767px) {
.about__inner .sectionHeading {
margin-bottom: 60px;
}
}
.about__contentItem {
margin: 0 auto 18px;
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
max-width: 726px;
background-color: #ddedf2;
}
@media screen and (max-width: 767px) {
.about__contentItem {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
}
.about__contentItem--orange {
background-color: #fbeece;
}
.about__contentItemNum {
width: 54px;
height: 54px;
font-size: 34px;
letter-spacing: 0.02em;
display: grid;
place-items: center;
position: absolute;
top: 0;
left: 0;
background-color: #008fae;
color: #fff;
}
.about__contentItem--orange .about__contentItemNum {
background-color: #e98a4d;
}
.about__contentItemInner {
padding: 16px 16px 10px 40px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
@media screen and (max-width: 767px) {
.about__contentItemInner {
display: block;
padding-left: 16px;
}
}
.about__contentItemImg {
width: 231px;
margin-right: 40px;
}
@media screen and (max-width: 767px) {
.about__contentItemImg {
margin: 0 auto;
}
}
.about__contentItemText {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
@media screen and (max-width: 767px) {
.about__contentItemText {
-webkit-box-orient: vertical;
-webkit-box-direction: reverse;
-ms-flex-direction: column-reverse;
flex-direction: column-reverse;
}
}
.about__contentItemText img {
max-width: 134px;
}
@media screen and (max-width: 767px) {
.about__contentItemText img {
margin: 10px 0;
}
}
.about__contentItemTitle {
margin-right: 35px;
font-size: 20px;
color: #008fae;
}
@media screen and (max-width: 767px) {
.about__contentItemTitle {
margin-right: 0;
font-size: 18px;
}
}
.about__contentItem--orange .about__contentItemTitle {
color: #e98a4d;
}
.about__itemBg {
position: relative;
padding: 105px 0 90px;
margin: 35px auto 0;
max-width: 860px;
background-size: auto auto;
background-color: #fff;
background-image: repeating-linear-gradient(135deg, transparent, transparent 3px, #eeeeef 3px, #eeeeef 4px);
}
@media screen and (max-width: 767px) {
.about__itemBg {
padding: 90px 10px 60px;
margin: 0 calc(50% - 50vw);
width: 100vw;
}
}
.cloudImg {
max-width: 88px;
position: absolute;
top: -16px;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}
.about__itemText {
margin-top: 8px;
font-size: 15px;
}
.about__itemText--small {
font-size: 13px;
}
.about__contentItem03 .about__contentItemInner {
padding-top: 20px;
}
.about__contentItem03 .arrowWrapper {
padding: 10px 50px;
text-align: left;
}
@media screen and (max-width: 767px) {
.about__contentItem03 .arrowWrapper {
text-align: center;
}
}
.about__contentItem03 .arrowWrapper .arrow {
height: 35px;
}
.about__contentItem03,
.about__contentItem04 {
margin-top: 16px;
}
body {
font-family: "Noto Sans JP", sans-serif;
line-height: 1.5;
}
.en-font {
font-family: "Oswald", sans-serif;
}
.inner {
max-width: 1160px;
width: 100%;
padding-left: 20px;
padding-right: 20px;
margin: 0 auto;
}
@media screen and (max-width: 768px) {
.inner {
padding-left: 4vw;
padding-right: 4vw;
}
}
.en-font--num {
font-weight: 500;
}
.en-font--en {
font-weight: 500;
}
.btnWrapper {
width: 268px;
height: 78px;
display: grid;
place-items: center;
background-color: #008fae;
}
@media screen and (max-width: 767px) {
.btnWrapper {
height: 60px;
}
}
.btn {
width: 100%;
height: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
font-size: 18px;
color: #fff;
font-weight: bold;
letter-spacing: 0.04em;
}
.btn__arrow {
margin-left: 16px;
width: 20px;
height: 20px;
display: grid;
place-items: center;
border-radius: 50%;
background-color: #fff;
}
.btn__arrow::after {
content: "";
margin-left: 2px;
width: 10px;
height: 10px;
background: url(//gacci.jp/wp-content/themes/GACCI_LP/images/btn-arrow.svg) no-repeat center/contain;
}
.sectionHeading {
text-align: center;
}
.sectionHeading__main {
font-size: 28px;
color: #231815;
letter-spacing: 0.04em;
padding-bottom: 35px;
position: relative;
}
.sectionHeading__main::after {
content: "";
width: 340px;
height: 6px;
position: absolute;
left: 50%;
bottom: 16px;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
background-size: auto auto;
background-color: transparent;
background-image: repeating-linear-gradient(135deg, transparent, transparent 2px, #008fae 1px, #008fae 3px);
}
.sectionHeading__sub {
font-size: 16px;
color: #008fae;
letter-spacing: 0.2em;
font-weight: 300;
}
.arrowWrapper {
text-align: center;
}
.arrow {
display: inline-block;
vertical-align: middle;
color: #333;
line-height: 1;
position: relative;
width: 1.5px;
height: 67px;
background: #231815;
}
@media screen and (max-width: 767px) {
.arrow {
height: 45px;
}
}
.arrow::before {
content: "";
width: 0.65em;
height: 0.65em;
border: 1.5px solid #231815;
border-top: 0;
border-right: 0;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
-webkit-transform-origin: bottom left;
transform-origin: bottom left;
position: absolute;
left: 50%;
bottom: -0.05em;
}
.arrow__sideText {
position: absolute;
left: 30px;
white-space: nowrap;
-webkit-transform: translateY(100%);
transform: translateY(100%);
color: #231815;
}
@media screen and (max-width: 767px) {
.arrow__sideText {
font-size: 14px;
left: 20px;
}
}
.about__contentItemFinsh .about__contentItemTitle {
width: 390px;
height: 65px;
margin: 18px auto 0;
border: 4px solid #008fae;
font-size: 24px;
display: grid;
place-items: center;
}
@media screen and (max-width: 767px) {
.about__contentItemFinsh .about__contentItemTitle {
width: 100%;
font-size: 20px;
height: 50px;
}
}
.about__bntWrapper {
margin: 125px auto 205px;
width: 320px;
}
@media screen and (max-width: 767px) {
.about__bntWrapper {
margin: 60px auto;
}
}
.fukidashi__heading {
margin: 0 auto;
max-width: 746px;
height: 60px;
font-size: 30px;
text-align: center;
color: #fff;
line-height: 60px;
letter-spacing: 0.04em;
position: relative;
}
@media screen and (max-width: 767px) {
.fukidashi__heading {
font-size: 20px;
height: 50px;
line-height: 50px;
}
}
.fukidashi__heading::after {
content: "";
width: 25px;
height: 17px;
display: block;
position: absolute;
bottom: 0;
left: 50%;
-webkit-transform: translate(-50%, 99%);
transform: translate(-50%, 99%);
-webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
clip-path: polygon(50% 100%, 0 0, 100% 0);
}
.topBtn {
display: none;
position: fixed;
bottom: 50px;
right: 10%;
width: 56px;
z-index: 10;
}
@media screen and (max-width: 767px) {
.topBtn {
bottom: 30px;
width: 30px;
}
}
@media screen and (max-width: 767px) {
p {
font-size: 14px;
}
}
.contact__inner.inner {
padding-top: 150px;
padding-bottom: 90px;
max-width: 750px;
}
@media screen and (max-width: 767px) {
.contact__inner.inner {
padding-top: 80px;
padding-bottom: 45px;
}
}
.contact__inner.inner a {
color: #008fae;
text-decoration: underline;
}
.contact__inner.inner h1.contact__title {
font-family: "Noto Sans JP", sans-serif !important;
margin-bottom: 40px;
font-size: 36px;
}
@media screen and (max-width: 767px) {
.contact__inner.inner h1.contact__title {
font-size: 26px;
}
}
.contact__inner.inner fieldset {
width: 100%;
max-width: 100% !important;
}
.contact__inner.inner .hubspot-link__container.sproket {
display: none;
}
.footer__inner {
height: 755px;
background: url(//gacci.jp/wp-content/themes/GACCI_LP/images/footer-bg.jpg) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
.footer__inner {
padding: 60px 20px;
height: inherit;
}
}
.footer__content {
margin: 0 auto 140px;
padding-top: 125px;
max-width: 850px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
@media screen and (max-width: 767px) {
.footer__content {
margin-bottom: 60px;
padding-top: 0;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
}
.footer__textWrapper {
color: #fff;
font-size: 20px;
}
.footer__upperText {
margin-bottom: 30px;
padding: 0 20px 0 30px;
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
font-weight: 700;
position: relative;
line-height: 1;
}
@media screen and (max-width: 767px) {
.footer__upperText {
margin-left: auto;
margin-right: auto;
}
}
.footer__upperText::before, .footer__upperText::after {
position: absolute;
content: "";
display: inline-block;
width: 2px;
height: 25px;
background-color: #fff;
-webkit-transform-origin: top right;
transform-origin: top right;
}
.footer__upperText::before {
left: 0;
top: 0;
rotate: -25deg;
}
.footer__upperText::after {
right: 0;
top: 0;
rotate: 25deg;
}
.footer__middleText {
margin-bottom: 30px;
font-weight: 700;
font-size: 30px;
line-height: 1.4333333333;
}
@media screen and (max-width: 767px) {
.footer__middleText {
font-size: 20px;
}
}
.footer__img {
width: 41.1764705882%;
}
.footer__logo {
width: 188px;
margin: 0 auto;
}
.header {
background-color: #231815;
position: fixed;
top: 0;
width: 100%;
z-index: 100;
}
.header__inner {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
padding-right: 0;
}
@media screen and (max-width: 1000px) {
.header__inner {
height: 60px;
padding-right: 20px;
}
}
.header__log {
width: 200px;
}
.header__nav-list {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.header__nav-item {
color: #fff;
}
.header__nav-item a {
padding: 16px;
}
.header__nav-item:nth-last-child(2) {
margin-right: 25px;
}
.hamburger {
display: none;
position: relative;
width: 30px;
height: 20px;
cursor: pointer;
}
.hamburger span {
display: block;
position: absolute;
height: 2px;
width: 100%;
background: #fff;
border-radius: 3px;
-webkit-transition: all 0.2s ease;
transition: all 0.2s ease;
}
.hamburger span:first-child {
top: 0;
}
.hamburger span:nth-child(2) {
top: 50%;
margin-top: -1px;
}
.hamburger span:last-child {
bottom: 0;
} @media screen and (max-width: 1000px) {
.header__nav {
position: absolute;
top: 100%;
left: 120%;
width: 100%;
height: calc(100vh + 10px);
background: #231815;
z-index: 999;
-webkit-transition: all 0.3s;
transition: all 0.3s;
overflow-y: auto;
overscroll-behavior: contain;
}
.dialog {
height: calc(100% + 1px);
display: grid;
place-items: center;
}
.header__nav-list {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
padding: 0;
margin: 0;
margin-top: -120px;
list-style: none;
}
.header__nav-item {
margin-right: 0 !important;
}
.header__nav-item:not(:last-child) a {
padding: 16px;
display: block;
font-size: 18px;
}
.header__nav-item.btnWrapper {
margin: 16px 0;
}
.header__nav-item.btnWrapper a {
padding: 0;
}
.hamburger {
display: block;
}
.is-active.hamburger span:first-child {
-webkit-transform: translateY(8px) rotate(45deg);
transform: translateY(8px) rotate(45deg);
}
.is-active.hamburger span:nth-child(2) {
opacity: 0;
}
.is-active.hamburger span:last-child {
-webkit-transform: translateY(-11px) rotate(-45deg);
transform: translateY(-11px) rotate(-45deg);
}
.is-active.header__nav {
left: 0;
}
}
.bgGray {
padding: 65px 0 250px;
background-color: #eeeeef;
}
@media screen and (max-width: 767px) {
.bgGray {
padding: 50px 0;
}
}
.merit__inner {
margin: 0 auto;
padding: 145px 20px 167px;
max-width: 1120px;
background-color: #fff;
}
@media screen and (max-width: 767px) {
.merit__inner {
padding: 60px 4vw;
overflow-x: hidden;
}
}
.merit__head {
display: block;
font-weight: bold;
background-color: #008fae;
-webkit-transform: translateY(50%);
transform: translateY(50%);
}
@media screen and (max-width: 767px) {
.merit__head {
margin: 0 auto;
max-width: 400px;
width: 95%;
}
}
.merit__head::after {
background-color: #008fae;
}
.merit__sectionHeading {
margin-bottom: 65px;
}
@media screen and (max-width: 767px) {
.merit__sectionHeading {
margin-bottom: 40px;
}
}
.merit__content {
margin: 0 auto 120px;
max-width: 860px;
}
.merit__list {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 60px 35px;
}
@media screen and (max-width: 767px) {
.merit__list {
grid-template-columns: repeat(1, 1fr);
gap: 36px;
}
}
.merit__item:nth-child(1), .merit__item:nth-child(2) {
padding-bottom: 66px;
position: relative;
}
@media screen and (max-width: 767px) {
.merit__item:nth-child(1), .merit__item:nth-child(2) {
padding-bottom: 0;
}
}
.merit__item:nth-child(1)::after, .merit__item:nth-child(2)::after {
content: "";
display: block;
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 6px;
background-color: #fff;
background-image: repeating-linear-gradient(135deg, transparent, transparent 2px, #000 1px, #000 3px);
}
@media screen and (max-width: 767px) {
.merit__item:nth-child(1)::after, .merit__item:nth-child(2)::after {
display: none;
}
}
.merit__itemHead {
margin-bottom: 12px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.merit__itemNumWrapper {
display: grid;
place-items: center;
width: 85px;
height: 90px;
color: #fff;
background-color: #008fae;
line-height: 1;
text-align: center;
}
.merit__itemNumWrapper .merit__itemNumText {
margin-bottom: 5px;
font-size: 20px;
letter-spacing: -0.02em;
font-weight: 300;
}
.merit__itemNumWrapper .merit__itemNum {
font-size: 38px;
}
.merit__itemTitle {
padding: 0 0 0 30px;
height: 90px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
font-size: 20px;
letter-spacing: 0.04em;
color: #008fae;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
background-color: #eaf4f7;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
-webkit-font-feature-settings: "palt";
font-feature-settings: "palt";
}
@media screen and (max-width: 800px) {
.merit__itemTitle {
padding-left: 10px;
}
}
.merit__itemImg {
margin-bottom: 13px;
}
.merit__itemText {
font-size: 15px;
line-height: 1.4;
color: #3e3a39;
}
@media screen and (max-width: 767px) {
.merit__effect {
margin: 0 calc(50% - 50vw);
width: 100vw;
}
}
.merit__effectBg {
margin: 0 auto;
max-width: 860px;
padding: 40px;
background-color: #fff;
background-image: repeating-linear-gradient(135deg, transparent, transparent 2px, #eaf4f7 2px, #eaf4f7 4px);
}
@media screen and (max-width: 767px) {
.merit__effectBg {
padding: 8px;
}
}
.merit__effectInner {
padding: 40px 20px;
background-color: #fff;
}
@media screen and (max-width: 767px) {
.merit__effectInner {
padding: 20px 10px;
}
}
.merit__effectRibbon {
margin-left: -60px;
margin-bottom: 30px;
width: 363px;
height: 47px;
line-height: 47px;
text-align: center;
font-size: 22px;
color: #fff;
letter-spacing: 0.04em;
font-weight: 700;
background-color: #008fae;
-webkit-clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
}
@media screen and (max-width: 767px) {
.merit__effectRibbon {
font-size: 18px;
}
}
.merit__effectContent {
color: #3e3a39;
}
.merit__effectUpperText {
margin: 0 auto 20px;
padding-bottom: 10px;
max-width: 600px;
font-size: 27px;
font-weight: bold;
text-align: center;
border-bottom: 7px solid #dfedf3;
white-space: nowrap;
}
@media screen and (max-width: 800px) {
.merit__effectUpperText {
font-size: 24px;
}
}
@media screen and (max-width: 767px) {
.merit__effectUpperText {
font-size: 20px;
}
}
.text--brand {
color: #008fae;
}
.text--brand .en-font {
display: inline-block;
margin-bottom: -5px;
}
.fz106 {
margin-left: 10px;
font-size: 106px;
font-weight: 500;
line-height: 1;
position: relative;
bottom: -5px;
}
@media screen and (max-width: 767px) {
.fz106 {
margin-left: 0;
font-size: 50px;
}
}
.fz40 {
margin-right: 5px;
font-size: 40px;
font-weight: 500;
line-height: 1;
}
@media screen and (max-width: 767px) {
.fz40 {
font-size: 30px;
}
}
.merit__effectLowerText {
margin: 0 auto 8px;
padding-bottom: 16px;
max-width: 600px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
font-weight: 700;
border-bottom: 7px solid #dfedf3;
}
.accentColor {
margin-right: 16px;
color: #e9606f;
}
.fz152 {
font-size: 152px;
font-weight: 500;
line-height: 1;
}
@media screen and (max-width: 767px) {
.fz152 {
font-size: 90px;
}
}
.fz75 {
font-size: 75px;
line-height: 1.2;
}
@media screen and (max-width: 767px) {
.fz75 {
font-size: 40px;
}
}
.fz61 {
font-size: 61px;
line-height: 1.2;
}
@media screen and (max-width: 800px) {
.fz61 {
font-size: 55px;
}
}
@media screen and (max-width: 767px) {
.fz61 {
font-size: 30px;
}
}
.merit__effectDesc {
margin: 0 auto 40px;
max-width: 600px;
text-align: right;
font-size: 12px;
-webkit-font-feature-settings: "palt";
font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
.merit__effectDesc {
font-size: 10px;
}
}
.merit__effectImg {
margin: 0 auto;
max-width: 418px;
}
.youtube__inner {
margin: 80px auto 0;
width: 100%;
max-width: 860px;
aspect-ratio: 16/9;
}
@media screen and (max-width: 767px) {
.youtube__inner {
margin-top: 40px;
}
}
.youtube__inner iframe {
width: 100%;
height: 100%;
}
.mv__bg {
height: 710px;
background: url(//gacci.jp/wp-content/themes/GACCI_LP/images/mv-bg.jpg) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
.mv__bg {
height: auto;
}
}
.mv__inner {
padding-top: 78px;
height: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
@media screen and (max-width: 767px) {
.mv__inner {
padding-top: 100px;
padding-bottom: 60px;
}
}
.mv__content {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.mv__textWrapper {
width: 46.4285714286%;
color: #fff;
font-weight: bold;
}
@media screen and (max-width: 900px) {
.mv__textWrapper {
width: 60%;
}
}
@media screen and (max-width: 767px) {
.mv__textWrapper {
width: 100%;
}
}
.mv__copyUpper {
margin-bottom: 45px;
font-size: 16px;
letter-spacing: 0.12em;
}
@media screen and (max-width: 767px) {
.mv__copyUpper {
font-size: 14px;
}
}
.mv__mainCopy {
margin-bottom: 52px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
font-size: 52px;
line-height: 1;
}
@media screen and (max-width: 767px) {
.mv__mainCopy {
font-size: 36px;
}
}
.mv__mainCopy img {
margin-right: 20px;
max-width: 330px;
}
@media screen and (max-width: 767px) {
.mv__mainCopy img {
width: 60%;
}
}
.mv__mainCopy--text {
letter-spacing: 0.04em;
white-space: nowrap;
}
.mv__copyLower {
margin-bottom: 100px;
font-size: 18px;
letter-spacing: 0.18em;
line-height: 1.6666666667;
}
@media screen and (max-width: 767px) {
.mv__copyLower {
margin-bottom: 50px;
font-size: 16px;
}
}
.mv__bntWrapper {
margin-bottom: 30px;
width: 320px;
}
@media screen and (max-width: 767px) {
.mv__bntWrapper {
margin: 0 auto 30px;
}
}
.copyLight {
font-size: 12px;
font-weight: 400;
}
.mv__imgWrapper {
width: 43.4821428571%;
}
@media screen and (max-width: 900px) {
.mv__imgWrapper {
width: 35%;
}
}
@media screen and (max-width: 767px) {
.mv__imgWrapper {
display: none;
}
}
.mv__imgWrapper--sp {
width: 80%;
margin: 0 auto 30px;
}
.proposal__bg {
border-top: 12px solid #008fae;
height: 900px;
background: #231815;
position: relative;
}
.proposal__bg::after {
content: "";
position: absolute;
right: 0;
top: 0;
display: block;
width: 36.6666666667%;
height: 100%;
background: url(//gacci.jp/wp-content/themes/GACCI_LP/images/work-top-img.jpg) no-repeat center/cover;
}
@media screen and (max-width: 867px) {
.proposal__bg::after {
width: 28%;
}
}
@media screen and (max-width: 767px) {
.proposal__bg::after {
width: 100%;
height: 250px;
top: inherit;
bottom: 0;
background-position: top -80px center;
}
}
@media screen and (max-width: 767px) {
.proposal__bg {
height: auto;
padding-top: 60px;
padding-bottom: 250px;
}
}
.proposal__inner {
height: 100%;
max-width: 900px;
color: #fff;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.proposal__heading {
padding-left: 35px;
margin-bottom: 85px;
font-size: 36px;
line-height: 1.2777777778;
position: relative;
}
@media screen and (max-width: 767px) {
.proposal__heading {
margin-bottom: 40px;
font-size: 22px;
}
}
.proposal__heading::before {
content: "";
position: absolute;
left: 0;
top: 0;
display: inline-block;
width: 10px;
height: 100%;
background-image: repeating-linear-gradient(135deg, transparent, transparent 2px, #008fae 1px, #008fae 3px);
}
.proposal__list {
max-width: 518px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.proposal__item {
margin-bottom: 70px;
width: 46.7181467181%;
font-size: 16px;
letter-spacing: 0.04em;
line-height: 1.6875;
position: relative;
}
@media screen and (max-width: 767px) {
.proposal__item {
font-size: 12px;
width: 48.7%;
}
}
.proposal__item::after {
content: "";
display: block;
position: absolute;
right: 0;
bottom: -50px;
height: 142px;
width: 100%;
background: url(//gacci.jp/wp-content/themes/GACCI_LP/images/fukidashi.svg) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
.proposal__item::after {
background-size: contain;
bottom: -60px;
}
}
.singlePost__inner.inner {
padding-top: 140px;
max-width: 750px;
}
.singlePost__inner.inner h1 {
font-size: 34px;
line-height: 1.4117647059;
margin-bottom: 50px;
}
.singlePost__inner.inner h2,
.singlePost__inner.inner h3,
.singlePost__inner.inner h4,
.singlePost__inner.inner h5,
.singlePost__inner.inner h6 {
margin-bottom: 10px;
letter-spacing: 0.1em;
-webkit-font-feature-settings: "palt";
font-feature-settings: "palt";
}
.singlePost__inner.inner h2 {
padding-left: 10px;
margin-top: 75px;
margin-bottom: 20px;
font-size: 26px;
line-height: 1.3846153846;
border-left: 6px solid #008fae;
}
.singlePost__inner.inner h3 {
margin-top: 35px;
font-size: 18px;
line-height: 1.8888888889;
}
.singlePost__inner.inner a {
color: #008fae;
text-decoration: underline;
}
.singlePost__inner.inner p {
margin-bottom: 20px;
font-size: 16px;
line-height: 1.75;
letter-spacing: 0.1em;
-webkit-font-feature-settings: "palt";
font-feature-settings: "palt";
text-align: justify;
}
.singlePost__inner.inner .postThumbnail {
margin-bottom: 90px;
width: 100%;
aspect-ratio: 16/9;
}
.singlePost__inner.inner .postThumbnail img {
height: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.singlePost__inner.inner .singlePost__content {
margin-bottom: 90px;
}
.singlePost__inner.inner .singlePost__pageNav {
padding: 50px 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.tasks__inner {
padding: 170px 0 180px;
}
@media screen and (max-width: 767px) {
.tasks__inner {
padding: 60px 0;
}
}
.tasks__heading {
margin-bottom: 100px;
background-color: #231815;
}
@media screen and (max-width: 767px) {
.tasks__heading {
margin: 0 auto 40px;
max-width: 400px;
width: 95%;
}
}
.tasks__heading::after {
background-color: #231815;
}
.tasks__content {
overflow-x: hidden;
}
.task__item {
margin-bottom: 84px;
padding: 50px 35px 45px;
position: relative;
}
@media screen and (max-width: 767px) {
.task__item {
margin-bottom: 30px;
padding: 20px 10px;
}
}
.task__item::after, .task__item::before {
content: "";
display: block;
z-index: -1;
position: absolute;
inset: 0;
width: 90%;
min-width: 1200px;
background-color: #eeeeef;
}
.task__item:nth-child(odd)::after, .task__item:nth-child(odd)::before {
margin-right: 0;
margin-left: auto;
-webkit-clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%);
clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%);
}
.task__item:nth-child(odd)::after {
z-index: -2;
margin-bottom: -12px;
margin-right: -12px;
background-color: #fff;
background-image: repeating-linear-gradient(135deg, transparent, transparent 2px, #eeeeef 1px, #eeeeef 3px);
}
.task__item:nth-child(even)::after, .task__item:nth-child(even)::before {
margin-right: auto;
margin-left: 0;
-webkit-clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
}
.task__item:nth-child(even)::after {
z-index: -2;
margin-bottom: -12px;
margin-left: -12px;
background-color: #fff;
background-image: repeating-linear-gradient(135deg, transparent, transparent 2px, #eeeeef 1px, #eeeeef 3px);
}
.task__itemInner {
margin: 0 auto;
max-width: 860px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
@media screen and (max-width: 767px) {
.task__itemInner {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
}
.task__img {
width: 37.4418604651%;
}
@media screen and (max-width: 767px) {
.task__img {
width: 100%;
margin-bottom: 16px;
}
}
.task__textWrapper {
width: 55.9302325581%;
}
@media screen and (max-width: 767px) {
.task__textWrapper {
width: 100%;
}
}
.task__itemHeading {
margin-bottom: 25px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.task__itemTitle {
margin-right: 25px;
width: 125px;
height: 60px;
background-color: #231815;
color: #fff;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
}
@media screen and (max-width: 767px) {
.task__itemTitle {
height: 50px;
width: 100px;
margin-right: 8px;
}
}
.task__itemTitle .en-font {
font-size: 36px;
margin-left: 8px;
}
@media screen and (max-width: 767px) {
.task__itemTitle .en-font {
font-size: 30px;
}
}
.task__itemSubTitle {
padding-left: 8px;
height: 60px;
font-size: 24px;
color: #231815;
-webkit-font-feature-settings: "palt";
font-feature-settings: "palt";
letter-spacing: 0.04em;
font-weight: 700;
line-height: 60px;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
position: relative;
}
@media screen and (max-width: 800px) {
.task__itemSubTitle {
font-size: 18px;
letter-spacing: 0.01em;
}
}
.task__itemSubTitle::after {
content: "";
width: 100%;
height: 4px;
position: absolute;
left: 0;
bottom: 0;
background-image: repeating-linear-gradient(135deg, transparent, transparent 2px, #000000 1px, #000000 3px);
}
.task {
margin-bottom: 12px;
font-size: 16px;
color: #3e3a39;
line-height: 1.3125;
padding-left: 1.8em;
text-indent: -1.8em;
}
.task::before {
content: "";
margin-right: 8px;
width: 21px;
height: 18px;
display: inline-block;
background: url(//gacci.jp/wp-content/themes/GACCI_LP/images/check.svg) no-repeat center/contain;
}
.tasks__footerText {
margin: 0 auto 55px;
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
text-align: center;
font-weight: bold;
color: #231815;
}
.tasks__footerTextTop,
.tasks__footerTextfoot {
font-size: 30px;
letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
.tasks__footerTextTop,
.tasks__footerTextfoot {
font-size: 24px;
}
}
.tasks__footerTextMiddle {
margin: 40px 0;
padding-bottom: 5px;
font-size: 46px;
letter-spacing: 0.02em;
border-bottom: 6px solid #c7e1ea;
}
@media screen and (max-width: 767px) {
.tasks__footerTextMiddle {
margin: 12px 0 0;
padding-bottom: 0;
font-size: 32px;
border-bottom: none;
}
}
.tasks__footerText--point {
background-image: radial-gradient(circle at center, #e9606f 20%, transparent 20%); background-position: top right; background-repeat: repeat-x; background-size: 1em 0.3em; padding-top: 0.15em; }
.tasks__footerText--blue {
color: #008fae;
-webkit-font-feature-settings: "palt";
font-feature-settings: "palt";
}
.tasks__footerList {
margin: 0 auto;
max-width: 650px;
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 25px;
}
@media screen and (max-width: 767px) {
.tasks__footerList {
gap: 10px;
}
}
.tasks__footerItem {
width: 198px;
height: 198px;
display: grid;
place-items: center;
font-size: 38px;
font-weight: 700;
text-align: center;
color: #008fae;
line-height: 1.2;
letter-spacing: 0.02em;
border-radius: 50%;
border: 12px solid #c7e1ea;
background-color: #f1f8fa;
position: relative;
}
@media screen and (max-width: 767px) {
.tasks__footerItem {
margin: 0 auto;
width: 100px;
height: 100px;
font-size: 18px;
}
}
.tasks__footerItem:first-child {
font-size: 24px;
letter-spacing: -0.02em;
}
@media screen and (max-width: 767px) {
.tasks__footerItem:first-child {
font-size: 12px;
}
}
.tasks__footerItem::after {
content: "";
position: absolute;
top: 50%;
left: 0;
width: 109%;
height: 12px;
background-color: #c7e1ea;
rotate: -45deg;
-webkit-transform-origin: center center;
transform-origin: center center;
}
.tasks__footerItem span {
position: relative;
z-index: 1;
}
.voice__inner {
margin-top: 165px;
}
@media screen and (max-width: 767px) {
.voice__inner {
margin-top: 60px;
}
}
.voice__item a:hover {
opacity: 1;
}
.voice__item a:hover img {
-webkit-transform: scale(1.1, 1.1);
transform: scale(1.1, 1.1);
-webkit-transition: 1s all;
transition: 1s all;
}
.voice__sectionHeading {
margin-bottom: 60px;
background-color: transparent;
}
.voice__itemInner {
padding: 50px 65px;
padding-right: 10px;
height: 423px;
background-color: #fff;
border-radius: 16px;
-webkit-transition: 1s all;
transition: 1s all;
}
@media screen and (max-width: 1500px) {
.voice__itemInner {
height: 480px;
}
}
@media screen and (max-width: 1280px) {
.voice__itemInner {
padding: 30px 20px;
}
}
@media screen and (max-width: 767px) {
.voice__itemInner {
height: 670px;
}
}
.voice__itemHead {
margin-bottom: 33px;
padding-bottom: 25px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
border-bottom: 0.5px solid #dbdcdc;
}
@media screen and (max-width: 1280px) {
.voice__itemHead {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
}
.voice__itemCorpName {
margin-right: 65px;
font-size: 16px;
color: #3e3a39;
white-space: nowrap;
}
@media screen and (max-width: 1280px) {
.voice__itemCorpName {
margin-bottom: 10px;
}
}
.voice__itemTitle {
font-size: 20px;
color: #231815;
}
@media screen and (max-width: 767px) {
.voice__itemTitle {
font-size: 14px;
}
}
.voice__itemBody {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
gap: 35px;
}
@media screen and (max-width: 767px) {
.voice__itemBody {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
gap: 20px;
}
}
.voice__itemImg {
width: 37.3641304348%;
overflow: hidden;
}
.voice__itemImg img {
aspect-ratio: 275/204;
-o-object-fit: cover;
object-fit: cover;
-webkit-transition: 1s all;
transition: 1s all;
}
@media screen and (max-width: 767px) {
.voice__itemImg img {
max-height: 210px;
}
}
@media screen and (max-width: 767px) {
.voice__itemImg {
width: 100%;
}
}
.voice__itemTextWrapper {
width: 58.0163043478%;
}
@media screen and (max-width: 767px) {
.voice__itemTextWrapper {
width: 100%;
}
}
.voice__itemTextWrapper .wrapper:not(:last-child) {
margin-bottom: 20px;
}
.voice__itemTextWrapper dt {
margin-bottom: 10px;
display: inline-block;
width: 110px;
height: 35px;
font-size: 15px;
color: #008fae;
text-align: center;
font-weight: bold;
line-height: 35px;
background-color: #d3e7ee;
}
@media screen and (max-width: 767px) {
.voice__itemTextWrapper dt {
width: 90px;
height: 28px;
line-height: 28px;
font-size: 12px;
}
}
.voice__itemTextWrapper dd {
margin-bottom: 8px;
font-size: 15px;
color: #3e3a39;
-webkit-font-feature-settings: "palt";
font-feature-settings: "palt";
padding-left: 1em;
text-indent: -0.5em;
}
.voice__itemTextWrapper dd::before {
content: "・";
display: inline-block;
}
.voice__list {
position: relative;
}
.voice__list .slick-arrow {
z-index: 2 !important;
}
.voice__list .slide-arrow {
position: absolute;
top: 50%;
width: 48px;
height: 48px;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.voice__list .slide-arrow:hover {
cursor: pointer;
opacity: 0.6;
}
@media screen and (max-width: 767px) {
.voice__list .slide-arrow {
width: 24px;
height: 24px;
}
}
.voice__list .next-arrow {
right: 23%;
}
@media screen and (max-width: 1500px) {
.voice__list .next-arrow {
right: 10%;
}
}
@media screen and (max-width: 767px) {
.voice__list .next-arrow {
right: 5%;
}
}
.voice__list .prev-arrow {
left: 23%;
rotate: 180deg;
}
@media screen and (max-width: 1500px) {
.voice__list .prev-arrow {
left: 10%;
}
}
@media screen and (max-width: 767px) {
.voice__list .prev-arrow {
left: 5%;
}
}
.voice__list .slick-slide {
margin-right: 25px;
margin-left: 25px;
}
@media screen and (max-width: 767px) {
.voice__list .slick-slide {
margin: 5px;
}
}