*,
*::before,
*::after {
box-sizing: border-box;
min-inline-size: 0;
}
:root {
--font-size-12: .75rem;
--font-size-14: .875rem;
--font-size-16: 1rem;
--font-size-18: 1.125rem;
--font-size-21: 1.3125rem;
--font-size-24: 1.5rem;
--font-size-26: 1.625rem;
--font-size-32: 2rem;
--font-size-40: 2.5rem;
--font-size-48: 3rem;
--font-size-56: 3.5rem;
--font-size-64: 4rem;
--font-size-72: 4.5rem;
--font-size-80: 5rem;
--font-size-88: 5.5rem;
--font-size-128: 8rem;
}
html {
-webkit-text-size-adjust: 100%;
text-size-adjust: 100%;
}
body, h1, h2, h3, h4, h5, h6, p, figure, blockquote, dl, dd {
margin: 0;
}
body {
color: #111;
font-size: var(--font-size-16);
font-family: "Montserrat", "Noto Sans JP", sans-serif;
line-height: 1.8;
min-height: 100vh;
overflow-x: hidden;
overflow-wrap: anywhere;
word-break: normal;
line-break: strict;
background-color: #ddd;
}
:where(ul, ol) {
list-style: none;
list-style-type: '';
padding: unset;
margin: 0;
}
h1, h2, h3, h4, button, input, label {
line-height: 1.4;
}
img, picture {
display: block;
max-width: 100%;
height: auto;
}
:where(:any-link, button, [type='button'], [type='reset'], [type='submit'], label[for], select, summary, [role='tab'], [role='button']) {
cursor: pointer;
}
:where(button, [type='button'], [type='reset'], [type='submit']) {
touch-action: manipulation;
}
legend, fieldset {
all: unset;
}
input, button, textarea, select {
font: inherit;
}
:target {
scroll-margin-block: 5ex;
}
:focus:not(:focus-visible) {
outline: none;
}
@media (prefers-reduced-motion: reduce) {
*, ::before, ::after, ::backdrop {
background-attachment: scroll !important;
transition-delay: 0s !important;
transition-duration: 1ms !important;
animation-duration: 1ms !important;
animation-delay: 0s !important;
animation-iteration-count: 1 !important;
scroll-behavior: auto !important;
}
}  a {
color: #111;
text-decoration: none;
}
a:hover {
color: #111;
text-decoration: underline;
transition: 0.3s ease;
}
a:hover img {
opacity: 0.7;
}  .robot-book-container {
overflow-x: hidden;
}
.robot-book-header-title {
display: block !important;
position: absolute;
margin: -1px;
padding: 0;
width: 1px;
height: 1px;
white-space: nowrap;
border: 0;
overflow: hidden;
clip: rect(0 0 0 0);
clip-path: inset(50%);
contain: strict !important;
opacity: 0 !important;
}
.robot-book-header {
display: flex;
justify-content: space-between;
align-items: center;
position: fixed;
top: 40px;
left: 0;
padding-inline: 40px;
width: 100%;
z-index: 100;
}
@media not all and (min-width: 940px){
.robot-book-header {
top: 20px;
padding-inline: 20px;
}
}
.robot-book-header-logo {
display: flex;
align-items: center;
gap: 40px;
}
@media not all and (min-width: 940px){
.robot-book-header-logo {
gap: 20px;
}
}
.robot-book-header-logo a {
display: block;
}
.robot-book-header-logo li {
display: block;
height: 27px;
}
@media not all and (min-width: 568px){
.robot-book-header-logo img {
width: 80%;
}
}
@media not all and (min-width: 668px){
.robot-book-header-nav {
display: block !important;
position: absolute;
margin: -1px;
padding: 0;
width: 1px;
height: 1px;
white-space: nowrap;
border: 0;
overflow: hidden;
clip: rect(0 0 0 0);
clip-path: inset(50%);
contain: strict !important;
opacity: 0 !important;
}
}
.robot-book-header-nav ul,
.robot-book-contents-cta ul {
display: flex;
align-items: center;
gap: 20px;
}
@media not all and (min-width: 940px){
.robot-book-header-nav ul,
.robot-book-contents-cta ul {
gap: 10px;
}
}
.robot-book-header-nav a,
.robot-book-contents-cta a {
display: flex;
justify-content: space-between;
align-items: center;
padding: 20px 30px;
width: 240px;
color: #fff;
font-weight: 700;
line-height: 1;
border-radius: 10px;
}
@media not all and (min-width: 940px){
.robot-book-header-nav a,
.robot-book-contents-cta a {
padding: 8px 15px;
width: 160px;
font-size: var(--font-size-14);
}
}
.robot-book__contact a {
background-color: #0E3871;
}
@media (any-hover: hover) {
.robot-book__contact a:hover {
text-decoration: none;
background-color: #09397d;
}
}
.robot-book__contact a:focus-visible {
text-decoration: none;
background-color: #09397d;
}
.robot-book__contact a::after {
content: '';
display: inline-block;
width: 17px;
height: 15px;
background-image: url(//mmin-net.co.jp/jinny/wp-content/themes/robodachi/assets/images/robot-books/arrow-down.svg);
background-size: contain;
background-repeat: no-repeat;
background-position: center;
}
.robot-book__booklink a {
background-color: #013F95;
}
@media (any-hover: hover) {
.robot-book__booklink a:hover {
text-decoration: none;
background-color: #09397d;
}
}
.robot-book__booklink a:focus-visible {
text-decoration: none;
background-color: #09397d;
}
.robot-book__booklink a::after {
content: '';
display: inline-block;
width: 13px;
height: 15px;
background-image: url(//mmin-net.co.jp/jinny/wp-content/themes/robodachi/assets/images/robot-books/arrow-grow.svg);
background-size: contain;
background-repeat: no-repeat;
background-position: center;
}
.robot-book-main {
padding-top: 240px;
}
.robot-book-contents-wrap {
padding-inline: 40px;
}
@media not all and (min-width: 940px){
.robot-book-main {
padding-top: 160px;
}
.robot-book-contents-wrap {
padding-inline: 20px;
}
}
@media not all and (min-width: 940px){
.robot-book-main {
padding-top: 120px;
}
}
.robot-book-mv {
margin-bottom: 160px;
}
@media not all and (min-width: 768px){
.robot-book-mv {
margin-bottom: 80px;
}
}
.robot-book-mv-main {
position: relative;
margin-bottom: 80px;
}
@media not all and (min-width: 768px){
.robot-book-mv-main {
margin-bottom: 40px;
}
}
.robot-book-mv-main::after {
content: '';
position: absolute;
bottom: 0;
left: 0;
width: calc(100% - 40px);
height: 555px;
background-color: #1E4D8C;
z-index: -1;
}
.robot-book-mv-heading {
margin-bottom: 80px;
font-size: var(--font-size-64);
}
@media not all and (min-width: 940px){
.robot-book-mv-heading {
margin-bottom: 60px;
font-size: var(--font-size-48);
}
}
@media not all and (min-width: 668px){
.robot-book-mv-heading {
margin-bottom: 60px;
font-size: var(--font-size-32);
}
}
@media not all and (min-width: 468px){
.robot-book-mv-heading {
margin-bottom: 40px;
font-size: var(--font-size-26);
}
}
.robot-book-mv-info {
display: flex;
align-items: center;
flex-wrap: wrap;
margin-bottom: 120px;
}
@media not all and (min-width: 768px){
.robot-book-mv-info {
margin-bottom: 80px;
}
}
.robot-book-mv-info__image {
width: 35%;
}
.robot-book-mv-info__sentence {
padding: 80px;
width: 60%;
background-color: #fff;
}
@media not all and (min-width: 1200px){
.robot-book-mv-info__image {
width: 50%;
}
.robot-book-mv-info__sentence {
padding: 60px;
width: 45%;
}
}
@media not all and (min-width: 1000px){
.robot-book-mv-info__image {
width: 50%;
}
.robot-book-mv-info__sentence {
padding: 40px;
width: 45%;
}
}
@media not all and (min-width: 940px){
.robot-book-mv-info__image {
position: relative;
width: 30%;
z-index: 1;
}
.robot-book-mv-info__sentence {
margin-top: -300px;
padding: 40px 40px 40px 35%;
width: 100%;
}
}
@media not all and (min-width: 768px){
.robot-book-mv-info__image {
width: 25%;
}
.robot-book-mv-info__sentence {
margin-top: -200px;
padding: 40px 40px 40px 30%;
}
}
@media not all and (min-width: 568px){
.robot-book-mv-info__image {
width: 100%;
}
.robot-book-mv-info__sentence {
margin-top: 0;
padding: 40px;
}
}
.robot-book-mv-info__heading {
margin-bottom: 30px;
font-size: var(--font-size-26);
}
.robot-book-mv-info__text p:not(:last-child) {
margin-bottom: 40px;
}
.robot-book-contents-cta {
padding: 40px;
background-color: #fff;
}
.robot-book-contents-cta ul {
justify-content: center;
width: 100%;
}
.robot-book-contents-cta li {
width: 40%;
}
@media not all and (min-width: 768px){
.robot-book-contents-cta ul {
flex-direction: column;
}
.robot-book-contents-cta li {
width: 100%;
}
}
.robot-book-contents-cta a {
padding: 20px 30px;
width: 100%;
font-size: var(--font-size-18);
}
.robot-book-hero {
display: flex;
justify-content: space-between;
align-items: center;
flex-wrap: wrap;
}
@media not all and (min-width: 868px){
.robot-book-hero {
gap: 40px;
}
}
.robot-book-hero__text {
order: 2;
width: calc(100% - 600px);
font-size: var(--font-size-18);
}
@media not all and (min-width: 1000px){
.robot-book-hero__text {
width: calc(100% - 500px);
}
}
@media not all and (min-width: 868px){
.robot-book-hero__text {
width: 100%;
}
}
.robot-book-hero__image01 {
order: 1;
width: 200px;
}
.robot-book-hero__image02 {
order: 3;
width: 200px;
}
@media not all and (min-width: 868px){
.robot-book-hero__image01,
.robot-book-hero__image02 {
margin-inline: auto;
}
}
.robot-book-section-heading {
margin-bottom: 80px;
font-size: var(--font-size-56);
}
@media not all and (min-width: 768px){
.robot-book-section-heading {
margin-bottom: 40px;
font-size: var(--font-size-40);
}
}
@media not all and (min-width: 768px){
.robot-book-section-heading {
margin-bottom: 32px;
font-size: var(--font-size-32);
}
}
.robot-book-heading-center {
margin-inline: auto;
width: fit-content;
}
.robot-book-section01__item {
margin-bottom: 120px;
}
@media not all and (min-width: 768px){
.robot-book-section01__item {
margin-bottom: 80px;
}
}
.robot-book-section01__heading {
margin-bottom: 32px;
font-size: var(--font-size-32);
}
@media not all and (min-width: 768px){
.robot-book-section01__heading {
margin-bottom: 24px;
font-size: var(--font-size-24);
}
}
.robot-book-section01__wrap {
display: flex;
justify-content: space-between;
align-items: center;
flex-wrap: wrap;
}
.robot-book-section01__img {
width: 50%;
}
.robot-book-section01__sentence {
width: 40%;
}
@media not all and (min-width: 768px){
.robot-book-section01__img {
margin-bottom: 40px;
width: 100%;
}
.robot-book-section01__sentence {
width: 100%;
}
}
.robot-book-section01__sentence p:not(:last-child) {
margin-bottom: 40px;
}
.robot-book-section02__item {
margin-bottom: 120px;
max-width: 1200px;
}
@media not all and (min-width: 768px){
.robot-book-section02__item {
margin-bottom: 60px;
}
}
.robot-book-section02__img {
margin-bottom: 60px;
max-width: 1000px;
}
.robot-book-section02__wrap {
margin-left: auto;
max-width: 880px;
}
.robot-book-section02__heading {
margin-bottom: 32px;
font-size: var(--font-size-32);
}
@media not all and (min-width: 768px){
.robot-book-section02__heading {
margin-bottom: 24px;
font-size: var(--font-size-24);
}
}
.robot-book-section02__sentence p:not(:last-child) {
margin-bottom: 32px;
}
.robot-book-section03 {
padding: 160px 40px;
color: #fff;
background-image: url(//mmin-net.co.jp/jinny/wp-content/themes/robodachi/assets/images/robot-books/robot-books-section03-bg.svg);
background-size: cover;
background-repeat: repeat-y;
background-position: top center;
}
@media not all and (min-width: 940px){
.robot-book-section03 {
padding: 80px 20px;
}
}
.robot-book-section03-heading {
margin-inline: auto;
margin-bottom: 80px;
width: fit-content;
font-size: var(--font-size-56);
}
@media not all and (min-width: 768px){
.robot-book-section03-heading {
margin-bottom: 40px;
font-size: var(--font-size-40);
}
}
@media not all and (min-width: 568px){
.robot-book-section03-heading {
margin-bottom: 32px;
font-size: var(--font-size-32);
}
}
.robot-book-section03__item:not(:last-child) {
margin-bottom: 160px;
}
@media not all and (min-width: 768px){
.robot-book-section03__item:not(:last-child) {
margin-bottom: 80px;
}
}
.robot-book-section03__wrap {
display: flex;
justify-content: space-between;
align-items: center;
flex-wrap: wrap;
}
@media not all and (min-width: 768px){
.robot-book-section03__wrap {
flex-direction: column-reverse;
}
}
.robot-book-section03__item:nth-child(3) .robot-book-section03__wrap {
flex-direction: row-reverse;
}
@media not all and (min-width: 768px){
.robot-book-section03__item:nth-child(3) .robot-book-section03__wrap {
flex-direction: column-reverse;
}
}
.robot-book-section03__img {
width: 48%;
}
.robot-book-section03__contents {
width: 48%;
}
@media not all and (min-width: 768px){
.robot-book-section03__img {
width: 100%;
}
.robot-book-section03__contents {
margin-bottom: 80px;
width: 100%;
}
}
.robot-book-section03__heading {
margin-bottom: 32px;
font-size: var(--font-size-32);
}
@media not all and (min-width: 768px){
.robot-book-section03__heading {
margin-bottom: 24px;
font-size: var(--font-size-24);
}
}
.robot-book-section03__sentence p:not(:last-child) {
margin-bottom: 40px;
}
.robot-book-cta {
padding-bottom: 240px;
}
@media not all and (min-width: 768px){
.robot-book-cta {
padding-bottom: 80px;
}
}
.robot-book-cta__textloop {
margin-block: -100px 80px;
width: 100vw;
height: 240px;
overflow-x: hidden;
}
.robot-book-cta__textloop p {
display: inline-block;
color: #2860AD;
font-size: 240px;
font-weight: 700;
text-transform: uppercase;
line-height: 1;
white-space: nowrap;
animation: marquee 100s linear infinite;
}
@media not all and (min-width: 768px){
.robot-book-cta__textloop {
margin-block: -40px 40px;
height: 128px;
}
.robot-book-cta__textloop p {
font-size: 128px;
}
}
@keyframes marquee {
0% {
transform: translate(0, 0);
}
100% {
transform: translate(-100%, 0);
}
}
.robot-book-cta__heading {
padding-inline: 40px;
}
@media not all and (min-width: 940px){
.robot-book-cta__heading {
padding-inline: 20px;
}
}
.robot-book-cta__sentence {
margin-inline: auto;
margin-bottom: 80px;
padding-inline: 40px;
max-width: 880px;
}
@media not all and (min-width: 940px){
.robot-book-cta__sentence {
padding-inline: 20px;
}
}
.robot-book-cta__sentence p:not(:last-child) {
margin-bottom: 40px;
}
@media not all and (min-width: 940px){
.robot-book-cta__button {
padding-inline: 20px;
}
}
.robot-book-cta__button a {
display: flex;
justify-content: space-between;
align-items: center;
flex-wrap: wrap;
margin-inline: auto;
padding: 20px 30px;
max-width: 540px;
color: #fff;
font-size: var(--font-size-18);
font-weight: 700;
border-radius: 10px;
}
.robot-book-contact__hero {
margin-inline: auto;
margin-bottom: 40px;
padding-inline: 40px;
max-width: 680px;
}
@media not all and (min-width: 940px){
.robot-book-contact__hero {
padding-inline: 20px;
}
}
.robot-book-cta,
.robot-book-contact {
background-color: #fff;
}
.robot-book-contact__form {
margin-inline: auto;
padding-bottom: 160px;
padding-inline: 40px;
max-width: 880px;
}
@media not all and (min-width: 940px){
.robot-book-contact__form {
padding-bottom: 80px;
padding-inline: 20px;
}
} .footer-section {
padding: 80px 24px;
color: #fff;
background-color: #021016;
}
.footer-wrap {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
margin-inline: auto;
margin-bottom: 80px;
max-width: 1200px;
color: #fff;
}
.footer-nav {
width: 640px;
}
@media not all and (min-width: 1026px){
.footer-nav {
margin-bottom: 40px;
width: 100%;
}
.footer-company {
width: 100%;
}
}
.footer-nav__heading {
margin-bottom: 24px;
font-size: var(--font-size-21);
font-weight: 700;
}
.footer-nav__list {
display: flex;
flex-wrap: wrap;
gap: 8px 24px;
}
.footer-nav__list a {
color: #fff;
}
.footer-company__heading {
margin-bottom: 24px;
font-size: var(--font-size-14);
font-weight: 700;
}
.footer-company__name {
margin-bottom: 8px;
}
.footer-company__name a {
color: #fff;
font-weight: 700;
}
.footer-company__address {
margin-bottom: 32px;
}
.footer-sns {
display: flex;
flex-wrap: wrap;
gap: 24px;
}
.footer-text-loop__wrap {
position: relative;
margin-bottom: 80px;
width: 100vw;
height: 240px;
overflow-x: hidden;
}
.footer-text-loop {
display: inline-block;
position: absolute;
top: 0;
color: #052938;
font-size: 240px;
font-weight: 700;
text-transform: uppercase;
line-height: 1;
white-space: nowrap;
animation: marquee 100s linear infinite;
}
@keyframes marquee {
0% {
transform: translate(0, 0);
}
100% {
transform: translate(-100%, 0);
}
}
@media not all and (min-width: 768px){
.footer-text-loop__wrap {
margin-bottom: 40px;
height: 128px;
}
.footer-text-loop {
bottom: -32px;
font-size: var(--font-size-128);
}
}
.copyright {
text-align: center;
}
.totop {
position: fixed;
bottom: 40px;
right: 40px;
z-index: 100;
}
.totop a {
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
padding: 10px 30px;
color: #fff;
font-weight: 700;
background-color: #022658;
border-radius: 10px;
}
.totop a::before {
content: '';
display: inline-block;
width: 17px;
height: 15px;
background-image: url(//mmin-net.co.jp/jinny/wp-content/themes/robodachi/assets/images/robot-books/arrow-up.svg);
background-size: contain;
background-repeat: no-repeat;
background-position: center;
}
@media (any-hover: hover) {
.totop a:hover {
text-decoration: none;
background-color: #09397d;
}
}
.totop a:focus-visible {
text-decoration: none;
background-color: #09397d;
}
@media not all and (min-width: 940px){
.totop {
bottom: 20px;
right: 20px;
}
}