@charset "UTF-8";
  @import url("https://fonts.googleapis.com/css?family=Roboto+Condensed");
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
vertical-align: baseline;
background: transparent;
}
section, article, aside, hgroup, header, footer, nav, dialog, figure, figcaption {
display: block;
}
body {
line-height: 1;
-webkit-text-size-adjust: 100%;
}
article, aside, dialog, figure, footer, header,
hgroup, nav, section {
display: block;
}
ul,
ol {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: "";
content: none;
}
a {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
vertical-align: baseline;
background: transparent;
}
ins {
background-color: #ff9;
color: #000;
text-decoration: none;
}
mark {
background-color: #ff9;
color: #000;
font-style: italic;
font-weight: bold;
}
del {
text-decoration: line-through;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
hr {
display: block;
height: 1px;
border: 0;
border-top: 1px solid #cccccc;
margin: 1em 0;
padding: 0;
}
input, select {
vertical-align: middle;
} #issp {
display: none;
}
.pc-inline {
display: inline !important;
}
.pc-inline-block {
display: inline-block !important;
}
.pc-block {
display: block !important;
}
.sp-inline,
.sp-inline-block,
.sp-block {
display: none !important;
}
@media only screen and (max-width: 768px) {
#issp {
position: absolute;
left: 0;
top: 0;
display: block;
width: 1px;
height: 1px;
pointer-events: none;
}
.pc-inline,
.pc-inline-block,
.pc-block {
display: none !important;
}
.sp-inline {
display: inline !important;
}
.sp-inline-block {
display: inline-block !important;
}
.sp-block {
display: block !important;
}
}
body {
color: #333333;
}
body {
font-size: 14px;
line-height: 1.6;
font-family: -apple-system, BlinkMacSystemFont, "游ゴシック体", "Yu Gothic", YuGothic, "Helvetica Neue", "Segoe UI", sans-serif;
font-feature-settings: "palt";
}
@media only screen and (max-width: 768px) {
body {
font-size: 4.2666666667vw;
}
} .alt {
display: none;
}
a:hover {
opacity: 0.75;
} html {
min-width: 1200px;
}
@media only screen and (max-width: 768px) {
html {
min-width: 0;
}
} #wrap {
width: 100%;
overflow: hidden;
} .header {
position: relative;
z-index: 99;
}
.header-center {
position: relative;
width: 1200px;
height: 80px;
margin: 0 auto;
z-index: 101;
*zoom: 1;
}
.header-center:after {
content: "";
display: block;
clear: both;
}
@media only screen and (max-width: 768px) {
.header-center {
width: auto;
height: 16vw;
}
}
.header-logo {
position: absolute;
left: 10px;
top: 0;
}
.header-logo a {
display: block;
width: 270px;
}
@media only screen and (max-width: 768px) {
.header-logo a {
width: 45vw;
}
}
.header-logo a img {
display: block;
width: 100%;
height: auto;
}
.header-util {
float: right;
margin: 16px 34px 0 0;
}
@media only screen and (max-width: 768px) {
.header-util {
display: none;
}
}
.header-util .header-util-sns ul {
text-align: right;
font-size: 0;
}
.header-util .header-util-sns ul li {
display: inline-block;
margin: 0 0 0 6px;
}
.header-util .header-util-sns ul li:first-child {
margin: 0;
}
.header-util .header-util-sns ul li a {
display: inline-block;
width: 25px;
height: 25px;
background-repeat: no-repeat;
background-position: center center;
background-size: contain;
}
.header-util .header-util-sns ul li:nth-child(1) a {
background-image: url(//miracolla.jp/mcwp/wp-content/themes/miracolla/images/common/sns-fb.png);
}
.header-util .header-util-sns ul li:nth-child(2) a {
background-image: url(//miracolla.jp/mcwp/wp-content/themes/miracolla/images/common/sns-yt.png);
}
.header-util .header-util-sns ul li:nth-child(3) a {
background-image: url(//miracolla.jp/mcwp/wp-content/themes/miracolla/images/common/sns-ig.png);
}
.header-util .header-util-inquiry {
margin: 5px 0 0 0;
}
.header-util .header-util-inquiry a {
display: block;
width: 185px;
height: 19px;
background: url(//miracolla.jp/mcwp/wp-content/themes/miracolla/images/common/header-inquiry.png) no-repeat;
}
.header-gnav {
float: right;
margin: 48px 8px 0 0;
}
@media only screen and (max-width: 768px) {
.header-gnav {
display: none;
}
}
.header-gnav ul {
font-size: 13px;
line-height: 18px;
letter-spacing: 0.05em;
}
.header-gnav ul li {
display: inline-block;
padding: 0 10px;
border-left: 1px solid #333333;
}
.header-gnav ul li:first-child {
border-left: 0;
}
.header-gnav ul li a {
text-decoration: none;
color: #333333;
font-weight: bold;
}
.header-spmenu {
position: absolute;
right: 0;
top: 0;
width: 16vw;
height: 16vw;
display: none;
cursor: pointer;
}
@media only screen and (max-width: 768px) {
.header-spmenu {
display: block;
}
}
.header-spmenu .border {
position: absolute;
left: 2.6666666667vw;
top: 6.6666666667vw;
width: 10.6666666667vw;
height: 2px;
margin-top: -1px;
}
.header-spmenu .border:before, .header-spmenu .border:after,
.header-spmenu .border .border-base {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: #000;
}
.header-spmenu .border:before, .header-spmenu .border:after {
content: "";
transition: transform 0.2s ease-out;
}
.header-spmenu .border:before {
transform: translateY(-2.6666666667vw);
}
.header-spmenu .border:after {
transform: translateY(2.6666666667vw);
}
.header-spmenu .border .border-base {
transition: opacity 0.1s linear;
}
.header-spmenu .ttl {
position: absolute;
left: 0;
bottom: 1.3333333333vw;
width: 100%;
text-align: center;
color: #000;
font-size: 2.6666666667vw;
font-family: "Roboto Condensed", sans-serif;
letter-spacing: 0.25em;
}
.header-spmenu .ttl .open {
display: inline;
}
.header-spmenu .ttl .close {
display: none;
}
.header-spmenu.active .border:before {
transform: translateY(0vw) rotate(45deg);
}
.header-spmenu.active .border:after {
transform: translateY(0vw) rotate(-45deg);
}
.header-spmenu.active .border .border-base {
opacity: 0;
}
.header-spmenu.active .ttl .open {
display: none;
}
.header-spmenu.active .ttl .close {
display: inline;
}
.header-subnav {
position: absolute;
left: 0;
top: 80px;
width: 100%;
padding: 16px 0;
z-index: 100;
background-color: #fcd13e;
display: none;
}
.header-subnav ul {
position: relative;
width: 1080px;
box-sizing: border-box;
margin: 0 auto;
text-align: left;
font-size: 12px;
line-height: 1.2;
}
.header-subnav ul:after {
position: absolute;
top: -28px;
width: 0;
height: 0;
border-bottom: 12px solid #fcd13e;
border-left: 12px solid transparent;
border-right: 12px solid transparent;
content: "";
}
.header-subnav ul li {
display: inline-block;
margin: 0 1em;
}
.header-subnav ul li a {
text-decoration: none;
color: #333333;
font-weight: bold;
}
.header-subnav ul#subnav-1 {
padding-left: 396px;
}
.header-subnav ul#subnav-1:after {
left: 678px;
}
.header-subnav ul#subnav-2 {
padding-left: 392px;
}
.header-subnav ul#subnav-2:after {
left: 296px;
}
.header-subnav ul#subnav-3 {
padding-left: 435px;
}
.header-subnav ul#subnav-3:after {
left: 552px;
}
#sp-nav {
display: none;
}
@media only screen and (max-width: 768px) {
#sp-nav {
position: absolute;
left: 0;
right: 0;
top: 16vw;
z-index: 101;
background-color: #fff;
box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}
}
@media only screen and (min-width: 769px) {
#sp-nav {
display: none !important;
}
}
#sp-nav ul {
font-size: 3.7333333333vw;
line-height: 1.2;
}
#sp-nav ul li {
border-top: 1px solid #ddd;
}
#sp-nav ul li a {
display: block;
padding: 1em;
text-decoration: none;
color: inherit;
font-weight: bold;
}
#sp-nav ul > li > ul > li > a {
padding: 1em 1em 1em 2.5em;
} .main {
background-color: #f4f4f4;
} .footer-main {
padding: 28px 0;
}
@media only screen and (max-width: 768px) {
.footer-main {
padding: 5.8666666667vw 0;
}
}
.footer-main .ttl {
text-align: center;
font-size: 16px;
font-weight: bold;
line-height: 1;
}
@media only screen and (max-width: 768px) {
.footer-main .ttl {
font-size: 4.8vw;
}
}
.footer-main-center {
max-width: 1080px;
margin: 0 auto;
*zoom: 1;
}
.footer-main-center:after {
content: "";
display: block;
clear: both;
}
@media only screen and (max-width: 768px) {
.footer-main-center {
width: auto;
margin: 8% 0 0 0;
}
}
.footer-main-center .footer-logo {
float: left;
}
@media only screen and (max-width: 768px) {
.footer-main-center .footer-logo {
float: none;
width: 29.8vw;
margin: 0 auto;
}
.footer-main-center .footer-logo a {
display: block;
}
.footer-main-center .footer-logo a img {
display: block;
width: 100%;
height: auto;
}
}
.footer-main-center .footer-info {
padding: 24px 0 0 0;
margin: 0 0 0 170px;
}
@media only screen and (max-width: 768px) {
.footer-main-center .footer-info {
padding: 0;
margin: 0 5.8666666667vw;
}
}
.footer-main-center .footer-info-row {
position: relative;
display: flex;
flex-direction: row;
}
@media only screen and (max-width: 768px) {
.footer-main-center .footer-info-row {
flex-direction: column;
margin: 5.8666666667vw 0 0 0;
}
}
.footer-main-center .footer-info-col {
position: relative;
}
.footer-main-center .footer-info-col:nth-child(2) {
flex: 1 1 auto;
padding: 0 0 40px 28px;
}
@media only screen and (max-width: 768px) {
.footer-main-center .footer-info-col:nth-child(2) {
padding: 5.8666666667vw 0 0 0;
}
}
.footer-main-center .footer-info-col .catch {
font-size: 20px;
font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", 游明朝, "Yu Mincho", YuMincho, HGS明朝E, メイリオ, Meiryo, serif;
line-height: 1.5;
white-space: nowrap;
}
@media only screen and (max-width: 768px) {
.footer-main-center .footer-info-col .catch {
font-size: 5.3333333333vw;
}
}
.footer-main-center .footer-info-col .footer-info-table {
margin: 12px 0 0 0;
}
.footer-main-center .footer-info-col .footer-info-table table {
font-size: 10px;
white-space: nowrap;
}
@media only screen and (max-width: 768px) {
.footer-main-center .footer-info-col .footer-info-table table {
font-size: 3.4666666667vw;
}
}
.footer-main-center .footer-info-col .footer-info-table table td {
padding-left: 20px;
}
.footer-main-center .footer-info-col .footer-info-table table tr:nth-child(3) th,
.footer-main-center .footer-info-col .footer-info-table table tr:nth-child(4) th {
letter-spacing: 0.3em;
}
.footer-main-center .footer-info-col > ul {
display: flex;
flex-direction: row;
justify-content: space-between;
line-height: 1.5;
white-space: nowrap;
}
@media only screen and (max-width: 768px) {
.footer-main-center .footer-info-col > ul {
flex-direction: column;
font-size: 3.4666666667vw;
}
}
@media only screen and (max-width: 768px) {
.footer-main-center .footer-info-col > ul > li {
padding: 24px 0 0 0;
}
}
.footer-main-center .footer-info-col > ul > li:first-child {
padding: 0;
}
.footer-main-center .footer-info-col > ul > li a {
text-decoration: none;
color: #000000;
}
.footer-main-center .footer-info-col > ul > li > a {
font-weight: bold;
}
.footer-main-center .footer-info-col > ul > li > ul {
margin: 0 0 1em 0;
}
.footer-main-center .footer-info-col > ul > li > ul:last-child {
margin: 0;
}
.footer-main-center .footer-info-col > ul > li > ul li {
padding: 0 0 0 1em;
text-indent: -1em;
}
.footer-main-center .footer-info-col > ul > li > ul li:before {
content: "├";
}
.footer-main-center .footer-info-col > ul > li > ul li:last-child:before {
content: "└";
}
.footer-copyright {
padding: 10px 0;
background-color: #84ccc9;
}
.footer-copyright p {
text-align: center;
color: #fff;
font-size: 11px;
font-weight: bold;
line-height: 1;
}
.side-voices {
position: fixed;
right: 0;
bottom: 10%;
z-index: 98;
}
@media only screen and (max-width: 768px) {
.side-voices {
bottom: 17.5%;
}
}
.side-voices a {
display: block;
width: 150px;
height: 255px;
background: url(//miracolla.jp/mcwp/wp-content/themes/miracolla/images/common/side-voices.png) no-repeat;
}
@media only screen and (max-width: 768px) {
.side-voices a {
width: 20vw;
height: 34vw;
background-size: 100% 100%;
}
} .mv-slider {
position: relative;
width: 100%;
max-width: 1980px;
margin: 0 auto;
overflow: hidden;
opacity: 0;
transition: opacity 0.2s linear;
}
.mv-slider.visible {
opacity: 1;
}
.mv-slider-container {
position: relative;
width: 100%;
height: 0;
padding-top: 36.3636363636%;
transition: margin-left 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.mv-slider-container .item {
position: absolute;
left: 0;
top: 0;
width: 100%;
}
.mv-slider-container .item img {
display: block;
width: 100%;
height: auto;
}
.mv-slider-nav {
position: absolute;
left: 0;
right: 0;
bottom: 32px;
text-align: center;
font-size: 0;
}
@media only screen and (max-width: 768px) {
.mv-slider-nav {
bottom: 3.2vw;
}
}
.mv-slider-nav span {
display: inline-block;
width: 14px;
height: 14px;
border-radius: 7px;
margin: 0 5px;
background-color: #fff;
opacity: 0.5;
cursor: pointer;
content: "";
}
@media only screen and (max-width: 768px) {
.mv-slider-nav span {
width: 2.8vw;
height: 2.8vw;
border-radius: 1.4vw;
margin: 0 1vw;
}
}
.mv-slider-nav span.active {
opacity: 1;
}
.home-center {
display: flex;
flex-direction: row;
justify-content: space-between;
width: 770px;
margin: 0 auto;
}
@media only screen and (max-width: 768px) {
.home-center {
flex-direction: column;
width: auto;
}
}
.home-main {
width: 540px;
padding: 20px 0 72px;
}
@media only screen and (max-width: 768px) {
.home-main {
width: auto;
padding: 5.3333333333vw 2.6666666667vw 9.6vw;
}
}
.home-taiken-bnr {
display: block;
margin: 0 0 20px 0;
}
@media only screen and (max-width: 768px) {
.home-taiken-bnr {
margin: 0 0 4.8vw 0;
}
}
.home-taiken-bnr a {
display: block;
width: 450px;
height: 0;
padding-top: 80px;
margin: 0 auto;
background: url(//miracolla.jp/mcwp/wp-content/themes/miracolla/images//home/bnr-taiken.png) no-repeat;
}
@media only screen and (max-width: 768px) {
.home-taiken-bnr a {
width: 100%;
padding-top: 6.6666666667%;
background-image: url(//miracolla.jp/mcwp/wp-content/themes/miracolla/images//home/bnr-taiken-s.png);
background-size: 100% 100%;
}
}
.home-blog .ttl {
width: 100%;
height: 39px;
background: url(//miracolla.jp/mcwp/wp-content/themes/miracolla/images/home/ttl-blog.png) no-repeat center center;
}
.home-blog-container {
margin: 22px 0 0 0;
}
@media only screen and (max-width: 768px) {
.home-blog-container {
margin: 5.8666666667vw 0 0 0;
}
}
.home-blog-sect {
margin: 44px 0 0 0;
}
@media only screen and (max-width: 768px) {
.home-blog-sect {
margin: 11.7333333333vw 0 0 0;
}
}
.home-blog-sect:first-child {
margin: 0;
}
.home-blog-sect-ttl {
width: 100%;
height: 16px;
background-repeat: no-repeat;
background-position: center top;
}
.home-blog-sect-container {
margin: 16px 0 0 0;
*zoom: 1;
}
.home-blog-sect-container:after {
content: "";
display: block;
clear: both;
}
@media only screen and (max-width: 768px) {
.home-blog-sect-container {
margin: 5.8666666667vw 0 0 0;
}
}
.home-blog-sect-container .item {
float: right;
display: flex;
flex-direction: row;
justify-content: space-between;
width: 248px;
margin: 8px 0 0 0;
}
@media only screen and (max-width: 768px) {
.home-blog-sect-container .item {
float: none;
width: 100%;
margin: 5.8666666667vw 0 0 0;
}
}
.home-blog-sect-container .item-thumb {
width: 140px;
overflow: hidden;
}
@media only screen and (max-width: 768px) {
.home-blog-sect-container .item-thumb {
width: 37.3333333333vw;
}
}
.home-blog-sect-container .item-thumb img {
display: block;
width: 100%;
height: auto;
}
.home-blog-sect-container .item-info {
width: 100px;
}
@media only screen and (max-width: 768px) {
.home-blog-sect-container .item-info {
width: 53.3333333333vw;
}
}
.home-blog-sect-container .item-info-date {
position: relative;
display: block;
width: 24px;
height: 24px;
color: #fff;
font-size: 11px;
font-family: "Roboto Condensed", sans-serif;
line-height: 1;
letter-spacing: -1px;
}
@media only screen and (max-width: 768px) {
.home-blog-sect-container .item-info-date {
width: 6.4vw;
height: 6.4vw;
font-size: 2.9333333333vw;
}
}
.home-blog-sect-container .item-info-date:before {
position: absolute;
left: 11px;
top: 2px;
bottom: 2px;
width: 1px;
background-color: #fff;
transform: rotate(25deg);
content: "";
}
@media only screen and (max-width: 768px) {
.home-blog-sect-container .item-info-date:before {
left: 3.2vw;
}
}
.home-blog-sect-container .item-info-date .year {
position: absolute;
left: 100%;
top: 0;
margin-left: 4px;
}
.home-blog-sect-container .item-info-date .month {
position: absolute;
left: 1px;
top: 2px;
width: 1em;
text-align: center;
}
.home-blog-sect-container .item-info-date .date {
position: absolute;
right: 0px;
bottom: 2px;
width: 1em;
text-align: center;
}
.home-blog-sect-container .item-info-main .item-ttl {
font-size: 12px;
font-weight: bold;
line-height: 1.5;
}
@media only screen and (max-width: 768px) {
.home-blog-sect-container .item-info-main .item-ttl {
font-size: 3.4666666667vw;
}
}
.home-blog-sect-container .item-info-main .item-ttl a {
text-decoration: none;
color: inherit;
}
.home-blog-sect-container .item-info-main .item-txt {
margin: 0.5em 0 0 0;
font-size: 10px;
line-height: 1.5;
}
@media only screen and (max-width: 768px) {
.home-blog-sect-container .item-info-main .item-txt {
font-size: 2.9333333333vw;
}
}
.home-blog-sect-container .item-info-main .item-tags {
margin: 0.5em 0 0 0;
font-size: 10px;
line-height: 1.5;
}
@media only screen and (max-width: 768px) {
.home-blog-sect-container .item-info-main .item-tags {
font-size: 2.9333333333vw;
}
}
.home-blog-sect-container .item-info-main .item-tags li {
display: inline;
}
.home-blog-sect-container .item-info-main .item-tags li a {
color: #333333;
}
.home-blog-sect-container .item:nth-child(-n+2) {
margin: 0;
}
@media only screen and (max-width: 768px) {
.home-blog-sect-container .item:nth-child(-n+2) {
margin: 8.8vw 0 0 0;
}
}
.home-blog-sect-container .item:first-child {
float: left;
width: 272px;
flex-direction: column;
}
@media only screen and (max-width: 768px) {
.home-blog-sect-container .item:first-child {
float: none;
width: 100%;
}
}
.home-blog-sect-container .item:first-child .item-thumb {
width: 100%;
}
.home-blog-sect-container .item:first-child .item-info {
width: 100%;
margin: 6px 0 0 0;
display: flex;
flex-direction: row;
justify-content: space-between;
}
@media only screen and (max-width: 768px) {
.home-blog-sect-container .item:first-child .item-info {
margin: 2.9333333333vw 0 0 0;
}
}
.home-blog-sect-container .item:first-child .item-info .item-info-date {
width: 50px;
height: 50px;
font-size: 24px;
}
@media only screen and (max-width: 768px) {
.home-blog-sect-container .item:first-child .item-info .item-info-date {
width: 13.3333333333vw;
height: 13.3333333333vw;
font-size: 6.4vw;
}
}
.home-blog-sect-container .item:first-child .item-info .item-info-date:before {
top: 4px;
bottom: 4px;
left: 24px;
width: 2px;
}
@media only screen and (max-width: 768px) {
.home-blog-sect-container .item:first-child .item-info .item-info-date:before {
left: 6.6666666667vw;
}
}
.home-blog-sect-container .item:first-child .item-info .item-info-date .year {
left: 1px;
right: 1px;
top: 100%;
margin-left: 0;
margin-top: 4px;
text-align: center;
}
.home-blog-sect-container .item:first-child .item-info .item-info-date .month {
left: 1px;
top: 2px;
}
.home-blog-sect-container .item:first-child .item-info .item-info-date .date {
right: 0px;
bottom: 2px;
}
.home-blog-sect-container .item:first-child .item-info .item-info-main {
width: 215px;
}
@media only screen and (max-width: 768px) {
.home-blog-sect-container .item:first-child .item-info .item-info-main {
width: calc(100% - 65px);
}
}
@media only screen and (max-width: 768px) {
.home-blog-sect-container .item:first-child .item-info .item-info-main .item-ttl {
font-size: 3.7333333333vw;
}
}
.home-blog-sect#home-projectblog .home-blog-sect-ttl {
background-image: url(//miracolla.jp/mcwp/wp-content/themes/miracolla/images/home/ttl-project.png);
}
.home-blog-sect#home-projectblog .home-blog-sect-container .item .item-info .item-info-date {
background-color: #ead44a;
}
.home-blog-sect#home-projectblog .home-blog-sect-container .item .item-info .item-info-date .year {
color: #ead44a;
}
.home-blog-sect#home-projectarchive .home-blog-sect-ttl {
background-image: url(//miracolla.jp/mcwp/wp-content/themes/miracolla/images/home/ttl-projectarchive.png);
}
.home-blog-sect#home-projectarchive .home-blog-sect-container .item .item-info .item-info-date {
background-color: #ead44a;
}
.home-blog-sect#home-projectarchive .home-blog-sect-container .item .item-info .item-info-date .year {
color: #ead44a;
}
.home-blog-sect#home-curriculum .home-blog-sect-ttl {
background-image: url(//miracolla.jp/mcwp/wp-content/themes/miracolla/images/home/ttl-curriculum.png);
}
.home-blog-sect#home-curriculum .home-blog-sect-container .item {
float: left;
}
@media only screen and (max-width: 768px) {
.home-blog-sect#home-curriculum .home-blog-sect-container .item {
float: none;
}
}
.home-blog-sect#home-curriculum .home-blog-sect-container .item:first-child {
float: right;
}
@media only screen and (max-width: 768px) {
.home-blog-sect#home-curriculum .home-blog-sect-container .item:first-child {
float: none;
}
}
.home-blog-sect#home-curriculum .home-blog-sect-container .item .item-info .item-info-date {
background-color: #84ccc9;
}
.home-blog-sect#home-curriculum .home-blog-sect-container .item .item-info .item-info-date .year {
color: #84ccc9;
}
.home-blog-sect#home-blog .home-blog-sect-ttl {
background-image: url(//miracolla.jp/mcwp/wp-content/themes/miracolla/images/home/ttl-president.png);
}
.home-blog-sect#home-blog .home-blog-sect-container .item .item-info .item-info-date {
background-color: #da7b83;
}
.home-blog-sect#home-blog .home-blog-sect-container .item .item-info .item-info-date .year {
color: #da7b83;
}
.home-side {
width: 186px;
padding: 44px 20px 44px 25px;
box-sizing: border-box;
background-color: #ffecb5;
}
@media only screen and (max-width: 768px) {
.home-side {
width: auto;
padding: 2.9333333333vw 2.9333333333vw 5.8666666667vw;
}
}
@media only screen and (max-width: 768px) {
.home-side-banners-1 {
*zoom: 1;
}
.home-side-banners-1:after {
content: "";
display: block;
clear: both;
}
}
.home-side-banners-1 p {
margin: 5px 0 0 0;
}
@media only screen and (max-width: 768px) {
.home-side-banners-1 p {
float: left;
width: 33.6%;
margin: 2% 0 0 2%;
}
}
.home-side-banners-1 p:first-child {
margin: 0;
}
@media only screen and (max-width: 768px) {
.home-side-banners-1 p:first-child {
width: 64.4%;
}
}
@media only screen and (max-width: 768px) {
.home-side-banners-1 p:nth-child(2) {
margin: 0 0 0 2%;
}
}
@media only screen and (max-width: 768px) {
.home-side-banners-1 p a {
display: block;
}
.home-side-banners-1 p a img {
display: block;
width: 100%;
height: auto;
}
}
.home-side-banners-2 {
margin: 32px 0 0 0;
}
@media only screen and (max-width: 768px) {
.home-side-banners-2 {
margin: 2% 0 0 0;
*zoom: 1;
}
.home-side-banners-2:after {
content: "";
display: block;
clear: both;
}
}
.home-side-banners-2 p {
margin: 5px 0 0 0;
}
@media only screen and (max-width: 768px) {
.home-side-banners-2 p {
float: left;
width: 49%;
margin: 2% 0 0 2%;
}
}
@media only screen and (max-width: 768px) {
.home-side-banners-2 p:nth-child(-n+2) {
margin-top: 0;
}
}
@media only screen and (max-width: 768px) {
.home-side-banners-2 p:nth-child(2n+1) {
clear: left;
margin-left: 0;
}
}
@media only screen and (max-width: 768px) {
.home-side-banners-2 p a {
display: block;
}
.home-side-banners-2 p a img {
display: block;
width: 100%;
height: auto;
}
}
.home-tv {
padding: 122px 0 0 0;
background: url(//miracolla.jp/mcwp/wp-content/themes/miracolla/images/common/bg-tv.png) repeat-x center top;
}
@media only screen and (max-width: 768px) {
.home-tv {
padding: 38.6666666667vw 0 5.8666666667vw;
background-size: auto 100%;
}
}
.home-tv-center {
position: relative;
width: 770px;
height: 255px;
margin: 0 auto;
}
@media only screen and (max-width: 768px) {
.home-tv-center {
width: 80vw;
height: auto;
}
}
.home-tv-header {
position: absolute;
left: 5px;
top: -156px;
}
@media only screen and (max-width: 768px) {
.home-tv-header {
left: -7.4666666667vw;
top: -42.6666666667vw;
}
}
.home-tv-header .ttl {
float: left;
width: 464px;
height: 192px;
background: url(//miracolla.jp/mcwp/wp-content/themes/miracolla/images/common/ttl-tv.png) no-repeat;
}
@media only screen and (max-width: 768px) {
.home-tv-header .ttl {
width: 92.8vw;
height: 38.4vw;
background-size: 100% 100%;
}
}
.home-tv-header .catch {
float: left;
width: 208px;
height: 42px;
margin: 92px 0 0 25px;
background: url(//miracolla.jp/mcwp/wp-content/themes/miracolla/images/common/txt-tv-catch.png) no-repeat;
}
@media only screen and (max-width: 768px) {
.home-tv-header .catch {
width: 41.6vw;
height: 8.4vw;
margin: -8vw 0 0 38.4vw;
background-size: 100% 100%;
}
}
.home-tv-main {
position: relative;
width: 100%;
}
.home-tv-main .slider {
position: relative;
margin: 0 6px;
}
@media only screen and (max-width: 768px) {
.home-tv-main .slider {
margin: 0;
}
}
.home-tv-main .slider-container {
position: relative;
width: 100%;
overflow: hidden;
}
.home-tv-main .slider-slide {
display: flex;
transition: margin-left 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.home-tv-main .slider-prev, .home-tv-main .slider-next {
position: absolute;
top: 46px;
width: 53px;
height: 53px;
background-repeat: no-repeat;
background-position: center center;
background-size: contain;
cursor: pointer;
}
.home-tv-main .slider-prev:hover, .home-tv-main .slider-next:hover {
opacity: 0.75;
}
@media only screen and (max-width: 768px) {
.home-tv-main .slider-prev, .home-tv-main .slider-next {
top: 20.4vw;
width: 10.6vw;
height: 10.6vw;
}
}
.home-tv-main .slider-prev {
left: -65px;
background-image: url(//miracolla.jp/mcwp/wp-content/themes/miracolla/images/common/ico-slider-prev.png);
}
@media only screen and (max-width: 768px) {
.home-tv-main .slider-prev {
left: -8.6666666667vw;
}
}
.home-tv-main .slider-next {
right: -65px;
background-image: url(//miracolla.jp/mcwp/wp-content/themes/miracolla/images/common/ico-slider-next.png);
}
@media only screen and (max-width: 768px) {
.home-tv-main .slider-next {
right: -8.6666666667vw;
}
}
.home-tv-main .slider .item {
width: 239px;
margin: 0 0 0 20px;
flex: none;
}
@media only screen and (max-width: 768px) {
.home-tv-main .slider .item {
width: 80vw;
margin: 0;
}
}
.home-tv-main .slider .item:first-child {
margin: 0;
}
.home-tv-main .slider .item-thumb a {
position: relative;
display: block;
background-color: #fff;
}
.home-tv-main .slider .item-thumb a img {
display: block;
width: 100%;
height: auto;
}
.home-tv-main .slider .item-thumb a:hover {
opacity: 1;
}
.home-tv-main .slider .item-thumb a:hover img {
opacity: 0.75;
}
.home-tv-main .slider .item-thumb a:after {
position: absolute;
left: 50%;
top: 50%;
width: 39px;
height: 39px;
margin: -19.5px 0 0 -19.5px;
background: url(//miracolla.jp/mcwp/wp-content/themes/miracolla/images/common/ico-play.png) no-repeat;
background-size: 100% 100%;
content: "";
}
.home-tv-main .slider .item-info {
margin: 8px 0 0 0;
}
.home-tv-main .slider .item-info .item-ttl {
color: #fff;
font-size: 12px;
line-height: 1.4;
}
@media only screen and (max-width: 768px) {
.home-tv-main .slider .item-info .item-ttl {
font-size: 3.4666666667vw;
}
}
.home-tv-main .slider .item-info .item-txt {
margin: 8px 0 0 0;
color: #fff;
font-size: 10px;
line-height: 1.4;
}
@media only screen and (max-width: 768px) {
.home-tv-main .slider .item-info .item-txt {
font-size: 2.9333333333vw;
}
} .second-mv {
position: relative;
width: 100%;
height: 198px;
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
}
@media only screen and (max-width: 768px) {
.second-mv {
height: 39.6vw;
}
}
.second-mv .second-ttl {
position: absolute;
left: 50%;
top: 50%;
color: #231815;
font-size: 35px;
font-weight: bold;
line-height: 1.2;
white-space: nowrap;
transform: translate(-50%, -50%);
}
@media only screen and (max-width: 768px) {
.second-mv .second-ttl {
font-size: 7vw;
}
}
.second-content {
margin: 80px 0 0 0;
}
@media only screen and (max-width: 768px) {
.second-content {
margin: 10.6666666667vw 0 0 0;
}
}
.second-content.full {
margin: 0;
}
.second-content-inner {
max-width: 880px;
margin: 0 auto;
}
@media only screen and (max-width: 768px) {
.second-content-inner {
margin: 0 2.6666666667vw;
}
}
.second-sec {
margin: 120px 0 0 0;
}
@media only screen and (max-width: 768px) {
.second-sec {
margin: 13.3333333333vw 0 0 0;
}
}
.second-sec:first-child {
margin: 0;
}
.second-sec.bg-dotted {
padding-top: 60px;
margin-top: 60px;
background: url(//miracolla.jp/mcwp/wp-content/themes/miracolla/images/common/bg-dotted.png) repeat-x top left;
}
@media only screen and (max-width: 768px) {
.second-sec.bg-dotted {
padding-top: 6.6666666667vw;
margin-top: 6.6666666667vw;
}
}
.second-sec-bg {
padding: 80px 0;
}
@media only screen and (max-width: 768px) {
.second-sec-bg {
padding: 8vw 0;
}
}
.second-sec-bg.bg-1 {
background-color: #fdd961;
}
.second-sec-bg.bg-2 {
background-color: #fff6dd;
}
.second-sec-bg.bg-3 {
background-color: #a1d5e2;
}
.second-sec-inner {
max-width: 880px;
margin: 0 auto;
}
.second-sec-ttl {
margin: 150px 0 0 0;
color: #1a1a1a;
font-size: 35px;
line-height: 46px;
}
@media only screen and (max-width: 768px) {
.second-sec-ttl {
margin: 8% 0 0 0;
font-size: 5.6vw;
line-height: 7.36vw;
}
}
.second-sec-ttl:first-child {
margin: 0;
}
.second-sec-ttl span {
display: inline-block;
padding: 0 0 0 35px;
background: url(//miracolla.jp/mcwp/wp-content/themes/miracolla/images/common/second-ttl-bg.png) no-repeat left center;
}
@media only screen and (max-width: 768px) {
.second-sec-ttl span {
padding: 0 0 0 5.6vw;
background-size: 10.1333333333vw 6.1333333333vw;
}
}
.second-sec-ttl.second-sec-ttl-center {
text-align: center;
}
.second-sec-ttl.is-color1 span {
background-image: url(//miracolla.jp/mcwp/wp-content/themes/miracolla/images/common/second-ttl-bg-color1.png);
}
.second-round-ttl {
margin: 0 0 48px 0;
text-align: center;
}
@media only screen and (max-width: 768px) {
.second-round-ttl {
margin: 0 0 9.6vw 0;
}
}
.second-round-ttl span {
display: inline-block;
min-width: 15em;
padding: 0 24px;
border-radius: 30px;
background-color: #ec801e;
box-shadow: 4px 6px #f7ac3b;
color: #fff;
font-size: 35px;
line-height: 60px;
}
@media only screen and (max-width: 768px) {
.second-round-ttl span {
padding: 0 3.84vw;
border-radius: 4.8vw;
box-shadow: 2px 3px #f7ac3b;
font-size: 5.6vw;
line-height: 9.6vw;
}
}
.second-more {
padding: 60px 0 72px;
}
@media only screen and (max-width: 768px) {
.second-more {
padding: 8vw 0 9.6vw;
}
}
.second-more-links {
width: 800px;
margin: 48px auto 0;
}
@media only screen and (max-width: 768px) {
.second-more-links {
width: auto;
margin: 6.4vw 0 0 0;
}
}
.second-more-links ul {
display: flex;
flex-direction: row;
justify-content: space-between;
}
@media only screen and (max-width: 768px) {
.second-more-links ul {
width: 215px;
margin: 0 auto;
flex-direction: column;
}
}
@media only screen and (max-width: 768px) {
.second-more-links ul li {
margin: 4.2666666667vw 0 0 0;
}
.second-more-links ul li:first-child {
margin: 0;
}
}
.second-more-links ul li a {
position: relative;
display: block;
width: 187px;
height: 139px;
background-repeat: no-repeat;
background-size: 100%;
background-position: left top;
text-decoration: none;
color: #333;
}
.second-more-links ul li a span {
position: absolute;
left: 0;
top: 30px;
width: 94px;
text-align: center;
font-size: 12px;
font-weight: bold;
line-height: 1;
white-space: nowrap;
}
.second-more-links ul li.link-message a {
background-image: url(//miracolla.jp/mcwp/wp-content/themes/miracolla/images/common/second-more-message.png);
}
.second-more-links ul li.link-outline a {
background-image: url(//miracolla.jp/mcwp/wp-content/themes/miracolla/images/common/second-more-outline.png);
}
.second-more-links ul li.link-faq a {
background-image: url(//miracolla.jp/mcwp/wp-content/themes/miracolla/images/common/second-more-faq.png);
}
.second-more-links ul li.link-base a {
background-image: url(//miracolla.jp/mcwp/wp-content/themes/miracolla/images/common/second-more-base.png);
}
ul.dot > li {
padding: 0 0 0 22px;
background: url(//miracolla.jp/mcwp/wp-content/themes/miracolla/images/common/li-dot.png) no-repeat left 3px;
} #page-about .second-mv {
background-image: url(//miracolla.jp/mcwp/wp-content/themes/miracolla/images/about/mv.jpg);
}
.about-inner {
margin: 28px 35px 0;
}
@media only screen and (max-width: 768px) {
.about-inner {
margin: 3.7333333333vw 0 0;
}
}
#about-1 .about-1-txt-1 p {
font-weight: bold;
line-height: 1.7142857143;
}
#about-1 .about-1-box {
display: flex;
flex-direction: row-reverse;
justify-content: space-between;
margin: 48px 0 0 0;
padding: 32px 72px 32px 40px;
background-color: #fff;
box-shadow: 5px 5px 0 #2dafbb;
}
@media only screen and (max-width: 768px) {
#about-1 .about-1-box {
flex-direction: column;
margin: 6.4vw 0 0 0;
padding: 5.3333333333vw;
}
}
@media only screen and (max-width: 768px) {
#about-1 .about-1-box-pic {
text-align: center;
}
#about-1 .about-1-box-pic img {
max-width: 100%;
height: auto;
}
}
@media only screen and (max-width: 768px) {
#about-1 .about-1-box-txt {
margin: 4.2666666667vw 0 0 0;
}
}
#about-1 .about-1-box-txt dl {
margin: 0.5em 0 0 0;
font-size: 20px;
font-weight: bold;
line-height: 1.75;
}
@media only screen and (max-width: 768px) {
#about-1 .about-1-box-txt dl {
font-size: 4.5333333333vw;
}
}
#about-1 .about-1-box-txt dl:first-child {
margin: 0;
}
#about-1 .about-1-box-txt dl dt {
color: #2dafbb;
}
#about-1 .about-1-box-txt dl dt:before {
display: inline-block;
width: 0.95em;
height: 0.95em;
margin: 0 0.25em 0 0;
background-color: #2dafbb;
vertical-align: -0.1em;
content: "";
}
#about-1 .about-1-txt-2 {
margin: 80px 0 0 0;
}
@media only screen and (max-width: 768px) {
#about-1 .about-1-txt-2 {
margin: 10.6666666667vw 0 0 0;
}
}
#about-1 .about-1-txt-2 p {
text-align: center;
font-size: 20px;
font-weight: bold;
line-height: 1.75;
}
@media only screen and (max-width: 768px) {
#about-1 .about-1-txt-2 p {
font-size: 4.8vw;
}
}
#about-1 .about-1-pop {
width: 420px;
margin: 100px auto 0;
}
@media only screen and (max-width: 768px) {
#about-1 .about-1-pop {
width: auto;
margin: 13.3333333333vw 3.3333333333vw 0 2.6666666667vw;
}
}
#about-1 .about-1-pop ol {
display: flex;
flex-direction: row;
flex-grow: 0;
justify-content: space-between;
width: 100%;
}
@media only screen and (max-width: 768px) {
#about-1 .about-1-pop ol {
flex-direction: column;
}
}
#about-1 .about-1-pop ol li {
position: relative;
width: 180px;
padding: 48px 20px;
box-sizing: border-box;
background-color: #fff;
box-shadow: 5px 5px #70badc;
font-weight: bold;
line-height: 1.8214285714;
}
@media only screen and (max-width: 768px) {
#about-1 .about-1-pop ol li {
width: auto;
padding: 6.4vw 5.3333333333vw;
margin: 12vw 0 0 0;
}
#about-1 .about-1-pop ol li:first-child {
margin: 0;
}
}
#about-1 .about-1-pop ol li:before {
position: absolute;
left: -28px;
top: -36px;
width: 68.5px;
height: 71.5px;
background-repeat: no-repeat;
background-size: contain;
content: "";
}
@media only screen and (max-width: 768px) {
#about-1 .about-1-pop ol li:before {
left: -5.6vw;
top: -7.2vw;
width: 13.7vw;
height: 14.3vw;
}
}
#about-1 .about-1-pop ol li:nth-child(1):before {
background-image: url(//miracolla.jp/mcwp/wp-content/themes/miracolla/images/about/num-1.png);
}
#about-1 .about-1-pop ol li:nth-child(2):before {
background-image: url(//miracolla.jp/mcwp/wp-content/themes/miracolla/images/about/num-2.png);
}
#about-1 .about-1-txt-3 {
margin: 80px 0 0 0;
}
@media only screen and (max-width: 768px) {
#about-1 .about-1-txt-3 {
margin: 10.6666666667vw 0 0 0;
}
}
#about-1 .about-1-txt-3 p {
color: #1a1a1a;
font-size: 30px;
font-weight: bold;
line-height: 1.7333333333;
}
@media only screen and (max-width: 768px) {
#about-1 .about-1-txt-3 p {
font-size: 5.6vw;
}
}
#about-2 {
padding: 110px 0 120px;
}
@media only screen and (max-width: 768px) {
#about-2 {
padding: 14.6666666667vw 0 16vw;
}
}
#about-2 .about-2 {
display: flex;
flex-direction: row-reverse;
justify-content: space-between;
}
@media only screen and (max-width: 768px) {
#about-2 .about-2 {
flex-direction: column;
}
}
#about-2 .about-2-pic {
width: 361px;
}
@media only screen and (max-width: 768px) {
#about-2 .about-2-pic {
width: auto;
}
}
#about-2 .about-2-pic img {
position: relative;
right: -40px;
display: block;
width: 100%;
height: auto;
}
@media only screen and (max-width: 768px) {
#about-2 .about-2-pic img {
right: 0;
width: 75%;
margin: 0 auto;
}
}
#about-2 .about-2-txt {
width: 392px;
}
@media only screen and (max-width: 768px) {
#about-2 .about-2-txt {
width: auto;
margin: 8vw 0 0 0;
}
}
#about-2 .about-2-txt p {
margin: 1em 0 0 0;
line-height: 1.8214285714;
}
#about-2 .about-2-txt p:first-child {
margin: 0;
}
#about-3 .about-3 {
display: flex;
flex-direction: row-reverse;
justify-content: space-between;
}
@media only screen and (max-width: 768px) {
#about-3 .about-3 {
flex-direction: column;
}
}
#about-3 .about-3-pic {
width: 384px;
}
@media only screen and (max-width: 768px) {
#about-3 .about-3-pic {
width: auto;
}
}
#about-3 .about-3-pic img {
position: relative;
right: -60px;
display: block;
width: 100%;
height: auto;
}
@media only screen and (max-width: 768px) {
#about-3 .about-3-pic img {
right: 0;
width: 75%;
margin: 0 auto;
}
}
@media only screen and (max-width: 768px) {
#about-3 .about-3-txt {
margin: 8vw 0 0 0;
}
}
#about-3 .about-3-txt p {
margin: 1em 0 0 0;
line-height: 1.8214285714;
}
#about-3 .about-3-txt p:first-child {
margin: 0;
}
#about-3 .about-3-txt-1 {
margin: 60px 0 0 0;
}
@media only screen and (max-width: 768px) {
#about-3 .about-3-txt-1 {
margin: 8vw 0 0 0;
}
}
#about-3 .about-3-txt-1 p {
color: #1a1a1a;
font-size: 30px;
font-weight: bold;
line-height: 1.7333333333;
}
@media only screen and (max-width: 768px) {
#about-3 .about-3-txt-1 p {
font-size: 5.6vw;
}
}
#about-voices .voices {
max-width: 870px;
padding: 12px 0 0 0;
margin: 0 auto;
}
@media only screen and (max-width: 768px) {
#about-voices .voices {
padding: 0;
}
}
#about-voices .voices .voice-item {
display: flex;
flex-direction: row;
justify-content: space-between;
width: 100%;
margin: 148px 0 0 0;
}
@media only screen and (max-width: 768px) {
#about-voices .voices .voice-item {
flex-direction: column;
margin: 9.6vw 0 0 0;
}
}
#about-voices .voices .voice-item:first-child {
margin: 0;
}
#about-voices .voices .voice-item-pic {
width: 33.3333333333%;
flex: 0 0 auto;
}
@media only screen and (max-width: 768px) {
#about-voices .voices .voice-item-pic {
width: auto;
margin: 0 3.2vw;
}
}
#about-voices .voices .voice-item-pic-shadow {
position: relative;
width: 100%;
}
#about-voices .voices .voice-item-pic-shadow:before {
position: absolute;
left: 6px;
top: 6px;
width: 100%;
height: 100%;
background-color: #70badc;
border-radius: 6px;
content: "";
}
#about-voices .voices .voice-item-pic-mask {
position: relative;
width: 100%;
border-radius: 6px;
overflow: hidden;
}
#about-voices .voices .voice-item-pic-mask img {
display: block;
width: 100%;
height: auto;
}
#about-voices .voices .voice-item-pic-cap {
margin: 24px 0 0 0;
font-size: 20px;
font-weight: bold;
line-height: 1.4545454545;
}
@media only screen and (max-width: 768px) {
#about-voices .voices .voice-item-pic-cap {
margin: 6.4vw 0 0 0;
font-size: 4.2666666667vw;
}
}
#about-voices .voices .voice-item-info {
width: 61.1494252874%;
padding: 32px;
box-sizing: border-box;
background-color: #fdd961;
flex: 0 0 auto;
}
@media only screen and (max-width: 768px) {
#about-voices .voices .voice-item-info {
width: auto;
padding: 4.2666666667vw;
margin: 4.2666666667vw 0 0;
}
}
#about-voices .voices .voice-item-info-sec {
margin: 64px 0 0 0;
}
@media only screen and (max-width: 768px) {
#about-voices .voices .voice-item-info-sec {
margin: 8.5333333333vw 0 0 0;
}
}
#about-voices .voices .voice-item-info-sec:first-child {
margin: 0;
}
#about-voices .voices .voice-item-info-sec .second-sec-ttl span {
font-size: 32px;
}
@media only screen and (max-width: 768px) {
#about-voices .voices .voice-item-info-sec .second-sec-ttl span {
font-size: 4.2666666667vw;
}
}
#about-voices .voices .voice-item-info-sec-txt {
margin: 16px 0 0 0;
}
@media only screen and (max-width: 768px) {
#about-voices .voices .voice-item-info-sec-txt {
margin: 2.1333333333vw 0 0 0;
}
}
#about-voices .voices .voice-item-info-sec-txt p {
font-size: 14px;
font-weight: 500;
line-height: 1.7142857143;
}
@media only screen and (max-width: 768px) {
#about-voices .voices .voice-item-info-sec-txt p {
font-size: 3.7333333333vw;
}
} #page-base .second-mv {
background-image: url(//miracolla.jp/mcwp/wp-content/themes/miracolla/images/base/mv.jpg);
}
#page-base .second-content {
padding-bottom: 100px;
}
@media only screen and (max-width: 768px) {
#page-base .second-content {
padding-bottom: 12vw;
}
}
#page-base .second-more {
background-color: #fff6dd;
}
#page-base-second .main {
background-color: #fff;
}
#page-base-second .second-mv {
height: 140px;
background-color: #00b3ca;
}
@media only screen and (max-width: 768px) {
#page-base-second .second-mv {
height: 18.6666666667vw;
}
}
@media only screen and (max-width: 768px) {
#page-base-second .second-ttl {
left: 0;
transform: translateY(-50%);
width: 100%;
}
#page-base-second .second-ttl img {
max-width: 100%;
height: auto;
}
}
.base {
max-width: 780px;
margin-left: auto;
margin-right: auto;
}
.base-notes {
max-width: 768px;
margin: 0 auto 72px;
}
.base-txt {
margin: 36px 12px 0;
}
@media only screen and (max-width: 768px) {
.base-txt {
margin: 6.4vw 0 0 0;
}
}
.base-txt p {
margin: 1em 0 0 0;
color: #1a1a1a;
font-size: 16px;
font-weight: bold;
line-height: 1.9;
}
@media only screen and (max-width: 768px) {
.base-txt p {
font-size: 4.2666666667vw;
}
}
.base-txt p:first-child {
margin: 0;
}
.base-pic {
display: flex;
flex-direction: row;
justify-content: space-between;
width: 780px;
margin: 54px auto 0;
}
@media only screen and (max-width: 768px) {
.base-pic {
flex-direction: column;
width: auto;
margin: 8vw 0 0 0;
}
}
.base-pic p {
width: 380.5px;
}
@media only screen and (max-width: 768px) {
.base-pic p {
width: auto;
margin: 4.8vw 0 0 0;
}
.base-pic p:first-child {
margin: 0;
}
}
.base-pic p img {
display: block;
width: 100%;
height: auto;
}
.base-info {
display: flex;
flex-direction: row;
margin: 36px 12px 0;
}
@media only screen and (max-width: 768px) {
.base-info {
flex-direction: column;
margin: 8vw 0 0 0;
}
}
.base-info-address {
padding: 4px 0 0 0;
}
.base-info-address p {
font-size: 16px;
font-weight: bold;
line-height: 1.9;
}
@media only screen and (max-width: 768px) {
.base-info-address p {
font-size: 4vw;
}
}
.base-info-address p a {
text-decoration: none;
color: inherit;
}
.base-info-inquiry {
padding: 0 0 0 24px;
}
@media only screen and (max-width: 768px) {
.base-info-inquiry {
padding: 4.8vw 0 0 0;
}
}
.base-info-inquiry a {
display: block;
width: 275px;
padding: 25px 0 25px 92px;
border-radius: 0.9em;
box-sizing: border-box;
background: #cce198 url(//miracolla.jp/mcwp/wp-content/themes/miracolla/images/base/ico-mail.png) no-repeat 48px center;
background-size: 30.5px 21px;
text-decoration: none;
color: #000000;
font-size: 19px;
font-weight: bold;
line-height: 1;
}
@media only screen and (max-width: 768px) {
.base-info-inquiry a {
width: auto;
padding: 1em;
background-position: 6.4vw center;
background-size: 8.1333333333vw 5.6vw;
text-align: center;
font-size: 4.8vw;
}
}
.base-project {
margin: 96px 0 0 0;
}
@media only screen and (max-width: 768px) {
.base-project {
margin: 12vw 0 0 0;
}
}
.base-sub {
max-width: 780px;
margin: 0 auto;
}
.base-sub-info {
margin: 24px 0 0 0;
}
@media only screen and (max-width: 768px) {
.base-sub-info {
margin: 4.8vw 0 0 0;
}
}
.base-sub-info p {
color: #604c3f;
font-size: 16px;
font-weight: bold;
line-height: 1.9;
}
@media only screen and (max-width: 768px) {
.base-sub-info p {
font-size: 4vw;
}
}
.base-sub-info p a {
text-decoration: none;
color: inherit;
}
.base-sub-link p {
color: #604c3f;
font-size: 16px;
font-weight: bold;
line-height: 1.9;
}
@media only screen and (max-width: 768px) {
.base-sub-link p {
font-size: 4vw;
}
}
.base-sub-link a {
text-decoration: none;
color: #c0272d;
}
.base-second-inner {
max-width: 1150px;
margin-left: auto;
margin-right: auto;
}
.base-second-slogan {
max-width: 960px;
margin-left: auto;
margin-right: auto;
}
.base-second-slogan > img {
display: block;
width: 100%;
height: auto;
}
.base-second-pics {
display: flex;
justify-content: space-between;
margin-top: 56px;
}
@media only screen and (max-width: 768px) {
.base-second-pics {
flex-direction: column;
margin-top: 7.4666666667vw;
margin-left: 8vw;
margin-right: 8vw;
}
}
.base-second-pics > figure {
width: 31.8260869565%;
}
@media only screen and (max-width: 768px) {
.base-second-pics > figure {
width: 100%;
}
.base-second-pics > figure:not(:first-child) {
margin-top: 8vw;
}
}
.base-second-pics > figure > div {
border: 8px solid #99e1ea;
border-radius: 8px;
overflow: hidden;
}
@media only screen and (max-width: 768px) {
.base-second-pics > figure > div {
border-width: 1.0666666667vw;
border-radius: 1.0666666667vw;
}
}
.base-second-pics > figure > div > img {
display: block;
max-width: 100%;
height: auto;
}
.base-second-pics > figure > figcaption {
margin-top: 15px;
}
@media only screen and (max-width: 768px) {
.base-second-pics > figure > figcaption {
margin-top: 2vw;
}
}
.base-second-bg {
position: relative;
padding-bottom: 80px;
}
@media only screen and (max-width: 768px) {
.base-second-bg {
padding-bottom: 10.6666666667vw;
}
}
.base-second-bg:before {
position: absolute;
left: 0;
right: 0;
top: 355px;
bottom: 0;
background-color: #e5f7fa;
content: "";
}
@media only screen and (max-width: 768px) {
.base-second-bg:before {
top: 47.3333333333vw;
}
}
.base-second-facillitator {
position: relative;
max-width: 930px;
margin: 20px auto 0;
}
@media only screen and (max-width: 768px) {
.base-second-facillitator {
margin: 5.3333333333vw 8vw 0;
}
}
.base-second-facillitator-ttl {
width: 91.935483871%;
margin: 0 auto;
}
@media only screen and (max-width: 768px) {
.base-second-facillitator-ttl {
width: 96%;
margin: 0 auto 0 0;
}
}
.base-second-facillitator-ttl > img {
display: block;
width: 100%;
height: auto;
}
.base-second-facillitator-inner {
padding: 19.3548387097% 6.0215053763% 6.0215053763%;
margin-top: -14.623655914%;
border: 3px dotted #99e1ea;
border-radius: 8px;
background-color: #fff;
}
.base-second-facillitator-sect:not(:first-child) {
margin-top: 50px;
}
@media only screen and (max-width: 768px) {
.base-second-facillitator-sect:not(:first-child) {
margin-top: 6.6666666667vw;
}
}
.base-second-facillitator-sect-ttl {
margin-bottom: 16px;
}
@media only screen and (max-width: 768px) {
.base-second-facillitator-sect-ttl {
margin-bottom: 2.1333333333vw;
}
}
.base-second-facillitator-sect-ttl > img {
display: block;
}
@media only screen and (max-width: 768px) {
.base-second-facillitator-sect-ttl > img {
width: auto;
height: 8.5333333333vw;
}
}
.base-second-facillitator-sect-catch {
margin-bottom: 24px;
}
@media only screen and (max-width: 768px) {
.base-second-facillitator-sect-catch {
margin-bottom: 3.2vw;
}
}
.base-second-facillitator-sect > p {
font-size: 16px;
}
@media only screen and (max-width: 768px) {
.base-second-facillitator-sect > p {
font-size: 3.7333333333vw;
}
}
.base-second-facillitator-sect > p.base-second-facillitator-sect-catch {
color: #00b3ca;
font-size: 22px;
font-weight: bold;
}
@media only screen and (max-width: 768px) {
.base-second-facillitator-sect > p.base-second-facillitator-sect-catch {
font-size: 4.2666666667vw;
}
}
.base-second-profile {
position: relative;
max-width: 930px;
margin: 55px auto 0;
padding: 52px 54px 42px;
box-sizing: border-box;
background-color: #fff;
}
@media only screen and (max-width: 768px) {
.base-second-profile {
margin: 8vw 8vw 0;
padding: 6.9333333333vw 7.2vw 5.6vw;
}
}
.base-second-profile:before {
position: absolute;
right: 0;
top: 0;
width: 49px;
height: 48px;
background: url(//miracolla.jp/mcwp/wp-content/themes/miracolla/images/base/bg-profile.png) no-repeat;
content: "";
}
@media only screen and (max-width: 768px) {
.base-second-profile:before {
width: 6.5333333333vw;
height: 6.4vw;
background-size: 100% 100%;
background-position: right top;
}
}
.base-second-profile-ttl {
margin-bottom: 12px;
font-size: 25px;
}
@media only screen and (max-width: 768px) {
.base-second-profile-ttl {
font-size: 4.2666666667vw;
}
}
.base-second-profile > p {
font-size: 16px;
}
@media only screen and (max-width: 768px) {
.base-second-profile > p {
font-size: 3.7333333333vw;
}
} .category-mv {
position: relative;
width: 100%;
padding: 48px 20px;
box-sizing: border-box;
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
}
@media only screen and (max-width: 768px) {
.category-mv {
padding: 6.4vw 2.6666666667vw;
}
}
#archive-projectblog-project .category-mv {
background: url(//miracolla.jp/mcwp/wp-content/themes/miracolla/images/projectblog/mv_bg.png) repeat center top;
}
.category-mv .category-ttl,
.category-mv .project-ttl {
display: flex;
justify-content: center;
align-items: center;
color: #1a1a1a;
font-size: 35px;
font-weight: bold;
line-height: 1.2;
letter-spacing: 0.05em;
}
@media only screen and (max-width: 768px) {
.category-mv .category-ttl,
.category-mv .project-ttl {
font-size: 5.8333333333vw;
}
}
.category-mv .category-ttl > img,
.category-mv .project-ttl > img {
margin-right: 0.5em;
}
.category-mv .category-ttl:before {
display: inline-block;
width: 1em;
height: 1em;
margin: 0 0.5em 0 0;
background: url(//miracolla.jp/mcwp/wp-content/themes/miracolla/images/blog/ttl-logo.png) no-repeat;
background-size: contain;
content: "";
}
.category-mv .project-partner {
margin: 0.25em 0 0 0;
text-align: center;
color: #1a1a1a;
font-size: 25px;
font-weight: bold;
line-height: 1.2;
letter-spacing: 0.05em;
}
@media only screen and (max-width: 768px) {
.category-mv .project-partner {
font-size: 5vw;
}
}
.category-mv .category-lead,
.category-mv .project-lead {
margin: 40px auto 0;
}
@media only screen and (max-width: 768px) {
.category-mv .category-lead,
.category-mv .project-lead {
margin: 5.3333333333vw 0 0 0;
}
}
.category-mv .category-lead p,
.category-mv .project-lead p {
color: #1a1a1a;
font-size: 16px;
font-weight: bold;
line-height: 1.75;
letter-spacing: 0.05em;
}
@media only screen and (max-width: 768px) {
.category-mv .category-lead p,
.category-mv .project-lead p {
font-size: 3.7333333333vw;
}
}
.category-mv .category-lead {
max-width: 720px;
}
.category-mv .project-lead {
max-width: 480px;
}
#archive-projectblog .category-mv,
#single-projectblog .category-mv {
background: url(//miracolla.jp/mcwp/wp-content/themes/miracolla/images/projectblog/mv_bg.png) repeat center top;
}
#archive-projectblog .category-mv-inner {
max-width: 860px;
margin-left: auto;
margin-right: auto;
}
#archive-projectblog .category-mv-inner:after {
clear: both;
display: table;
content: "";
}
#archive-projectblog .category-mv-illust {
float: left;
width: 31.7441860465%;
}
#archive-projectblog .category-mv-illust > img {
max-width: 100%;
}
#archive-projectblog .category-ttl-img {
float: right;
width: 65.5813953488%;
}
#archive-projectblog .category-ttl-img > img {
max-width: 100%;
}
@media only screen and (max-width: 768px) {
#archive-projectblog .category-ttl-img {
margin-top: 7%;
padding-right: 4.2666666667vw;
box-sizing: border-box;
}
}
#archive-projectblog .category-ttl-lead {
float: right;
width: 65.5813953488%;
padding-top: 14px;
font-size: 16px;
font-weight: bold;
line-height: 1.5;
}
@media only screen and (max-width: 768px) {
#archive-projectblog .category-ttl-lead {
clear: both;
float: none;
width: 100%;
box-sizing: border-box;
padding-left: 4.2666666667vw;
padding-right: 4.2666666667vw;
font-size: 3.7333333333vw;
}
}
#archive-projectarchive .category-mv,
#single-projectarchive .category-mv {
background: url(//miracolla.jp/mcwp/wp-content/themes/miracolla/images/projectarchive/mv_bg.png) repeat center top;
}
#archive-projectarchive .category-mv-inner {
max-width: 600px;
margin-left: auto;
margin-right: auto;
}
#archive-projectarchive .category-mv-inner:after {
clear: both;
display: table;
content: "";
}
#archive-projectarchive .category-mv-illust {
float: left;
width: 36.3333333333%;
}
#archive-projectarchive .category-mv-illust > img {
max-width: 100%;
}
#archive-projectarchive .category-ttl-img {
float: right;
width: 61.6666666667%;
}
#archive-projectarchive .category-ttl-img > img {
max-width: 100%;
}
@media only screen and (max-width: 768px) {
#archive-projectarchive .category-ttl-img {
margin-top: 15%;
padding-right: 4.2666666667vw;
box-sizing: border-box;
}
}
#archive-projectarchive .category-ttl-lead {
float: right;
width: 61.6666666667%;
padding-top: 14px;
font-size: 16px;
font-weight: bold;
line-height: 1.5;
}
@media only screen and (max-width: 768px) {
#archive-projectarchive .category-ttl-lead {
clear: both;
float: none;
width: 100%;
box-sizing: border-box;
padding-left: 4.2666666667vw;
padding-right: 4.2666666667vw;
font-size: 3.7333333333vw;
}
}
#search .category-mv {
background-image: url(//miracolla.jp/mcwp/wp-content/themes/miracolla/images/projectblog/mv.jpg);
}
#archive-curriculum .category-mv,
#single-curriculum .category-mv {
background-image: url(//miracolla.jp/mcwp/wp-content/themes/miracolla/images/curriculum/mv.jpg);
}
#archive-blog .category-mv,
#single-blog .category-mv {
background-image: url(//miracolla.jp/mcwp/wp-content/themes/miracolla/images/blog/mv.jpg);
}
#archive-report .category-mv,
#single-report .category-mv {
background-image: url(//miracolla.jp/mcwp/wp-content/themes/miracolla/images/blog/mv.jpg);
}
.search {
position: relative;
width: 100%;
max-width: 320px;
margin: 24px auto 0;
}
.search-field {
display: block;
width: 100%;
height: 40px;
padding: 1px 36px 1px 16px;
border: 1px solid #999;
border-radius: 20px;
outline: 0;
box-sizing: border-box;
}
.search-field:focus {
border-color: #777;
border-width: 2px;
padding: 0px 35px 0px 15px;
}
.search-submit {
position: absolute;
right: 13px;
top: 9px;
width: 20px;
height: 20px;
padding: 0;
margin: 0;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background: transparent url(//miracolla.jp/mcwp/wp-content/themes/miracolla/images/common/ico-search.svg) no-repeat center center;
background-size: contain;
border: 0;
opacity: 0.5;
cursor: pointer;
}
.search-submit:hover {
opacity: 0.75;
}
.search-submit .screen-reader-text {
display: none;
}
.single {
max-width: 850px;
padding: 64px;
margin: 18px auto 0;
border-radius: 15px;
box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
.single {
padding: 4.2666666667vw;
margin: 4.2666666667vw 2.6666666667vw 0;
border-width: 3px;
border-radius: 2.6666666667vw;
}
}
.single-header {
*zoom: 1;
}
.single-header:after {
content: "";
display: block;
clear: both;
}
.single-header .single-tags {
margin: 0 0 20px 0;
}
.single-header .single-tags ul {
font-size: 18px;
font-weight: bold;
line-height: 1.2;
}
@media only screen and (max-width: 768px) {
.single-header .single-tags ul {
font-size: 3.7333333333vw;
}
}
.single-header .single-tags ul li {
display: inline-block;
margin: 0 1em 0.5em 0;
padding: 0 0 0.15em 0;
border-bottom: 2px solid #00913a;
}
@media only screen and (max-width: 768px) {
.single-header .single-tags ul li {
border-bottom-width: 1px;
}
}
.single-header .single-tags ul li a {
text-decoration: none;
color: #333333;
}
.single-header .single-date {
float: left;
position: relative;
width: 94px;
height: 94px;
background-color: #ead44a;
color: #fff;
font-size: 44px;
font-family: "Roboto Condensed", sans-serif;
line-height: 1;
letter-spacing: -1px;
}
body#single-projectblog .single-header .single-date {
background-color: #ead44a;
}
body#single-curriculum .single-header .single-date {
background-color: #84ccc9;
}
body#single-blog .single-header .single-date {
background-color: #da7b83;
}
@media only screen and (max-width: 768px) {
.single-header .single-date {
width: 12.5333333333vw;
height: 12.5333333333vw;
font-size: 5.8666666667vw;
}
}
.single-header .single-date:before {
position: absolute;
left: 47px;
top: 2px;
bottom: 2px;
width: 2px;
background-color: #fff;
transform: rotate(25deg);
content: "";
}
@media only screen and (max-width: 768px) {
.single-header .single-date:before {
left: 6.1333333333vw;
}
}
.single-header .single-date span {
position: absolute;
width: 1.1em;
text-align: center;
}
.single-header .single-date .year {
left: 1px;
right: 1px;
top: 100%;
width: auto;
margin-top: 4px;
color: #ead44a;
}
body#single-projectblog .single-header .single-date .year {
color: #ead44a;
}
body#single-curriculum .single-header .single-date .year {
color: #84ccc9;
}
body#single-blog .single-header .single-date .year {
color: #da7b83;
}
.single-header .single-date .month {
left: 1px;
top: 2px;
}
@media only screen and (max-width: 768px) {
.single-header .single-date .month {
left: 0;
}
}
.single-header .single-date .date {
right: 1px;
bottom: 2px;
}
@media only screen and (max-width: 768px) {
.single-header .single-date .date {
right: 0;
}
}
.single-header .single-ttl {
margin: 0 0 0 128px;
color: #231815;
font-size: 30px;
font-weight: bold;
line-height: 1.6666666667;
}
@media only screen and (max-width: 768px) {
.single-header .single-ttl {
margin: 0 0 0 17.0666666667vw;
font-size: 4vw;
}
}
.single-content {
margin: 100px 0 0 0;
color: #604c3f;
font-size: 15px;
line-height: 1.9;
}
@media only screen and (max-width: 768px) {
.single-content {
margin: 13.3333333333vw 0 0 0;
font-size: 4vw;
}
}
.single-content img {
max-width: 100%;
height: auto;
}
.single-content p {
margin-top: 1em;
}
.single-content p:first-child {
margin-top: 0;
}
.single-content iframe {
max-width: 100%;
max-height: 48.45vw;
}
.single-content iframe.wp-embedded-content {
max-height: none;
}
.single-share {
margin: 32px 0 0 0;
}
@media only screen and (max-width: 768px) {
.single-share {
margin: 8.5333333333vw 0 0 0;
}
}
.single-share ul {
text-align: center;
}
.single-share ul li {
display: inline-block;
margin: 0 5px;
}
.single-share ul li a {
display: block;
width: 48px;
height: 48px;
border-radius: 24px;
}
@media only screen and (max-width: 768px) {
.single-share ul li a {
width: 16vw;
height: 16vw;
border-radius: 8vw;
}
}
.single-share ul li:nth-child(1) a {
background: #3a5897 url(//miracolla.jp/mcwp/wp-content/themes/miracolla/images/common/share-fb.svg) no-repeat center center;
background-size: 100% 100%;
}
.single-share ul li:nth-child(2) a {
background: #55acee url(//miracolla.jp/mcwp/wp-content/themes/miracolla/images/common/share-tw.svg) no-repeat center center;
background-size: 100% 100%;
}
.single-share ul li:nth-child(3) a {
background: #00b900 url(//miracolla.jp/mcwp/wp-content/themes/miracolla/images/common/share-ln.svg) no-repeat center center;
background-size: 100% 100%;
}
.archive {
padding: 60px 0;
}
@media only screen and (max-width: 768px) {
.archive {
padding: 8vw 2.6666666667vw;
}
}
.archive-ttl {
position: relative;
max-width: 768px;
margin: 0 auto 24px;
overflow: hidden;
text-align: center;
color: #333333;
font-size: 22px;
font-weight: bold;
line-height: 1.2;
}
@media only screen and (max-width: 768px) {
.archive-ttl {
margin-bottom: 3.2vw;
font-size: 4.5333333333vw;
}
}
.archive-ttl span {
position: relative;
display: inline-block;
}
.archive-ttl span:before, .archive-ttl span:after {
position: absolute;
top: 50%;
width: 100vw;
height: 2px;
margin-top: -1px;
background-color: #595757;
content: "";
}
@media only screen and (max-width: 768px) {
.archive-ttl span:before, .archive-ttl span:after {
height: 1px;
}
}
.archive-ttl span:before {
left: calc(100% + 1.5em);
}
.archive-ttl span:after {
right: calc(100% + 1.5em);
}
.archive-ttl:after {
position: absolute;
right: 0;
top: 50%;
width: 26px;
height: 26px;
margin-top: -13px;
background: url(//miracolla.jp/mcwp/wp-content/themes/miracolla/images/common/ico-down.png) no-repeat;
background-size: contain;
content: "";
}
@media only screen and (max-width: 768px) {
.archive-ttl:after {
width: 3.4666666667vw;
height: 3.4666666667vw;
margin-top: -1.7333333333vw;
}
}
.archive-list {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: flex-start;
max-width: 745px;
margin: 0 auto;
}
@media only screen and (max-width: 768px) {
.archive-list {
flex-direction: column;
}
}
.archive-list .item {
width: 31.5436241611%;
padding: 10px;
margin: 2.6845637584% 0 0 2.6845637584%;
box-sizing: border-box;
background-color: #fff;
}
.archive-list .item:nth-child(-n+3) {
margin-top: 0;
}
.archive-list .item:nth-child(3n+1) {
margin-left: 0;
}
@media only screen and (max-width: 768px) {
.archive-list .item {
width: 100%;
margin-top: 5.3333333333vw;
margin-left: 0;
}
.archive-list .item:nth-child(-n+3) {
margin-top: 5.3333333333vw;
}
.archive-list .item:first-child {
margin-top: 0;
}
}
.archive-list .item-thumb a {
display: block;
}
.archive-list .item-thumb a img {
display: block;
width: 100%;
height: auto;
}
.archive-list .item-info {
margin: 12px 0 0 0;
}
.archive-list .item-info-date {
float: left;
position: relative;
width: 43px;
height: 43px;
background-color: #ead44a;
color: #fff;
font-size: 20px;
font-family: "Roboto Condensed", sans-serif;
line-height: 1;
letter-spacing: -1px;
}
body#archive-projectblog .archive-list .item-info-date {
background-color: #ead44a;
}
body#archive-curriculum .archive-list .item-info-date {
background-color: #84ccc9;
}
body#archive-blog .archive-list .item-info-date {
background-color: #da7b83;
}
@media only screen and (max-width: 768px) {
.archive-list .item-info-date {
width: 12.5333333333vw;
height: 12.5333333333vw;
font-size: 5.8666666667vw;
}
}
.archive-list .item-info-date:before {
position: absolute;
left: 22px;
top: 2px;
bottom: 2px;
width: 1px;
background-color: #fff;
transform: rotate(25deg);
content: "";
}
@media only screen and (max-width: 768px) {
.archive-list .item-info-date:before {
left: 6.1333333333vw;
}
}
.archive-list .item-info-date span {
position: absolute;
width: 1em;
text-align: center;
}
.archive-list .item-info-date .year {
left: 1px;
right: 1px;
top: 100%;
width: auto;
margin: 3px 0 0 0;
text-align: center;
color: #ead44a;
}
body#archive-projectblog .archive-list .item-info-date .year {
color: #ead44a;
}
body#archive-curriculum .archive-list .item-info-date .year {
color: #84ccc9;
}
body#archive-blog .archive-list .item-info-date .year {
color: #da7b83;
}
.archive-list .item-info-date .month {
left: 1px;
top: 2px;
}
@media only screen and (max-width: 768px) {
.archive-list .item-info-date .month {
left: 0;
}
}
.archive-list .item-info-date .date {
right: 1px;
bottom: 2px;
}
@media only screen and (max-width: 768px) {
.archive-list .item-info-date .date {
right: 0;
}
}
.archive-list .item-info-ttl {
margin: 0 0 0 50px;
color: #595757;
font-size: 16px;
line-height: 1.4;
}
@media only screen and (max-width: 768px) {
.archive-list .item-info-ttl {
margin: 0 0 0 17.0666666667vw;
font-size: 4vw;
}
}
.archive-list .item-info-ttl a {
text-decoration: none;
color: inherit;
}
.archive-list .item-info-main {
clear: left;
padding: 24px 0 0 0;
font-size: 11px;
}
@media only screen and (max-width: 768px) {
.archive-list .item-info-main {
font-size: 4vw;
}
}
.archive-list .item-info .item-tags {
margin: 1em 0 0 0;
font-size: 12px;
font-weight: bold;
line-height: 1.5;
}
@media only screen and (max-width: 768px) {
.archive-list .item-info .item-tags {
font-size: 4vw;
}
}
.archive-list .item-info .item-tags li {
display: inline-block;
margin: 0 0.5em 0.5em;
}
.archive-list .item-info .item-tags li a {
text-decoration: underline;
color: inherit;
}
.project-categories {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: flex-start;
max-width: 980px;
margin: 80px auto 0;
}
@media only screen and (max-width: 768px) {
.project-categories {
margin-top: 8%;
}
}
.project-categories .item {
width: 19%;
margin: 2% 0 0 1.25%;
}
.project-categories .item:nth-child(-n+5) {
margin-top: 0;
}
.project-categories .item:nth-child(5n+1) {
margin-left: 0;
}
@media only screen and (max-width: 768px) {
.project-categories .item {
width: 48%;
margin-top: 4%;
margin-left: 4%;
}
.project-categories .item:nth-child(-n+5) {
margin-top: 4%;
}
.project-categories .item:nth-child(5n+1) {
margin-left: 4%;
}
.project-categories .item:nth-child(-n+2) {
margin-top: 0;
}
.project-categories .item:nth-child(2n+1) {
margin-left: 0;
}
}
.project-categories .item-info .item-ttl {
color: #1a1a1a;
font-size: 20px;
line-height: 1.4;
}
@media only screen and (max-width: 768px) {
.project-categories .item-info .item-ttl {
font-size: 4.5333333333vw;
}
}
.project-categories .item-info .item-ttl a {
display: flex;
align-items: center;
text-decoration: none;
color: inherit;
}
.project-categories .item-info .item-ttl img {
margin-right: 0.5em;
}
.project-list {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: flex-start;
max-width: 980px;
margin: 80px auto 0;
}
@media only screen and (max-width: 768px) {
.project-list {
flex-direction: column;
margin-top: 8%;
}
}
.project-list .item {
width: 31.5436241611%;
margin: 2.6845637584% 0 0 2.6845637584%;
}
.project-list .item:nth-child(-n+3) {
margin-top: 0;
}
.project-list .item:nth-child(3n+1) {
margin-left: 0;
}
@media only screen and (max-width: 768px) {
.project-list .item {
width: 100%;
margin-top: 5.3333333333vw;
margin-left: 0;
}
.project-list .item:nth-child(-n+3) {
margin-top: 5.3333333333vw;
}
.project-list .item:first-child {
margin-top: 0;
}
}
.project-list .item-thumb a {
display: block;
}
.project-list .item-thumb a img {
display: block;
width: 100%;
height: auto;
}
.project-list .item-info {
margin: 12px 0 0 0;
}
.project-list .item-info .item-ttl {
color: #1a1a1a;
font-size: 20px;
line-height: 1.4;
}
@media only screen and (max-width: 768px) {
.project-list .item-info .item-ttl {
font-size: 5.3333333333vw;
}
}
.project-list .item-info .item-ttl a {
text-decoration: none;
color: inherit;
}
.project-list .item-info .item-partner {
color: #1a1a1a;
font-size: 15px;
font-weight: bold;
line-height: 1.4;
}
@media only screen and (max-width: 768px) {
.project-list .item-info .item-partner {
font-size: 4vw;
}
}
.project-list .item-info .item-area {
margin: 0.5em 0 0 0;
}
.project-list .item-info .item-area a {
display: inline-block;
padding: 0.5em 1em;
margin: 0 0.5em 0.5em 0;
border-radius: 0.3em;
background-color: #fedb55;
text-decoration: none;
color: inherit;
font-weight: bold;
line-height: 1;
}
@media only screen and (max-width: 768px) {
.project-list .item-info .item-area a {
font-size: 3.2vw;
}
}
.project-list .item-info .item-txt {
margin: 1em 0 0 0;
font-size: 12px;
line-height: 1.9;
}
@media only screen and (max-width: 768px) {
.project-list .item-info .item-txt {
font-size: 3.2vw;
}
}
.project-list .item-info .item-link {
margin: 1em 0 0 0;
font-size: 12px;
}
@media only screen and (max-width: 768px) {
.project-list .item-info .item-link {
font-size: 3.2vw;
}
}
.project-list .item-info .item-link a {
text-decoration: none;
color: inherit;
}
.project-content {
padding: 60px 20px 120px;
background-color: #fdd961;
}
@media only screen and (max-width: 768px) {
.project-content {
padding: 8% 4% 16%;
}
}
.project-content-center {
max-width: 640px;
margin: 0 auto;
}
.project-content-pics {
display: flex;
flex-direction: row;
justify-content: flex-start;
}
.project-content-pics p {
width: 27.8125%;
margin: 0 0 0 8.28125%;
}
.project-content-pics p:first-child {
margin: 0;
}
.project-content-pics p img {
display: block;
width: 100%;
height: auto;
}
.project-content-sec {
margin: 36px 0 0 0;
}
@media only screen and (max-width: 768px) {
.project-content-sec {
margin: 8% 0 0 0;
}
}
.project-content-sec:first-child {
margin: 0;
}
.project-content-sec-inner {
margin: 28px 0 0 0;
}
@media only screen and (max-width: 768px) {
.project-content-sec-inner {
margin: 6% 0 0 0;
}
}
.project-content-sec-inner ol,
.project-content-sec-inner p {
margin: 0.5em 0 0 0;
font-size: 18px;
font-weight: bold;
line-height: 1.9;
}
.project-content-sec-inner ol:first-child,
.project-content-sec-inner p:first-child {
margin: 0;
}
@media only screen and (max-width: 768px) {
.project-content-sec-inner ol,
.project-content-sec-inner p {
font-size: 4.2666666667vw;
}
}
.project-content-sec-inner ol li {
position: relative;
padding: 0 0 0 1.7777777778em;
}
.project-content-sec-inner ol li:before {
position: absolute;
left: 0;
top: 0.175em;
width: 1.4166666667em;
height: 1.4166666667em;
background-repeat: no-repeat;
background-position: center center;
background-size: contain;
content: "";
}
.project-content-sec-inner ol li:nth-child(1):before {
background-image: url(//miracolla.jp/mcwp/wp-content/themes/miracolla/images/projectblog/num-1.png);
}
.project-content-sec-inner ol li:nth-child(2):before {
background-image: url(//miracolla.jp/mcwp/wp-content/themes/miracolla/images/projectblog/num-2.png);
}
.project-content-sec-inner ol li:nth-child(3):before {
background-image: url(//miracolla.jp/mcwp/wp-content/themes/miracolla/images/projectblog/num-3.png);
}
.project-content-sec-inner ol li:nth-child(4):before {
background-image: url(//miracolla.jp/mcwp/wp-content/themes/miracolla/images/projectblog/num-4.png);
}
.project-content-sec-inner ol li:nth-child(5):before {
background-image: url(//miracolla.jp/mcwp/wp-content/themes/miracolla/images/projectblog/num-5.png);
}
.single-nav {
position: relative;
max-width: 768px;
margin: 32px auto;
}
.single-prev,
.single-next {
position: absolute;
top: 10px;
}
@media only screen and (max-width: 768px) {
.single-prev,
.single-next {
top: 1.3333333333vw;
}
}
.single-prev a,
.single-next a {
text-decoration: none;
color: #84ccc9;
}
.single-prev a span,
.single-next a span {
vertical-align: middle;
font-weight: bold;
}
@media only screen and (max-width: 768px) {
.single-prev a span,
.single-next a span {
display: none;
}
}
.single-prev {
left: 0;
}
@media only screen and (max-width: 768px) {
.single-prev {
left: 2.6666666667vw;
}
}
.single-prev a:before {
display: inline-block;
width: 44px;
height: 44px;
vertical-align: middle;
background: url(//miracolla.jp/mcwp/wp-content/themes/miracolla/images/common/ico-single-prev.png) no-repeat;
background-size: 100% 100%;
content: "";
}
@media only screen and (max-width: 768px) {
.single-prev a:before {
width: 8vw;
height: 8vw;
}
}
.single-prev a span {
margin: 0 0 0 0.75em;
}
.single-next {
right: 0;
}
@media only screen and (max-width: 768px) {
.single-next {
right: 2.6666666667vw;
}
}
.single-next a:after {
display: inline-block;
width: 44px;
height: 44px;
vertical-align: middle;
background: url(//miracolla.jp/mcwp/wp-content/themes/miracolla/images/common/ico-single-next.png) no-repeat;
background-size: 100% 100%;
content: "";
}
@media only screen and (max-width: 768px) {
.single-next a:after {
width: 8vw;
height: 8vw;
}
}
.single-next a span {
margin: 0 0.75em 0 0;
}
.archive-link {
max-width: 768px;
margin: 32px auto;
text-align: center;
}
@media only screen and (max-width: 768px) {
.archive-link {
margin: 8vw 0;
}
}
.archive-link a {
display: inline-block;
padding: 0.75em 1.25em;
margin: 0.35em;
background-color: #84ccc9;
border-radius: 0.65em;
text-decoration: none;
color: #fff;
font-size: 20px;
font-weight: bold;
line-height: 1;
letter-spacing: 0.075em;
}
@media only screen and (max-width: 768px) {
.archive-link a {
margin: 0.25em;
border-radius: 0.4em;
font-size: 3.4666666667vw;
}
}
.archive-pager {
margin: 60px 0 0 0;
text-align: center;
}
@media only screen and (max-width: 768px) {
.archive-pager {
margin: 8vw 0 0 0;
}
}
.archive-pager a {
display: inline-block;
width: 2em;
height: 2em;
margin: 0 0.25em;
box-sizing: border-box;
border: 2px solid #595757;
border-radius: 0.2em;
background-color: #fff;
text-align: center;
text-decoration: none;
color: #333333;
font-size: 16px;
font-weight: bold;
line-height: 1.8;
}
@media only screen and (max-width: 768px) {
.archive-pager a {
font-size: 4vw;
border-radius: 0.4em;
}
}
.archive-pager a.current {
background-color: #595757;
color: #fff;
cursor: default;
pointer-events: none;
}
.archive-cats {
padding: 60px 0;
}
@media only screen and (max-width: 768px) {
.archive-cats {
padding: 8vw 2.6666666667vw;
}
}
.archive-cats ul {
display: flex;
flex-direction: row;
flex-wrap: wrap;
width: 100%;
max-width: 768px;
padding: 16px 0;
margin: 0 auto;
background-color: #fff;
font-size: 16px;
}
@media only screen and (max-width: 768px) {
.archive-cats ul {
font-size: 4vw;
}
}
.archive-cats ul li {
margin: 1% 2.5%;
text-align: center;
}
.archive-cats ul li a {
color: #1a1a1a;
font-weight: bold;
}
.archive-years {
padding: 60px 0;
}
@media only screen and (max-width: 768px) {
.archive-years {
padding: 8vw 2.6666666667vw;
}
}
.archive-years ul {
display: flex;
flex-direction: row;
flex-wrap: wrap;
width: 100%;
max-width: 768px;
padding: 16px 0;
margin: 0 auto;
background-color: #fff;
font-size: 16px;
}
@media only screen and (max-width: 768px) {
.archive-years ul {
font-size: 4vw;
}
}
.archive-years ul li {
width: 18%;
margin: 1%;
text-align: center;
}
.archive-years ul li a {
color: #1a1a1a;
font-weight: bold;
}
.recommend {
padding: 40px 0;
}
@media only screen and (max-width: 768px) {
.recommend {
padding: 8vw 2.6666666667vw;
}
} #career .career-sec {
position: relative;
max-width: 1980px;
margin: 0 auto;
}
@media only screen and (max-width: 768px) {
#career .career-sec {
overflow: hidden;
}
}
#career .career-sec img {
display: block;
max-width: 100%;
height: auto;
}
@media only screen and (max-width: 768px) {
#career .career-sec img {
max-width: none;
width: 130%;
margin: 0 -15%;
}
}
#career .career-sec a.link-project {
position: absolute;
left: 27.1717171717%;
top: 19.5970695971%;
display: block;
width: 53.0303030303%;
height: 57.8754578755%;
}
#career .career-sec a.link-project:hover {
background-color: rgba(255, 255, 255, 0.5);
}
#career .career-sec div.link-agora {
padding: 0 0 56px 0;
}
@media only screen and (max-width: 768px) {
#career .career-sec div.link-agora {
padding: 0 0 3.7333333333vw 0;
}
}
#career .career-sec div.link-agora a {
display: block;
width: 301px;
margin: 0 auto;
}
@media only screen and (max-width: 768px) {
#career .career-sec div.link-agora a {
width: 30.1vw;
}
}
#career .career-sec div.career-youtube {
position: absolute;
left: 23.4848484848%;
top: 0;
margin: 5.2525252525% 0 0 0;
width: 54.2929292929%;
height: 0;
padding-top: 27.7777777778%;
border: 5px solid #fff;
}
@media only screen and (max-width: 768px) {
#career .career-sec div.career-youtube {
left: 11.1111111111%;
margin: 5.0505050505% 0 0 0;
width: 76.0101010101%;
padding-top: 38.8888888889%;
border: 3px solid #fff;
}
}
#career .career-sec div.career-youtube iframe {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
}
#career .career-sec a.link-voices {
position: absolute;
left: 30.8080808081%;
top: 0;
margin-top: 39.898989899%;
width: 15.202020202%;
}
@media only screen and (max-width: 768px) {
#career .career-sec a.link-voices {
left: 36.9696969697%;
margin-top: 52.2676767677%;
width: 30.404040404%;
}
}
#career .career-sec a.link-voices img {
width: 100%;
height: auto;
margin: 0;
}
#career .links {
max-width: 1400px;
margin: 0 auto;
padding: 50px 0;
}
@media only screen and (max-width: 768px) {
#career .links {
padding: 6.6666666667% 0;
}
}
#career .links ul li a {
display: block;
}
#career .links ul li a img {
display: block;
width: 100%;
height: auto;
}
#career .links ul.links-3 {
width: 92.7142857143%;
margin: 0 auto;
*zoom: 1;
}
#career .links ul.links-3:after {
content: "";
display: block;
clear: both;
}
#career .links ul.links-3 li {
float: left;
width: 30.8936825886%;
margin: 0 0 0 3.6594761171%;
}
#career .links ul.links-3 li:first-child {
margin: 0;
}
#career .links ul.links-1 {
width: 28.6428571429%;
margin: 0 auto;
}
#career .career-pager {
padding: 110px 0;
background-color: #fff;
}
@media only screen and (max-width: 768px) {
#career .career-pager {
padding: 4.2666666667vw;
}
}
#career .career-pager-inner {
display: flex;
flex-direction: row;
justify-content: space-between;
width: 100%;
max-width: 980px;
margin: 0 auto;
}
@media only screen and (max-width: 768px) {
#career .career-pager-inner {
flex-wrap: wrap;
}
}
#career .career-pager-prev, #career .career-pager-current, #career .career-pager-next {
position: relative;
width: 30.612244898%;
flex: 0 0 auto;
font-size: 34px;
font-weight: bold;
line-height: 68px;
}
@media only screen and (max-width: 768px) {
#career .career-pager-prev, #career .career-pager-current, #career .career-pager-next {
margin: 4% 0 0 0;
font-size: 4.5333333333vw;
line-height: 9.0666666667vw;
}
}
#career .career-pager-prev a,
#career .career-pager-prev span, #career .career-pager-current a,
#career .career-pager-current span, #career .career-pager-next a,
#career .career-pager-next span {
display: block;
background-color: #84ccc9;
border-radius: 0.25em;
text-decoration: none;
text-align: center;
color: #fff;
}
#career .career-pager-current {
order: 2;
}
@media only screen and (max-width: 768px) {
#career .career-pager-current {
order: 1;
width: 100%;
margin: 0;
}
}
#career .career-pager-prev {
order: 1;
}
@media only screen and (max-width: 768px) {
#career .career-pager-prev {
order: 2;
width: 48%;
}
}
#career .career-pager-prev a {
padding: 0 0 0 0.7058823529em;
}
#career .career-pager-prev a:before {
position: absolute;
left: 0.4117647059em;
top: 50%;
width: 1.2058823529em;
height: 1.2058823529em;
background: url(//miracolla.jp/mcwp/wp-content/themes/miracolla/images/common/ico-page-prev.png) no-repeat;
background-size: 100% 100%;
transform: translateY(-50%);
content: "";
}
#career .career-pager-next {
order: 3;
}
@media only screen and (max-width: 768px) {
#career .career-pager-next {
width: 48%;
}
}
#career .career-pager-next a {
padding: 0 0.7058823529em 0 0;
}
#career .career-pager-next a:before {
position: absolute;
right: 0.4117647059em;
top: 50%;
width: 1.2058823529em;
height: 1.2058823529em;
background: url(//miracolla.jp/mcwp/wp-content/themes/miracolla/images/common/ico-page-next.png) no-repeat;
background-size: 100% 100%;
transform: translateY(-50%);
content: "";
}
#page-course .footer-main {
display: none;
}
.course-mv {
position: relative;
width: 100%;
height: 54.5454545455vw;
overflow: hidden;
}
.course-mv > video {
position: absolute;
left: 50%;
top: 50%;
width: 100%;
height: auto;
transform: translateX(-50%) translateY(-50%);
}
.course-video {
width: 69.6153846154%;
margin: 0 auto;
}
@media only screen and (max-width: 768px) {
.course-video {
width: 84.84375%;
}
}
.course-video-container {
position: relative;
width: 100%;
height: 0;
padding-top: 56.1694290976%;
}
.course-video-container > iframe {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
}
.course-sec {
position: relative;
width: 100%;
overflow: hidden;
}
.course-sec-inner {
position: relative;
width: 100%;
max-width: 1560px;
margin: 0 auto;
overflow: hidden;
}
.course-sec-inner > img {
display: block;
width: 100%;
height: auto;
}
@media only screen and (max-width: 768px) {
.course-sec-inner > img {
width: 121.875%;
margin: 0 -10.9375%;
}
}
.course-sec-1 {
background-color: #fff;
}
.course-sec-1:before {
position: absolute;
left: -15%;
top: -5%;
width: 130%;
height: calc(1480px + 5%);
background-color: #feda63;
transform: rotate(-8deg);
transform-origin: center bottom;
content: "";
}
@media only screen and (max-width: 1560px) {
.course-sec-1:before {
top: -5%;
height: 72.191272052%;
}
}
.course-sec-2 {
background-color: #fbddcc;
}
.course-sec-3 {
background-color: #e4d5e9;
padding-bottom: 60px;
}
@media only screen and (max-width: 768px) {
.course-sec-3 {
padding-bottom: 8vw;
}
}
.course-sec-3 .course-video {
margin-top: 32px;
}
@media only screen and (max-width: 768px) {
.course-sec-3 .course-video {
margin-top: 4.2666666667vw;
}
}
.course-sec-4 {
background-color: #d8ecda;
padding-bottom: 60px;
}
@media only screen and (max-width: 768px) {
.course-sec-4 {
padding-bottom: 8vw;
}
}
.course-sec-4 .course-link {
width: 70%;
margin: 3.0769230769% auto 0;
}
@media only screen and (max-width: 768px) {
.course-sec-4 .course-link {
width: 85.3125%;
}
}
.course-sec-4 .course-link a {
display: block;
}
.course-sec-4 .course-link a img {
display: block;
width: 100%;
height: auto;
}
.course-sec-4 .course-video {
display: flex;
width: 70%;
margin: 82px auto 0;
justify-content: space-between;
}
@media only screen and (max-width: 768px) {
.course-sec-4 .course-video {
display: block;
width: 85.3125%;
margin-top: 12vw;
}
}
.course-sec-4 .course-video .course-video-container {
width: 31.3186813187%;
padding-top: 17.5824175824%;
}
@media only screen and (max-width: 768px) {
.course-sec-4 .course-video .course-video-container {
width: 100%;
padding-top: 47.8947368421%;
margin-top: 7.03125%;
}
.course-sec-4 .course-video .course-video-container:first-child {
margin-top: 0;
}
}
.course-sec-5 {
background-color: #c7e8fa;
}
.course-sec-6 {
background-color: #fff;
}
.course-sec-7 {
background-color: #feda63;
} #page-faq .second-mv {
background-image: url(//miracolla.jp/mcwp/wp-content/themes/miracolla/images/faq/mv.jpg);
}
#page-faq .main {
background-color: #fff;
}
#page-faq .second-sec {
margin: 80px 0 0 0;
}
@media only screen and (max-width: 768px) {
#page-faq .second-sec {
margin: 10.6666666667vw 0 0 0;
}
}
#page-faq .second-more {
background-color: #fff6dd;
}
#faq-lead p {
color: #000000;
font-size: 18px;
font-weight: bold;
line-height: 1.75;
}
@media only screen and (max-width: 768px) {
#faq-lead p {
font-size: 4.2666666667vw;
}
}
#faq-list dl {
padding: 18px 0;
border-bottom: 1px solid #cccccc;
color: #000000;
font-weight: bold;
line-height: 1.2857142857;
}
@media only screen and (max-width: 768px) {
#faq-list dl {
padding: 2.4vw 0;
}
}
#faq-list dl:first-child {
padding-top: 0;
}
#faq-list dl dt {
padding: 16px 16px 16px 66px;
background: #f3f9fd url(//miracolla.jp/mcwp/wp-content/themes/miracolla/images/faq/ico-q.png) no-repeat 13px 13px;
background-size: 22px 22px;
}
@media only screen and (max-width: 768px) {
#faq-list dl dt {
padding: 0.75em 0.75em 0.75em 3em;
background-position: 0.5em 0.5em;
background-size: 1.5em 1.5em;
}
}
#faq-list dl dd {
padding: 16px 16px 16px 66px;
background: #fff8fa url(//miracolla.jp/mcwp/wp-content/themes/miracolla/images/faq/ico-a.png) no-repeat 13px 13px;
background-size: 22px 22px;
}
@media only screen and (max-width: 768px) {
#faq-list dl dd {
padding: 0.75em 0.75em 0.75em 3em;
background-position: 0.5em 0.5em;
background-size: 1.5em 1.5em;
}
}
#faq-contact {
padding: 0 0 95px 0;
margin: 24px 0 0 0;
}
@media only screen and (max-width: 768px) {
#faq-contact {
padding: 0 0 8vw 0;
margin: 6.4vw 0 0 0;
}
}
#faq-contact p {
text-align: center;
color: #1a1a1a;
font-weight: bold;
}
#faq-contact .buttons {
display: flex;
flex-direction: row;
justify-content: space-between;
width: 594px;
margin: 40px auto 0;
}
@media only screen and (max-width: 768px) {
#faq-contact .buttons {
flex-direction: column;
width: auto;
margin: 8vw 0 0 0;
}
}
#faq-contact .buttons a {
display: block;
width: 275px;
padding: 25px 0 25px 72px;
border-radius: 0.9em;
box-sizing: border-box;
text-decoration: none;
color: #000000;
font-size: 20px;
font-weight: bold;
line-height: 1;
letter-spacing: 0.1em;
}
@media only screen and (max-width: 768px) {
#faq-contact .buttons a {
width: auto;
padding: 1em 1em 1em 2em;
text-align: center;
font-size: 4.8vw;
}
}
#faq-contact .buttons a.link-mail {
background: #cce198 url(//miracolla.jp/mcwp/wp-content/themes/miracolla/images/faq/ico-mail.png) no-repeat 28px center;
background-size: 30.5px 21px;
}
@media only screen and (max-width: 768px) {
#faq-contact .buttons a.link-mail {
background-position: 3.7333333333vw;
background-size: 8.1333333333vw 5.6vw;
}
}
#faq-contact .buttons a.link-tel {
background: #f4b3c5 url(//miracolla.jp/mcwp/wp-content/themes/miracolla/images/faq/ico-tel.png) no-repeat 38px center;
background-size: 20.5px 29px;
}
@media only screen and (max-width: 768px) {
#faq-contact .buttons a.link-tel {
margin: 4.8vw 0 0 0;
background-position: 5.0666666667vw;
background-size: 5.4666666667vw 7.7333333333vw;
}
} #page-inquiry .second-mv {
background-image: url(//miracolla.jp/mcwp/wp-content/themes/miracolla/images/faq/mv.jpg);
}
#page-inquiry .main {
background-color: #fff;
}
#page-inquiry .second-sec {
margin: 80px 0 0 0;
}
@media only screen and (max-width: 768px) {
#page-inquiry .second-sec {
margin: 10.6666666667vw 0 0 0;
}
}
#page-inquiry .second-more {
background-color: #fff6dd;
}
#inquiry-lead p {
color: #000000;
font-size: 18px;
font-weight: bold;
line-height: 1.75;
}
@media only screen and (max-width: 768px) {
#inquiry-lead p {
font-size: 4.2666666667vw;
}
}
@media only screen and (max-width: 768px) {
#inquiry-form {
margin: 0 -2.66667vw;
}
}
#inquiry-form table {
width: 100%;
border-collapse: collapse;
font-size: 16px;
line-height: 1.5;
}
@media only screen and (max-width: 768px) {
#inquiry-form table {
display: block;
font-size: 4.2666666667vw;
}
}
@media only screen and (max-width: 768px) {
#inquiry-form table tbody {
display: block;
}
}
@media only screen and (max-width: 768px) {
#inquiry-form table tr {
display: block;
}
}
#inquiry-form table tr th,
#inquiry-form table tr td {
border: 3px solid #fff;
text-align: left;
}
@media only screen and (max-width: 768px) {
#inquiry-form table tr th,
#inquiry-form table tr td {
display: block;
border: 0;
}
}
#inquiry-form table tr th {
width: 18em;
padding: 0.5em 1em;
background-color: #f5f5f5;
vertical-align: middle;
}
@media only screen and (max-width: 768px) {
#inquiry-form table tr th {
width: auto;
padding: 0.75em 1em;
}
}
#inquiry-form table tr th span {
margin: 0 0 0 0.5em;
}
#inquiry-form table tr th span.neccesary {
color: #d23333;
}
#inquiry-form table tr th small {
font-size: 83%;
font-weight: normal;
}
#inquiry-form table tr td {
padding: 0.5em 1em 0.5em 2em;
vertical-align: top;
}
@media only screen and (max-width: 768px) {
#inquiry-form table tr td {
padding: 1em;
}
}
#inquiry-form input[type=text],
#inquiry-form input[type=email],
#inquiry-form input[type=tel],
#inquiry-form textarea,
#inquiry-form select {
display: block;
width: 100%;
box-sizing: border-box;
padding: 0.5em;
font-size: 16px;
line-height: 1.2;
}
@media only screen and (max-width: 768px) {
#inquiry-form input[type=text],
#inquiry-form input[type=email],
#inquiry-form input[type=tel],
#inquiry-form textarea,
#inquiry-form select {
font-size: 4.2666666667vw;
}
}
#inquiry-form textarea {
height: 10em;
resize: none;
}
#inquiry-form .submit {
margin: 40px 0 0 0;
text-align: center;
}
@media only screen and (max-width: 768px) {
#inquiry-form .submit {
margin: 8% 0 0 0;
}
}
#inquiry-form .submit input,
#inquiry-form .submit button {
display: inline-block;
padding: 0.75em 2.25em;
margin: 0 0 0 0.75em;
background: #84ccc9;
border: 0;
border-radius: 0.65em;
text-decoration: none;
color: #fff;
font-size: 20px;
font-weight: bold;
line-height: 1;
letter-spacing: 0.075em;
cursor: pointer;
}
@media only screen and (max-width: 768px) {
#inquiry-form .submit input,
#inquiry-form .submit button {
border-radius: 0.4em;
font-size: 4.8vw;
}
}
#inquiry-form .submit input:hover,
#inquiry-form .submit button:hover {
opacity: 0.75;
}
#inquiry-form .submit input:first-child,
#inquiry-form .submit button:first-child {
margin-left: 0;
}
#inquiry-notes {
padding: 80px 0;
}
@media only screen and (max-width: 768px) {
#inquiry-notes {
padding: 8% 0;
}
}
#inquiry-notes p {
margin: 1em 0 0 0;
font-size: 16px;
line-height: 1.9;
}
@media only screen and (max-width: 768px) {
#inquiry-notes p {
font-size: 3.7333333333vw;
}
}
#inquiry-notes p:first-child {
margin: 0;
}
#inquiry-notes p.strong {
font-weight: bold;
} #page-message .second-mv {
background-image: url(//miracolla.jp/mcwp/wp-content/themes/miracolla/images/message/mv.jpg);
}
.message {
display: flex;
flex-direction: row-reverse;
}
@media only screen and (max-width: 768px) {
.message {
flex-direction: column;
}
}
.message-pic {
flex-shrink: 0;
flex-grow: 0;
}
.message-pic img {
display: block;
width: 100%;
height: auto;
}
.message-pic p {
margin: 0.75em 0 0 0;
text-align: center;
font-size: 17px;
font-weight: bold;
}
@media only screen and (max-width: 768px) {
.message-pic p {
font-size: 4.2666666667vw;
}
}
.message-txt .message-ttl {
font-size: 17px;
font-weight: bold;
}
@media only screen and (max-width: 768px) {
.message-txt .message-ttl {
font-size: 5.6vw;
}
}
.message-txt p {
margin: 1em 0 0 0;
font-weight: bold;
line-height: 2;
}
.message-txt p:first-child {
margin: 0;
}
#message-1 .message {
margin: 28px 0 0 35px;
}
@media only screen and (max-width: 768px) {
#message-1 .message {
margin: 6.4vw 0 0 0;
}
}
#message-1 .message-pic {
width: 277px;
}
@media only screen and (max-width: 768px) {
#message-1 .message-pic {
width: 85%;
margin: 0 auto;
}
}
#message-1 .message-txt {
padding: 0 28px 0 0;
}
@media only screen and (max-width: 768px) {
#message-1 .message-txt {
padding: 0;
margin: 8vw 0 0 0;
}
}
#message-2 .message {
margin: 28px 0 0 35px;
}
@media only screen and (max-width: 768px) {
#message-2 .message {
margin: 6.4vw 0 0 0;
}
}
#message-2 .message-pic {
width: 274px;
}
@media only screen and (max-width: 768px) {
#message-2 .message-pic {
width: 85%;
margin: 0 auto;
}
}
#message-2 .message-txt {
padding: 0 28px 0 0;
}
@media only screen and (max-width: 768px) {
#message-2 .message-txt {
padding: 0;
margin: 8vw 0 0 0;
}
}
#message-split {
padding: 80px 0;
background: url(//miracolla.jp/mcwp/wp-content/themes/miracolla/images/message/bg.jpg) no-repeat center center;
background-size: cover;
}
@media only screen and (max-width: 768px) {
#message-split {
padding: 16vw 0;
}
}
#message-split .split-ttl {
text-align: center;
color: #333333;
font-size: 36px;
line-height: 1.9444444444;
}
@media only screen and (max-width: 768px) {
#message-split .split-ttl {
font-size: 6.4vw;
}
}
#message-3 .message-txt-1 {
margin: 0 0 100px 36px;
}
@media only screen and (max-width: 768px) {
#message-3 .message-txt-1 {
margin: 0 0 13.3333333333vw 0;
}
}
#message-3 .message-txt-1 p {
margin: 1em 0 0 0;
font-weight: bold;
line-height: 2;
}
#message-3 .message-txt-1 p:first-child {
margin: 0;
}
#message-3 .message-txt-2 {
margin: 32px 0 0 36px;
}
@media only screen and (max-width: 768px) {
#message-3 .message-txt-2 {
margin: 8vw 0 0 0;
}
}
#message-3 .message-txt-2 p {
font-weight: bold;
line-height: 2;
}
#message-3 .message-pop {
margin: 36px 0 0 0;
}
@media only screen and (max-width: 768px) {
#message-3 .message-pop {
width: 320px;
margin: 8vw auto 0;
}
}
#message-3 .message-pop ul {
*zoom: 1;
}
#message-3 .message-pop ul:after {
content: "";
display: block;
clear: both;
}
#message-3 .message-pop ul li {
float: left;
box-sizing: border-box;
font-size: 12px;
font-weight: bold;
line-height: 1.75;
}
#message-3 .message-pop ul li:nth-child(1) {
width: 148px;
height: 152px;
margin: 72px 0 0 98px;
padding: 50px 16px 0 42px;
background: url(//miracolla.jp/mcwp/wp-content/themes/miracolla/images/message/q-1.png) no-repeat;
background-size: contain;
}
@media only screen and (max-width: 768px) {
#message-3 .message-pop ul li:nth-child(1) {
margin: 0 0 0 140px;
}
}
#message-3 .message-pop ul li:nth-child(2) {
width: 159px;
height: 169px;
margin: 0 0 0 36px;
padding: 75px 16px 0 48px;
background: url(//miracolla.jp/mcwp/wp-content/themes/miracolla/images/message/q-2.png) no-repeat;
background-size: contain;
}
@media only screen and (max-width: 768px) {
#message-3 .message-pop ul li:nth-child(2) {
margin: -50px 0 0 20px;
}
}
#message-3 .message-pop ul li:nth-child(3) {
width: 146.5px;
height: 150px;
margin: 104px 0 0 26px;
padding: 60px 16px 0 44px;
background: url(//miracolla.jp/mcwp/wp-content/themes/miracolla/images/message/q-3.png) no-repeat;
background-size: contain;
}
@media only screen and (max-width: 768px) {
#message-3 .message-pop ul li:nth-child(3) {
margin: -25px 0 0 150px;
}
}
#message-3 .message-pop ul li:nth-child(4) {
width: 141.5px;
height: 154px;
margin: 4px 0 0 36px;
padding: 72px 16px 0 40px;
background: url(//miracolla.jp/mcwp/wp-content/themes/miracolla/images/message/q-4.png) no-repeat;
background-size: contain;
}
@media only screen and (max-width: 768px) {
#message-3 .message-pop ul li:nth-child(4) {
margin: -80px 0 0 30px;
}
}
#message-3 .message-txt-3 {
width: 610px;
padding: 16px 24px;
margin: 32px auto 0;
box-sizing: border-box;
border: 3px solid #fff;
}
@media only screen and (max-width: 768px) {
#message-3 .message-txt-3 {
width: auto;
padding: 3.2vw;
margin-top: 8.5333333333vw;
}
}
#message-3 .message-txt-3 p {
color: #fff;
font-size: 19px;
font-weight: bold;
line-height: 1.8947368421;
letter-spacing: 0.1em;
}
@media only screen and (max-width: 768px) {
#message-3 .message-txt-3 p {
font-size: 3.7333333333vw;
}
}
#message-4 .message-txt-1 {
margin: 36px 0 72px 36px;
}
@media only screen and (max-width: 768px) {
#message-4 .message-txt-1 {
margin: 8vw 0 13.3333333333vw;
}
}
#message-4 .message-txt-1 p {
margin: 1em 0 0 0;
font-weight: bold;
line-height: 2;
}
#message-4 .message-txt-1 p:first-child {
margin: 0;
}
#message-4 .message {
margin: 36px 0 0 36px;
}
@media only screen and (max-width: 768px) {
#message-4 .message {
margin: 8vw 0 0 0;
}
}
#message-4 .message-pic {
width: 313px;
}
@media only screen and (max-width: 768px) {
#message-4 .message-pic {
width: 85%;
margin: 0 auto;
}
}
#message-4 .message-txt {
padding: 0 58px 0 0;
}
@media only screen and (max-width: 768px) {
#message-4 .message-txt {
padding: 0;
margin: 8vw 0 0 0;
}
} #page-outline .second-mv {
background-image: url(//miracolla.jp/mcwp/wp-content/themes/miracolla/images/outline/mv.jpg);
}
#outline-table {
max-width: 635px;
margin: 90px auto 0;
}
@media only screen and (max-width: 768px) {
#outline-table {
margin: 8vw 0 0 0;
}
}
@media only screen and (max-width: 768px) {
#outline-table .logo img {
width: 41vw;
height: auto;
}
}
#outline-table table {
margin: 40px 0 0 0;
color: #000;
}
@media only screen and (max-width: 768px) {
#outline-table table {
margin: 4vw 0 0 0;
}
}
#outline-table table tbody tr th,
#outline-table table tbody tr td {
border-top: 1px solid #d2d2d2;
text-align: left;
vertical-align: top;
}
#outline-table table tbody tr:first-child th,
#outline-table table tbody tr:first-child td {
border-top: 0;
}
#outline-table table tbody tr th {
padding: 10px 0;
white-space: nowrap;
}
@media only screen and (max-width: 768px) {
#outline-table table tbody tr th {
padding: 1em 0;
}
}
#outline-table table tbody tr td {
padding: 10px 10px 10px 40px;
}
@media only screen and (max-width: 768px) {
#outline-table table tbody tr td {
padding: 1em 0.5em 1em 1em;
}
}
#outline-staff {
margin: 36px 0 0 0;
}
#outline-staff .staff-item {
display: flex;
flex-direction: row;
justify-content: space-between;
width: 100%;
margin: 56px 0 0 0;
}
@media only screen and (max-width: 768px) {
#outline-staff .staff-item {
flex-direction: column;
margin: 9.6vw 0 0 0;
}
}
#outline-staff .staff-item:first-child {
margin: 0;
}
#outline-staff .staff-item-pic {
width: 33.3333333333%;
flex: 0 0 auto;
}
@media only screen and (max-width: 768px) {
#outline-staff .staff-item-pic {
width: auto;
margin: 0 3.2vw;
}
}
#outline-staff .staff-item-pic-shadow {
position: relative;
width: 100%;
}
#outline-staff .staff-item-pic-shadow:before {
position: absolute;
left: 6px;
top: 6px;
width: 100%;
height: 100%;
background-color: #70badc;
border-radius: 6px;
content: "";
}
#outline-staff .staff-item-pic-mask {
position: relative;
width: 100%;
border-radius: 6px;
overflow: hidden;
}
#outline-staff .staff-item-pic-mask img {
display: block;
width: 100%;
height: auto;
}
#outline-staff .staff-item-pic-cap {
margin: 24px 0 0 0;
font-size: 15px;
font-weight: bold;
}
@media only screen and (max-width: 768px) {
#outline-staff .staff-item-pic-cap {
margin: 6.4vw 0 0 0;
font-size: 4vw;
}
}
#outline-staff .staff-item-pic-cap small {
display: block;
font-size: 16px;
line-height: 1.375;
}
@media only screen and (max-width: 768px) {
#outline-staff .staff-item-pic-cap small {
font-size: 4vw;
}
}
#outline-staff .staff-item-pic-cap span {
display: block;
font-size: 22px;
line-height: 1.4545454545;
}
@media only screen and (max-width: 768px) {
#outline-staff .staff-item-pic-cap span {
font-size: 5.8666666667vw;
}
}
#outline-staff .staff-item-pic-cap a {
text-decoration: none;
color: inherit;
}
#outline-staff .staff-item-info {
width: 61.1494252874%;
padding: 32px;
box-sizing: border-box;
background-color: #fff6dd;
flex: 0 0 auto;
}
@media only screen and (max-width: 768px) {
#outline-staff .staff-item-info {
width: auto;
padding: 4.2666666667vw;
margin: 4.2666666667vw 0 0;
}
}
#outline-staff .staff-item-info-sec {
margin: 56px 0 0 0;
}
@media only screen and (max-width: 768px) {
#outline-staff .staff-item-info-sec {
margin: 7.4666666667vw 0 0 0;
}
}
#outline-staff .staff-item-info-sec:first-child {
margin: 0;
}
#outline-staff .staff-item-info-sec-ttl {
padding: 0 0 0 1em;
font-size: 25px;
font-weight: bold;
background: url(//miracolla.jp/mcwp/wp-content/themes/miracolla/images/common/li-dot.png) no-repeat left center;
}
@media only screen and (max-width: 768px) {
#outline-staff .staff-item-info-sec-ttl {
font-size: 6.4vw;
}
}
#outline-staff .staff-item-info-sec-txt {
margin: 16px 0 0 0;
}
@media only screen and (max-width: 768px) {
#outline-staff .staff-item-info-sec-txt {
margin: 2.1333333333vw 0 0 0;
}
}
#outline-staff .staff-item-info-sec-txt p {
margin: 1em 0 0 0;
font-size: 14px;
font-weight: 500;
line-height: 1.7142857143;
}
#outline-staff .staff-item-info-sec-txt p:first-child {
margin: 0;
}
@media only screen and (max-width: 768px) {
#outline-staff .staff-item-info-sec-txt p {
font-size: 3.7333333333vw;
}
}
#outline-access {
margin: 24px 0 0 0;
}
@media only screen and (max-width: 768px) {
#outline-access {
margin: 6.4vw 0 0 0;
}
}
#outline-map {
width: 100%;
margin: 24px 0 0 0;
padding: 8px 0;
background-color: #fff;
}
@media only screen and (max-width: 768px) {
#outline-map {
margin: 6.4vw 0 0 0;
}
}
#outline-map #gmap {
position: relative;
width: 100%;
height: 438px;
}
@media only screen and (max-width: 768px) {
#outline-map #gmap {
height: 87.6vw;
}
}
#outline-map #gmap iframe {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
} #archive-partner .second-mv {
background-image: url(//miracolla.jp/mcwp/wp-content/themes/miracolla/images/partner/mv.jpg);
}
#archive-partner .partners {
max-width: 870px;
padding: 12px 0 120px 0;
margin: 0 auto;
}
@media only screen and (max-width: 768px) {
#archive-partner .partners {
padding: 0 0 16vw 0;
}
}
#archive-partner .partners .partner-item {
display: flex;
flex-direction: row;
justify-content: space-between;
width: 100%;
margin: 148px 0 0 0;
}
@media only screen and (max-width: 768px) {
#archive-partner .partners .partner-item {
flex-direction: column;
margin: 9.6vw 0 0 0;
}
}
#archive-partner .partners .partner-item:first-child {
margin: 0;
}
#archive-partner .partners .partner-item-pic {
width: 33.3333333333%;
flex: 0 0 auto;
}
@media only screen and (max-width: 768px) {
#archive-partner .partners .partner-item-pic {
width: auto;
margin: 0 3.2vw;
}
}
#archive-partner .partners .partner-item-pic-shadow {
position: relative;
width: 100%;
}
#archive-partner .partners .partner-item-pic-shadow:before {
position: absolute;
left: 6px;
top: 6px;
width: 100%;
height: 100%;
background-color: #70badc;
border-radius: 6px;
content: "";
}
#archive-partner .partners .partner-item-pic-mask {
position: relative;
width: 100%;
border-radius: 6px;
overflow: hidden;
}
#archive-partner .partners .partner-item-pic-mask img {
display: block;
width: 100%;
height: auto;
}
#archive-partner .partners .partner-item-pic-cap {
margin: 24px 0 0 0;
font-size: 20px;
font-weight: bold;
line-height: 1.4545454545;
}
@media only screen and (max-width: 768px) {
#archive-partner .partners .partner-item-pic-cap {
margin: 6.4vw 0 0 0;
font-size: 4.2666666667vw;
}
}
#archive-partner .partners .partner-item-pic-business {
margin: 24px 0 0 0;
font-size: 18px;
font-weight: bold;
line-height: 1.4545454545;
}
@media only screen and (max-width: 768px) {
#archive-partner .partners .partner-item-pic-business {
margin: 6.4vw 0 0 0;
font-size: 3.7333333333vw;
}
}
#archive-partner .partners .partner-item-info {
width: 61.1494252874%;
padding: 32px;
box-sizing: border-box;
background-color: #fdd961;
flex: 0 0 auto;
}
@media only screen and (max-width: 768px) {
#archive-partner .partners .partner-item-info {
width: auto;
padding: 4.2666666667vw;
margin: 4.2666666667vw 0 0;
}
}
#archive-partner .partners .partner-item-info-sec {
margin: 64px 0 0 0;
}
@media only screen and (max-width: 768px) {
#archive-partner .partners .partner-item-info-sec {
margin: 8.5333333333vw 0 0 0;
}
}
#archive-partner .partners .partner-item-info-sec:first-child {
margin: 0;
}
#archive-partner .partners .partner-item-info-sec .second-sec-ttl span {
font-size: 32px;
}
@media only screen and (max-width: 768px) {
#archive-partner .partners .partner-item-info-sec .second-sec-ttl span {
font-size: 4.2666666667vw;
}
}
#archive-partner .partners .partner-item-info-sec-txt {
margin: 16px 0 0 0;
}
@media only screen and (max-width: 768px) {
#archive-partner .partners .partner-item-info-sec-txt {
margin: 2.1333333333vw 0 0 0;
}
}
#archive-partner .partners .partner-item-info-sec-txt p {
font-size: 14px;
font-weight: 500;
line-height: 1.7142857143;
}
@media only screen and (max-width: 768px) {
#archive-partner .partners .partner-item-info-sec-txt p {
font-size: 3.7333333333vw;
}
} #trial {
width: 100%;
overflow: hidden;
}
#trial .trial-mv {
position: relative;
max-width: 1980px;
margin: 0 auto;
}
#trial .trial-mv > h1 > img {
display: block;
width: 100%;
height: auto;
}
@media only screen and (max-width: 768px) {
#trial .trial-mv > h1 > img {
width: 160%;
margin: 0 -30%;
}
}
#trial .trial-mv-date {
position: absolute;
left: 25.1515151515%;
top: 35.5882352941%;
width: 12.0202020202%;
height: 35%;
}
@media only screen and (max-width: 768px) {
#trial .trial-mv-date {
left: 10.2424242424%;
width: 19.2323232323%;
}
}
#trial .trial-mv-date > a {
display: block;
width: 100%;
height: 100%;
}
#trial .trial-content {
position: relative;
max-width: 1580px;
margin: 0 auto;
}
#trial .trial-content img {
max-width: 100%;
height: auto;
}
@media only screen and (max-width: 768px) {
#trial .trial-content-img {
width: 130%;
margin: 0 -15%;
}
}
#trial .trial-movie {
position: relative;
width: 100%;
padding-top: 56.25%;
}
#trial .trial-movie > iframe {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
}
#trial .trial-sec1 {
position: relative;
}
#trial .trial-sec1-illust1a {
position: absolute;
left: 50%;
top: -5.1028179741%;
width: 13.1818181818%;
margin-left: -24.4444444444%;
pointer-events: none;
}
@media only screen and (max-width: 768px) {
#trial .trial-sec1-illust1a {
top: -7.0068545316%;
width: 20.88%;
margin-left: -38.72%;
}
}
#trial .trial-sec1-illust1b {
position: absolute;
left: 50%;
top: -5.2170601676%;
width: 10.0505050505%;
margin-left: 13.8888888889%;
pointer-events: none;
}
@media only screen and (max-width: 768px) {
#trial .trial-sec1-illust1b {
top: -7.1210967251%;
width: 15.92%;
margin-left: 22%;
}
}
#trial .trial-sec1-illust2 {
position: absolute;
left: 50%;
top: 85.4531607007%;
width: 10.2525252525%;
margin-left: -32.3232323232%;
pointer-events: none;
}
@media only screen and (max-width: 768px) {
#trial .trial-sec1-illust2 {
width: 16.24%;
margin-left: -43.2%;
}
}
#trial .trial-sec1 .trial-content-img {
padding-bottom: 26.582278481%;
}
@media only screen and (max-width: 768px) {
#trial .trial-sec1 .trial-content-img {
padding-bottom: 33.6%;
}
}
#trial .trial-sec1-btn1, #trial .trial-sec1-btn2, #trial .trial-sec1-movie1, #trial .trial-sec1-movie2 {
position: absolute;
}
#trial .trial-sec1-btn1 {
left: 17.2151898734%;
top: 17.0601675552%;
width: 16.3924050633%;
}
@media only screen and (max-width: 768px) {
#trial .trial-sec1-btn1 {
left: 8.56%;
width: 20.72%;
}
}
#trial .trial-sec1-btn2 {
left: 41.8987341772%;
top: 82.2543792841%;
width: 16.3924050633%;
}
@media only screen and (max-width: 768px) {
#trial .trial-sec1-btn2 {
left: 39.76%;
width: 20.72%;
}
}
#trial .trial-sec1-movie1 {
left: 44.6835443038%;
top: 4.569687738%;
width: 38.3544303797%;
}
@media only screen and (max-width: 768px) {
#trial .trial-sec1-movie1 {
left: 43.28%;
width: 48.48%;
}
}
#trial .trial-sec1-movie2 {
left: 31.6455696203%;
top: 84.3869002285%;
width: 38.3544303797%;
}
@media only screen and (max-width: 768px) {
#trial .trial-sec1-movie2 {
left: 26.8%;
width: 48.48%;
}
}
#trial .trial-sec2 {
background-color: #feeba0;
}
#trial .trial-sec2 .trial-content-img {
padding-top: 3.0379746835%;
padding-bottom: 25.8227848101%;
}
@media only screen and (max-width: 768px) {
#trial .trial-sec2 .trial-content-img {
padding-top: 3.84%;
padding-bottom: 32.64%;
}
}
#trial .trial-sec2-btn1, #trial .trial-sec2-btn2, #trial .trial-sec2-movie1 {
position: absolute;
}
#trial .trial-sec2-btn1 {
left: 44.0506329114%;
top: 75.3866548829%;
width: 16.3924050633%;
}
@media only screen and (max-width: 768px) {
#trial .trial-sec2-btn1 {
left: 42.48%;
width: 20.72%;
}
}
#trial .trial-sec2-movie1 {
left: 33.417721519%;
top: 78.1263809103%;
width: 38.3544303797%;
}
@media only screen and (max-width: 768px) {
#trial .trial-sec2-movie1 {
left: 29.04%;
width: 48.48%;
}
}
#trial .trial-sec2-btn2 {
left: 23.6708860759%;
top: 95.3601414052%;
width: 58.6075949367%;
z-index: 1;
}
@media only screen and (max-width: 768px) {
#trial .trial-sec2-btn2 {
left: 16.72%;
width: 74.08%;
}
}
#trial .trial-sec2-btn2 .illust {
position: absolute;
right: -3.9956803456%;
top: 0;
margin-top: -20.5183585313%;
width: 18.4665226782%;
pointer-events: none;
}
#trial .trial-sec3 {
margin-top: -0.5063291139%;
}
#trial .trial-sec3 .trial-content-img {
padding-bottom: 1.5189873418%;
}
#trial .trial-sec3-ttl, #trial .trial-sec3-btn1, #trial .trial-sec3-btn2, #trial .trial-sec3-movie1, #trial .trial-sec3-movie2 {
position: absolute;
}
#trial .trial-sec3-ttl {
left: 22.6582278481%;
top: -14.5129224652%;
width: 61.0759493671%;
pointer-events: none;
}
@media only screen and (max-width: 768px) {
#trial .trial-sec3-ttl {
left: 15.44%;
width: 77.2%;
}
}
#trial .trial-sec3-btn1 {
left: 46.4556962025%;
top: 30.2186878728%;
width: 16.3924050633%;
}
@media only screen and (max-width: 768px) {
#trial .trial-sec3-btn1 {
left: 45.52%;
width: 20.72%;
}
}
#trial .trial-sec3-btn2 {
left: 46.4556962025%;
top: 62.5248508946%;
width: 16.3924050633%;
}
@media only screen and (max-width: 768px) {
#trial .trial-sec3-btn2 {
left: 45.52%;
width: 20.72%;
}
}
#trial .trial-sec3-movie1 {
left: 46.4556962025%;
top: 12.9224652087%;
width: 36.0759493671%;
}
@media only screen and (max-width: 768px) {
#trial .trial-sec3-movie1 {
left: 45.52%;
width: 45.6%;
}
}
#trial .trial-sec3-movie2 {
left: 46.4556962025%;
top: 44.4831013917%;
width: 36.0759493671%;
}
@media only screen and (max-width: 768px) {
#trial .trial-sec3-movie2 {
left: 45.52%;
width: 45.6%;
}
}
#trial .trial-sec4 {
background-color: #42be86;
}
#trial .trial-sec5-ttl {
position: absolute;
left: 20.6962025316%;
top: 0;
margin-top: -3.5443037975%;
width: 58.6075949367%;
}
@media only screen and (max-width: 768px) {
#trial .trial-sec5-ttl {
left: 12.96%;
width: 74.08%;
margin-top: -4.48%;
}
}
#trial .trial-sec5-list {
padding-top: 12.7848101266%;
padding-bottom: 5.0632911392%;
}
@media only screen and (max-width: 768px) {
#trial .trial-sec5-list {
padding-top: 16.16%;
padding-bottom: 6.4%;
}
}
#trial .trial-schedule {
width: 56.9620253165%;
margin: 0 auto;
}
@media only screen and (max-width: 768px) {
#trial .trial-schedule {
width: auto;
margin: 0 20px;
}
}
#trial .trial-schedule > dt {
position: relative;
display: block;
padding: 6px 128px 6px 12px;
text-align: left;
background-color: #13ae67;
color: #fff;
font-size: 19px;
font-weight: bold;
cursor: pointer;
}
@media only screen and (max-width: 768px) {
#trial .trial-schedule > dt {
padding: 6px 60px 6px 12px;
font-size: 16px;
}
}
#trial .trial-schedule > dt:not(:first-child) {
margin-top: 38px;
}
@media only screen and (max-width: 768px) {
#trial .trial-schedule > dt:not(:first-child) {
margin-top: 24px;
}
}
#trial .trial-schedule > dt > span {
position: absolute;
right: 6px;
top: 50%;
background-color: #fff;
color: #ff5722;
transform: translateY(-50%);
font-size: 16px;
font-weight: bold;
padding: 6px;
line-height: 1;
border-radius: 6px;
}
@media only screen and (max-width: 768px) {
#trial .trial-schedule > dt > span {
font-size: 14px;
}
}
#trial .trial-schedule > dt > span.open {
display: inline-block;
}
#trial .trial-schedule > dt > span.close {
display: none;
}
@media only screen and (max-width: 768px) {
#trial .trial-schedule > dt > span > span {
display: none;
}
}
#trial .trial-schedule > dt.is-expanded > span.open {
display: none;
}
#trial .trial-schedule > dt.is-expanded > span.close {
display: inline-block;
}
#trial .trial-schedule > dd {
display: none;
}
#trial .trial-schedule-item {
background-color: #dcf3e8;
padding: 20px 32px;
}
@media only screen and (max-width: 768px) {
#trial .trial-schedule-item {
padding: 12px 16px;
}
}
#trial .trial-schedule-item__heading {
padding: 0 0 12px 0;
}
#trial .trial-schedule-item__area {
font-size: 19px;
font-weight: bold;
}
@media only screen and (max-width: 768px) {
#trial .trial-schedule-item__area {
font-size: 16px;
}
}
#trial .trial-schedule-item__date {
font-size: 14px;
}
@media only screen and (max-width: 768px) {
#trial .trial-schedule-item__date {
font-size: 12px;
}
}
#trial .trial-schedule-item__info {
padding-top: 12px;
font-size: 14px;
line-height: 1.5;
}
@media only screen and (max-width: 768px) {
#trial .trial-schedule-item__info {
padding-top: 6px;
font-size: 12px;
}
}
#trial .trial-schedule-item__info:not(:last-child) {
padding-bottom: 12px;
border-bottom: 2px dotted #a1dfc3;
}
#trial .trial-schedule-item__contact {
display: flex;
justify-content: space-between;
padding-top: 12px;
font-size: 14px;
line-height: 1.5;
}
@media only screen and (max-width: 768px) {
#trial .trial-schedule-item__contact {
padding-top: 6px;
font-size: 12px;
}
}