@charset "UTF-8";

 body {
margin: 0 !important; animation: pro 1s ease;
} @keyframes pro {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
body.visible {
opacity: 1;
}
body.active {
overflow: hidden;
}
h1, h2, h3, h4, h5, p, span, div {
margin: 0;
font-weight: normal;
}
img {
width: 100%;
height: auto;
vertical-align: top;
}
a {
text-decoration: none;
}
p, span {
color: #333;
font-family: YuGothic, 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'ヒラギノ角ゴシック', 'Hiragino Sans', sans-serif;
}
h1, h2, h3, h4, h5 {
font-family: YuGothic, 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'ヒラギノ角ゴシック', 'Hiragino Sans', sans-serif;
}
ul, li {
font-family: YuGothic, 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'ヒラギノ角ゴシック', 'Hiragino Sans', sans-serif;
padding: 0;
margin: 0;
}
h1, h2, h3, p, span {
letter-spacing: .1em;
line-height: 1.8;
}
.tb-br {
display: none;
}
.sp-br {
display: none;
}
.header-wrapper {
display: flex;
justify-content: space-between;
width: 90%;
margin: 0 auto;
padding-top: 30px;
}
.header-logo {
width: 240px;
}
.header-link {
display: flex;
flex-direction: column;
justify-content: center;
}
.header-link ul {
display: flex;
justify-content: space-between;
}
.header-link ul li {
list-style: none;
padding-left: 25px;
font-size: 20px;
font-family: "futura-pt", sans-serif;
letter-spacing: .12em;
}
.header-link ul li a {
color: #a89458;
} .grecaptcha-badge {
visibility: hidden !important;
} .js-animation {
opacity: 0;
visibility: hidden;
transform: translateY(40px);
transition: all 1s;
}
.js-animation.appear {
opacity: 1;
visibility: visible;
transform: translateY(0px);
} .font-orange {
color: #b9962e;
font-weight: 600;
}
.under-brown {
font-weight: 600;
color: #4b401f;
background: linear-gradient(transparent 50%, rgba(168, 148, 88, 0.2) 50%);
}
.under-blue {
font-weight: 600;
color: #3a4355;
background: linear-gradient(transparent 50%, rgba(170, 178, 217, 0.2) 50%);
} footer {
background: #f1ebd8;
background-size: cover;
background-position: center;
height: 300px;
display: flex;
flex-direction: column;
justify-content: center;
position: relative;
}
.footer-wrapper {
width: 1000px;
margin: 0 auto;
display: flex;
justify-content: space-between;
}
.footer-logo {
width: 300px;
display: flex;
flex-direction: column;
justify-content: center;
}
.footer-link {
order: 2;
}
.sns-link {
display: flex;
margin-top: 15px;
}
.sns-link a {
transition: all 1s;
}
.sns-link a:hover {
opacity: .4;
}
.sns-link a img {
width: 45px;
padding-left: 15px;
}
.sns-link a:first-of-type img{
padding-left: 0;
}
.footer-title h2 {
color: #a89458;
font-size: 45px;
text-align: center;
font-family: 'Futura', sans-serif;
}
.footer-text {
text-align: center;
}
.footer-text p {
color: #4b401f;
}
.footer-button {
margin-top: 15px;
background: #4b401f;
border-radius: 100px;
height: 55px;
text-align: center;
display: flex;
flex-direction: column;
justify-content: center;
background-image: url(https://chikaumino.com/wp-content/themes/nqm/assets/img/common/arrow.png);
background-repeat: no-repeat;
background-position-y: center;
background-position-x: 90%;
background-size: 30px;
transition: all 1s;
}
.footer-button:hover {
opacity: .4;
}
.footer-link a span {
color: #fff;
}
.copyright {
position: absolute;
text-align: center;
right: 0;
bottom: 0;
left: 0;
margin: auto;
}
.copyright span {
font-size: 12px;
color: #A79457;
font-family: 'Futura', sans-serif;
font-weight: normal;
}
#menuToggle {
display: none;
}
#menu li {
font-family: "futura-pt", sans-serif;
letter-spacing: .1em;
}
.tb-br, .sp-br {
display: none;
}
.navigation {
display: none;
}
.sp-photo {
display: none;
}
@media screen and (max-width:1200px) {
.footer-wrapper {
width: 90%;
padding-bottom: 20px;
}
.footer-title h2 {
font-size: 50px;
}
.footer-logo {
width: 40%;
}
.footer-link {
width: 50%;
}
.footer-text p {
font-size: 15px;
}
.header-link {
display: none !important;
}
.header-logo {
width: 220px;
}
.openbtn1 {
position: fixed;  cursor: pointer;
width: 80px;
height: 80px;
border-radius: 5px;
top: 35px;
right: 30px;
z-index: 1001;
} .openbtn1 span {
display: inline-block;
transition: all .4s; position: absolute;
left: 14px;
height: 3px;
border-radius: 2px;
background: #4b401f;
width: 45%;
}
.openbtn1 span:nth-of-type(1) {
top: 15px;
}
.openbtn1 span:nth-of-type(2) {
top: 23px;
}
.openbtn1 span:nth-of-type(3) {
top: 31px;
} .openbtn1.active span:nth-of-type(1) {
top: 18px;
left: 18px;
transform: translateY(6px) rotate(-45deg);
width: 30%;
}
.openbtn1.active span:nth-of-type(2) {
opacity: 0; }
.openbtn1.active span:nth-of-type(3) {
top: 30px;
left: 18px;
transform: translateY(-6px) rotate(45deg);
width: 30%;
}
#menu {
width: 100vw;
height: 100vh;
background: #f1ebd8;
right: -100%;
position: fixed;
top: 0px;
z-index: 1000;
transition: all 0.7s cubic-bezier(0.77, 0.2, 0.05, 1.0);
display: flex;
flex-direction: column;
justify-content: center;
}
#menu.open {
right: 0;
}
.menu-inner {
height: max-content;
display: flex;
flex-direction: column;
justify-content: space-between;
}
#menu li {
list-style: none;
text-align: center;
font-size: 24px;
color: #a89458;
margin-bottom: 35px;
}
#menu .menu-inner .header-logo {
width: 320px;
margin: 0 auto;
margin-bottom: 50px;
}
body.scroll-stop {
overflow: hidden;
}
.navigation {
display: block;
}
.pc-br {
display: none;
}
.tb-br {
display: block;
}
}
@media screen and (max-width:750px) {
.header-wrapper{
padding-top: 25px;
}
.openbtn1 {
width: 50px;
height: 50px;
top: 35px;
}
footer {
height: unset;
padding: 40px 20px;
}
.footer-wrapper {
width: 100%;
display: block;
}
.footer-logo {
width: 70%;
margin: 0 auto;
margin-top: 0;
}
.footer-title h2 {
font-size: 30px;
}
.footer-text p {
font-size: 12px;
}
.footer-button {
width: 85%;
margin: 0 auto;
margin-top: 10px;
}
.footer-title {
text-align: center;
}
.sns-link {
justify-content: center;
margin-top: 15px;
}
.sns-link a img {
width: 40px;
padding-left: 20px;
}
.footer-link {
display: none;
width: 100%;
}
.footer-text p {
font-size: 14px;
}
.copyright {
margin-top: 20px;
}
.tb-br {
display: none;
}
.sp-br {
display: block;
}
.header-logo {
width: 180px;
}
.footer-link a span {
font-size: 14px;
}
.copyright span {
font-size: 10px;
}
.sp-photo {
display: block;
}
.pc-photo{
display: none;
}
#menu li {
margin-bottom: 25px;
font-size: 22px;
}
#menu .menu-inner .header-logo {
width: 50%;
margin-bottom: 40px;
}
}.slick-slider
{
position: relative;
display: block;
box-sizing: border-box;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-touch-callout: none;
-khtml-user-select: none;
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent;
}
.slick-list
{
position: relative;
display: block;
overflow: hidden;
margin: 0;
padding: 0;
}
.slick-list:focus
{
outline: none;
}
.slick-list.dragging
{
cursor: pointer;
cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list
{
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.slick-track
{
position: relative;
top: 0;
left: 0;
display: block;
margin-left: auto;
margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
display: table;
content: '';
}
.slick-track:after
{
clear: both;
}
.slick-loading .slick-track
{
visibility: hidden;
}
.slick-slide
{
display: none;
float: left;
height: 100%;
min-height: 1px;
}
[dir='rtl'] .slick-slide
{
float: right;
}
.slick-slide img
{
display: block;
}
.slick-slide.slick-loading img
{
display: none;
}
.slick-slide.dragging img
{
pointer-events: none;
}
.slick-initialized .slick-slide
{
display: block;
}
.slick-loading .slick-slide
{
visibility: hidden;
}
.slick-vertical .slick-slide
{
display: block;
height: auto;
border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
display: none;
}.course-contents{
margin-top: 80px;
text-align: center;
}
.course-contents p{
font-size: 18px;
margin-bottom: 10px;
} #course {
margin: 50px 0px;
}
.course-over {
width: 1000px;
margin: 0 auto;
}
.course-wrapper {
display: flex;
justify-content: space-between;
}
.course-wrapper1 {
margin-top: 50px;
}
.course-wrapper2, .course-wrapper3 {
margin-top: 50px;
}
.course-purpose {
width: 25%;
background: #a89458;
text-align: center;
display: flex;
flex-direction: column;
justify-content: center;
}
.course-purpose span {
color: #fff;
font-size: 18px;
display: block;
width: 90%;
margin: 0 auto;
font-weight: 600;
}
.course-box1 {
width: 75%;
border: solid 1px #a89458;
background: #fffefa;
padding: 50px 0px;
display: flex;
flex-direction: column;
justify-content: center;
position: relative;
}
.course-photo1 {
margin-top: 100px;
box-shadow: rgba(93, 67, 50, 0.25) 0px 50px 100px -20px, rgba(93, 67, 50, 0.3) 0px 30px 60px -30px, rgba(71, 35, 12, 0.35) 0px -2px 6px 0px inset;
}
.course-photo2 {
width: 350px;
margin: 0 auto;
transition: all 1s;
}
.course-photo2:hover {
opacity: .4;
}
.course-treat1 {
width: 280px;
position: absolute;
right: 0;
left: 0;
margin: auto;
bottom: -70px;
z-index: 100;
}
.course-inner {
width: 75%;
display: flex;
border: solid 1px #a89458;
background: #fffefa;
padding: 50px 0px;
}
.course-left, .course-right {
width: 45%;
margin: 0 auto;
}
.course-wrapper2 .course-left, .course-right {
width: 43%;
margin: 0 auto;
}
.course-wrapper2 .course-left .course-photo3 {
width: 260px;
margin: 0 auto;
margin-bottom: 20px;
}
.course-photo3 {
height: 50px;
margin-bottom: 20px;
display: flex;
flex-direction: column;
justify-content: center;
transition: all 1s;
}
.course-photo3:hover {
opacity: .4;
}
.course-photo4, .course-photo5 {
transition: all 1s;
}
.course-photo4:hover, .course-photo5:hover {
opacity: .4;
}
.course-photo5 {
margin-top: 50px;
}
.under-triangle1 {
width: 0;
height: 0;
border-style: solid;
border-color: #4b3f1f transparent transparent transparent;
border-width: 17.32px 10px 0px 10px;
margin: 0 auto;
margin-bottom: 20px;
}
.under-triangle2 {
width: 0;
height: 0;
border-style: solid;
border-color: #4b3f1f transparent transparent transparent;
border-width: 55px 35px 0px 35px;
position: absolute;
right: 0;
left: 0;
margin: auto;
top: -30px;
}
.course-box4 {
width: 75%;
border: solid 1px #a89458;
background: #fffefa;
padding: 50px 0px;
display: flex;
flex-direction: column;
justify-content: center;
position: relative;
}
.course-photo8 {
width: 250px;
margin: 0 auto;
}
.course-treat2 {
position: absolute;
right: 0;
left: 0;
margin: auto;
top: -70px;
z-index: 100;
width: max-content;
}
.course-treat2 img {
height: 90px;
width: auto;
} .fv-over {
width: 1200px;
margin: 0 auto;
padding-top: 30px;
}
#fv .title {
text-align: center;
}
.fv-photo {
box-shadow: rgba(154, 117, 45, 0.1) 0px 10px 50px;
}
#fv .title span {
font-size: 20px;
display: block;
margin-top: 20px;
}
.fv-text1 {
margin-top: 20px;
}
.fv-text1 .under-brown {
font-size: 22px;
}
.fv-text2 {
margin-top: 30px;
}
.fv-text1 p {
font-size: 18px;
}
.fv-wrapper {
display: flex;
justify-content: space-between;
margin-top: 50px;
}
.fv-wrapper2 {
margin-top: 30px;
}
.fv-left {
width: 45%;
display: flex;
flex-direction: column;
justify-content: center;
}
.fv-text2 p {
font-size: 18px;
}
.fv-text3 {
text-align: center;
margin-top: 30px;
}
.fv-text3 p {
font-size: 24px;
}
.fv-text3 span {
font-weight: 600;
background: linear-gradient(transparent 55%, rgba(230, 209, 166, 0.3) 55%);
}
.fv-right {
width: 45%;
display: flex;
flex-direction: column;
justify-content: center;
}
.under-triangle {
width: 0;
height: 0;
border-style: solid;
border-color: #a89458 transparent transparent transparent;
border-width: 20px 32px 0px 32px;
margin: 0 auto;
margin-top: 30px;
}
.fv-wrapper2 .fv-left {
order: 2;
}
.fv-text4 p {
font-size: 18px;
}
.fv-text4 p span {
font-size: 24px;
font-weight: 600;
}
.fv-text5 {
margin-top: 20px;
}
.fv-text5 span {
display: block;
background: #4b401f;
width: max-content;
padding: 1px 10px 1px 15px;
font-size: 22px;
color: #fff;
margin-bottom: 10px;
}
.fv-text6 {
margin-top: 20px;
}
.fv-text6 p {
margin-bottom: 20px;
font-size: 18px;
}
.fv-text6 span {
font-weight: 600;
}
.fv-text6 p:last-child {
margin-bottom: 0;
} #contents1 {
padding: 50px 0px;
margin-top: 30px;
background: #f1ebd8;
}
#contents2 {
padding: 50px 0px;
margin-top: 50px;
background: #f1ebd8;
}
.contents1 {
width: 950px;
margin: 0 auto;
background: #fffefb;
padding: 50px;
box-shadow: rgba(154, 117, 45, 0.1) 0px 10px 50px;
}
.contents-circle {
text-align: center;
background: #4b401f;
border-radius: 100px;
color: #fff;
width: max-content;
margin: 0 auto;
padding: 2px 20px;
}
.contents-circle span {
font-size: 12px;
color: #fff;
font-family: 'Futura', sans-serif;
letter-spacing: .2em;
line-height: 2;
}
.contents-title {
text-align: center;
margin-top: 10px;
}
.contents-title h2 {
font-size: 30px;
line-height: 1.5;
}
.contents-title h2 span {
font-size: 16px;
display: block;
}
.contents-title span {
display: block;
margin-top: 5px;
color: #a89458;
font-weight: 600;
}
.contents-text1 {
text-align: center;
margin-top: 20px;
}
.contents-text1 p {
color: #333;
}
.contents-link {
margin-top: 20px;
}
.contents-application-link {
width: 100%;
background-color: #a89458;
text-align: center;
display: flex;
flex-direction: column;
justify-content: center;
display: block;
text-align: center;
vertical-align: middle;
text-decoration: none;
position: relative;
width: 350px;
margin: auto;
padding: 1rem 3rem;
font-weight: bold;
border-radius: 10px;
color: #fff;
border: 3px solid #fff;
box-shadow: 5px 5px #a89458;
transition: 0.3s ease-in-out;
}
.contents-application-link:hover {
box-shadow: none;
transform: translate(5px, 5px);
color: #fff;
}
.contents-application-link span {
color: #fff;
font-size: 18px;
font-weight: 600;
letter-spacing: .08em;
font-family: YuGothic, 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'ヒラギノ角ゴシック', 'Hiragino Sans', sans-serif;
line-height: 1.6;
}
.contents-arrow {
padding: 50px 0px 80px;
background-image: url(//chikaumino.com/wp-content/themes/nqm/assets/img/service/under-arrow.webp);
background-repeat: no-repeat;
background-position: center center;
background-size: contain;
margin-bottom: 30px;
}
.contents-arrow-text {
width: 800px;
margin: 0 auto;
background: #fff;
text-align: center;
border: solid 2px #4b401f;
}
.contents-arrow-text span {
font-size: 20px;
font-weight: 600;
color: #4b401f;
}
.contents2 {
width: 950px;
margin: 0 auto;
background: #e7dcb8;
padding: 50px;
box-shadow: rgba(154, 117, 45, 0.1) 0px 10px 50px;
}
.contents-title h2 {
color: #a89458;
font-weight: 600;
}
.contents-text2, .contents-text3 , .contents-text5{
text-align: center;
}
.contents-text2 {
margin-top: 30px;
}
.contents-photo1 {
width: 90%;
margin: 0 auto;
margin-top: 30px;
}
.contents-text3 {
width: 80%;
margin: 0 auto;
margin-top: 30px;
text-align: left;
}
.contents-text2 p{
color: #b9962e;
}
.contents2 .contents-title h2, .contents2 .contents-title h2 span, .contents2 .contents-text2 p, .contents2 .contents-text3 p {
color: #554c30;
}
.contents-text3 p {
color: #b9962e;
font-size: 14px;
}
.more-button {
background: #a89458;
border-radius: 100px;
width: max-content;
padding: 20px 0px;
width: 370px;
text-align: center;
margin: 0 auto;
margin-top: 50px;
}
.more-link-wrapper {
width: 1000px;
margin: 0 auto;
margin-top: 50px;
}
.more-link-wrapper a {
width: 45%;
}
.more-link {
width: 100%;
background-color: #fff;
text-align: center;
display: flex;
flex-direction: column;
justify-content: center;
display: block;
text-align: center;
vertical-align: middle;
text-decoration: none;
position: relative;
width: 350px;
margin: auto;
padding: 1rem 3rem;
font-weight: bold;
border-radius: 10px;
color: #a89458;
border: 3px solid #a89458;
box-shadow: 5px 5px #a89458;
transition: 0.3s ease-in-out;
}
.more-link:hover {
box-shadow: none;
transform: translate(5px, 5px);
color: #a89458;
}
.more-link span {
color: #a89458;
font-size: 18px;
font-weight: 600;
letter-spacing: .08em;
font-family: "futura-pt", sans-serif;
line-height: 1.6;
}
.link-more .more-link {
margin: 0 auto;
margin-top: 50px;
}
.link-more .more-link span {
font-size: 16px;
font-weight: 600;
letter-spacing: .08em;
font-family: YuGothic, 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'ヒラギノ角ゴシック', 'Hiragino Sans', sans-serif;
} #voices {
padding: 100px;
background: #fff;
background: url(//chikaumino.com/wp-content/themes/nqm/assets/img/service/gold-bg.webp);
background-repeat: no-repeat;
background-size: 100%;
}
.voice-over {
width: 1000px;
margin: 0 auto;
}
#voices .title {
text-align: center;
}
#voices .title h2 {
font-size: 60px;
letter-spacing: .2em;
line-height: 1.4;
color: #d2a005;
font-family: 'Futura', sans-serif;
}
#voices .title span {
font-size: 20px;
font-weight: 600;
color: #d2a005;
}
.voice {
margin-top: 50px;
background: #f1ebd86e;
padding: 30px 50px 20px;
position: relative;
}
.voice-genre {
background: #a89458;
border-radius: 100px;
text-align: center;
width: max-content;
margin: 0 auto;
padding: 0px 10px;
position: absolute;
left: 0;
right: 0;
margin: auto;
top: -10px;
}
.voice-genre span {
color: #fff;
font-size: 14px;
padding: 2px 10px;
}
@media screen and (max-width:1200px) { .course-contents{
width: 85%;
margin: 0 auto;
margin-top: 50px;
}
.course-contents p {
text-align: left;
} #course {
margin: 50px 0 0;
}
.course-over {
width: 90%;
}
.course-purpose span {
font-size: 14px;
width: 100%;
letter-spacing: .05em;
}
.course-purpose {
width: 22%;
}
.course-wrapper2 .course-left .course-photo3 {
width: 200px;
}
.course-inner {
width: 78%;
}
.course-box1 {
width: 78%;
}
.course-box4 {
width: 78%;
}
.course-over {
width: 95%;
}
.course-photo2 {
width: 300px;
}
.course-wrapper1 {
margin-top: 50px;
}
.course-photo8 {
width: 200px;
}
.contents-text5{
width: 85%;
margin: 0 auto;
margin-top: 30px;
}
.contents-text5 p{
text-align: left;
margin-bottom: 20px;
} .fv-over {
width: 90%;
}
.fv-wrapper {
display: block;
margin-top: 20px;
}
.fv-left {
width: 100%;
}
.fv-right {
width: 65%;
margin: 0 auto;
margin-top: 50px;
}
.header-wrapper {
display: block;
}
.header-link ul li {
font-size: 18px;
}
.under-triangle {
margin-top: 20px;
}
.contents1 {
width: 85%;
padding: 5%;
}
.contents-arrow-text {
width: 80%;
}
.contents2 {
width: 85%;
padding: 5%;
}
.contents-text1, .contents-text2 {
text-align: left;
}
.more-link {
margin-top: 30px;
padding: 20px 0px;
width: 55%;
}
.more-link-wrapper {
width: 100%;
display: block;
margin-top: 30px;
}
.link-more .more-link {
margin-top: 30px;
}
.contents-application-link {
margin-top: 30px;
padding: 20px 0px;
width: 90%;
}
.fv-right {
width: 75%;
}
#contents {
padding: 60px 20px;
}
.contents-wrapper1{
width: 85%;
display: block;
}
.contents-photo2 {
width: 55%;
margin: 0 auto;
}
.contents-text4{
width: 100%;
margin-top: 30px;
}
#voices {
padding: 5% 50px 50px;
}
.voice-over {
width: 100%;
}
}
@media screen and (max-width:750px) {
.course-contents p{
font-size: 15px;
} #course {
margin: 30px 0 0;
}
.course-wrapper {
display: block;
}
.course-wrapper2 .course-left .course-photo3 {
width: 100%;
margin: 0 auto;
margin-bottom: 10px;
}
.course-purpose {
width: 100%;
margin: 0 auto;
padding: 10px 0;
border: solid 1px #a89458;
}
.course-box1 {
width: 100%;
margin: 0 auto;
padding: 30px 0px;
}
.course-photo2 {
width: 70%;
}
.course-treat2 {
top: -150px;
}
.course-treat2 img {
height: 70px;
}
.course-inner {
width: 100%;
margin: 0 auto;
padding: 30px 0px;
}
.course-photo3 {
height: 40px;
margin-bottom: 10px;
}
.course-wrapper2 .course-left, .course-right {
width: 45%;
}
.course-photo5 {
margin-top: 20px;
}
.course-treat1 {
width: 200px;
bottom: -40px;
}
.under-triangle2 {
border-width: 30px 25px 0px 25px;
top: -100px;
}
.course-box4 {
width: 100%;
margin: 0 auto;
padding: 30px 0px;
}
.course-photo8 {
width: 180px;
}
.course-purpose span {
font-size: 14px;
line-height: 1.6;
}
.course-wrapper2, .course-wrapper3 {
margin-top: 60px;
}
.contents-text5 p{
font-size: 15px;
}
.contents-text5 .font-orange {
font-size: 20px;
} .header-link ul {
flex-wrap: wrap;
}
.header-link ul li a {
font-size: 17px;
}
.fv-over {
width: 100%;
}
#fv .title h2 {
font-size: 20px;
}
#fv .title span {
font-size: 16px;
}
.fv-photo1 {
width: 90%;
}
.fv-text5 span {
font-size: 16px;
}
.fv-text p {
font-size: 15px;
}
.fv-wrapper {
width: 90%;
margin: 0 auto;
}
.fv-right {
width: 95%;
margin-top: 30px;
}
.under-triangle {
margin-top: 30px;
}
.fv-text3 span {
font-size: 16px;
}
.fv-text4 p span {
font-size: 18px;
}
.fv-wrapper2 .fv-left {
margin-top: 20px;
}
.fv-text1 .under-brown, .fv-text1 .under-blue {
font-size: 18px;
}
.fv-text2 {
margin-top: 20px;
}
.contents-application-link span {
font-size: 16px;
} #contents1 {
margin-top: 30px;
}
#contents {
padding: 30px 10px 50px;
margin-top: 20px;
}
.contents1, .contents2 {
width: 90%;
padding: 30px 15px;
}
.contents-title h2 {
font-size: 26px;
}
.contents-title h2 span {
font-size: 14px;
}
.contents-text1 {
margin-top: 15px;
}
.contents-text1 p, .contents-text2 p {
font-size: 15px;
text-align: left;
}
.contents-button {
padding: 15px 50px;
}
.contents-arrow-text span {
font-size: 16px;
line-height: 1.4;
}
.contents-arrow-text {
width: 90%;
padding: 10px 0;
}
.contents-arrow {
margin-top: 10px;
padding: 30px 0px 80px;
}
#contents2 {
padding: 30px 0px 50px;
}
.contents-text2 {
margin-top: 15px;
}
.contents-photo1 {
width: 100%;
}
.contents-photo2 {
width: 100%;
}
.contents-text3 p {
font-size: 14px;
text-align: left;
margin-bottom: 15px;
}
.contents-wrapper1{
margin-top: 30px;
}
.contents-text4 p {
font-size: 15px;
}
#contents2 .more-link{
width: 80%;
}
.contents-text3 {
width: 95%;
margin: 0 auto;
margin-top: 20px;
}
.more-link-wrapper {
margin-top: 30px;
}
.more-link span {
font-size: 16px;
}
.more-link {
width: 85%;
margin-top: 20px;
padding: 15px 0px;
}
.contents-application-link {
margin-top: 20px;
padding: 15px 0px;
} #voices {
padding: 50px 0;
background-size: 100% 40%;
}
#voices .title h2 {
font-size: 40px;
}
#voices .title span {
font-size: 16px;
}
.voice p {
font-size: 14px;
}
.voice {
padding: 35px 20px 25px;
margin-top: 40px;
}
.voice-over {
width: 90%;
}
}