@charset "UTF-8";
@charset "UTF-8";
@charset "UTF-8";
@charset "UTF-8";
@charset "UTF-8";
:root {
--main:#00244e;
--blue:#006f85;
--orange:#e95604;
--green:#39b54a;
}
@media(min-width:751px){
.spOnly{
display: none !important;
}
}
@media(max-width:750px){
.pcOnly{
display: none !important;
}
}
*,
*::before,
*::after {
box-sizing: border-box;
min-inline-size: 0;
}
html {
-webkit-text-size-adjust: 100%;
text-size-adjust: 100%;
}
body, h1, h2, h3, h4, h5, h6, p, figure, blockquote, dl, dd {
margin: 0;
}
body {
color: #333333;
font-size: 16px;
font-family: "Noto Sans JP", sans-serif;
line-height: 1.8;
min-height: 100vh;
overflow-x: hidden;
overflow-wrap: anywhere;
word-break: normal;
line-break: strict;
position: relative;
}
@media not all and (min-width: 999px){
body {
font-size: 15px;
}
}
.serif {
font-family: "Noto Serif JP", serif;
font-weight: 500;
}
:where(ul, ol) {
list-style: none;
list-style-type: '';
padding: unset;
margin: 0;
}
h1, h2, h3, h4, button, input, label {
line-height: 1.4;
}
img, picture {
display: block;
max-width: 100%;
height: auto;
}
hr {
}
:where(:any-link, button, [type='button'], [type='reset'], [type='submit'], label[for], select, summary, [role='tab'], [role='button']) {
cursor: pointer;
}
:where(button, [type='button'], [type='reset'], [type='submit']) {
touch-action: manipulation;
}
legend, fieldset {
all: unset;
}
input, button, textarea, select {
font: inherit;
}
:target {
scroll-margin-block: 5ex;
}
:focus:not(:focus-visible) {
outline: none;
}
@media (prefers-reduced-motion: reduce) {
*, ::before, ::after, ::backdrop {
background-attachment: scroll !important;
transition-delay: 0s !important;
transition-duration: 1ms !important;
animation-duration: 1ms !important;
animation-delay: 0s !important;
animation-iteration-count: 1 !important;
scroll-behavior: auto !important;
}
}
a {
color: #1a1a1a;
text-decoration: none;
transition: .3s;
}
a:hover {  opacity: 0.6;
}  .header {
position: fixed;
top: 25px;
left: 0;
width: 100vw;
background-color: #fff;
z-index: 100;
}
.header__wrap {
padding-top: 25px;
padding-bottom: 10px;
padding-right: 20px;
display: flex;
justify-content: space-between;
align-items: center;
width: 100%;
}
@media not all and (min-width: 999px){
.header{
top: 0;
}
.header__wrap {
padding-bottom: 10px;
padding-left: 25px;
height: 67px;
}
}
.header__logo-area {
display: flex;
align-items: center;
flex-direction: row-reverse;
flex-wrap: wrap;
gap: 0 26px;
}
@media not all and (min-width: 1150px){
.header__logo-area {
gap: 0 10px;
}
}
.header__logo a {
display: flex;
flex-direction: column;
}
.header__logo .sub {
font-size: 12px;
position: relative;
}
.header__logo .main {
display: flex;
align-items: center;
gap: 0 5px;
color: #00244e;
font-size: 25px;
font-weight: 700;
}
@media not all and (min-width: 1380px){
.header__logo .sub {
font-size: 10px;
}
.header__logo .main {
font-size: 16px;
}
}
@media not all and (min-width: 999px){
.header__logo {
width: 162px;
height: 46px;
background-image: url(https://shikaseikou.com/wp-content/themes/ayumi-dentai-wp/assets/images/common/header-logo-sp.webp);
background-size: contain;
background-repeat: no-repeat;
background-position: center;
}
.header__logo .sub,
.header__logo .main {
display: block !important;
position: absolute;
margin: -1px;
padding: 0;
width: 1px;
height: 1px;
white-space: nowrap;
border: 0;
overflow: hidden;
clip: rect(0 0 0 0);
clip-path: inset(50%);
contain: strict !important;
opacity: 0 !important;
}
}
.header__logo .main-add {
padding: 7px 4px;
font-size: 12px;
background-color: #d5ebe4;
letter-spacing: -0.05em;
}
.header__logo .text-g {
color: #39b54a;
}
.header__logo .text-r {
color: #e95504;
}
.header__logo .text-b {
color: #006f85;
}
@media (any-hover: hover) {
.header__logo a:hover {
text-decoration: none;
opacity: .7;
}
}
.header__logo a:focus-visible {
text-decoration: none;
opacity: .7;
}
.header__logo-icon img{
width: 4vw;
}
@media not all and (min-width: 999px){
.header__logo-icon {
display: none;
}
}
.header__cta {
display: flex;
justify-content: flex-end;
align-items: center;
}
@media not all and (min-width: 999px){
.header__cta {
display: block !important;
position: absolute;
margin: -1px;
padding: 0;
width: 1px;
height: 1px;
white-space: nowrap;
border: 0;
overflow: hidden;
clip: rect(0 0 0 0);
clip-path: inset(50%);
contain: strict !important;
opacity: 0 !important;
}
}
@media not all and (min-width: 1150px){
.header__cta .tel {
margin-right: 10px;
}
}
.header__cta .tel a {
display: flex;
align-items: center;
flex-wrap: wrap;
gap: 0 12px;
color: #00244e;
font-size: 29px;
font-weight: 800;
}
@media (any-hover: hover) {
.header__cta .tel a:hover {
text-decoration: none;
opacity: .7;
}
}
@media not all and (min-width: 1380px){
.header__cta .tel a {
gap: 0 6px;
font-size: 20px;
}
}
.header__cta .tel a:focus-visible {
text-decoration: none;
opacity: .7;
}
.header__cta .contact {
margin-inline: 9px 25px;
}
@media not all and (min-width: 1150px){
.header__cta .contact {
display: block !important;
position: absolute;
margin: -1px;
padding: 0;
width: 1px;
height: 1px;
white-space: nowrap;
border: 0;
overflow: hidden;
clip: rect(0 0 0 0);
clip-path: inset(50%);
contain: strict !important;
opacity: 0 !important;
}
}
.header__cta .contact a {
display: flex;
align-items: center;
flex-wrap: wrap;
gap: 0 6px;
padding: 7px;
color: #fff;
font-size: 12px;
line-height: 1.4;
background-color: #39b54a;
border-radius: 50vh;
}
@media (any-hover: hover) {
.header__cta .contact a:hover {
text-decoration: none;
opacity: .7;
}
}
.header__cta .contact a:focus-visible {
text-decoration: none;
opacity: .7;
}
.header__cta .button a {
display: block;
width: 280px;
height: 96px;
}
.header__cta .button a:hover {
background-image: url(https://shikaseikou.com/wp-content/themes/ayumi-dentai-wp/assets/images/common/header-button_hover.svg);
background-size: contain;
background-repeat: no-repeat;
background-position: center;
}
.header__cta .button a:hover img {
display: block !important;
position: absolute;
margin: -1px;
padding: 0;
width: 1px;
height: 1px;
white-space: nowrap;
border: 0;
overflow: hidden;
clip: rect(0 0 0 0);
clip-path: inset(50%);
contain: strict !important;
opacity: 0 !important;
}
.header-sp-button {
display: none;
margin-right: 10px;
width: 40px;
height: 30px;
border: none;
background: transparent;
cursor: pointer;
z-index: 99;
}
@media not all and (min-width: 999px){
.header-sp-button {
display: block;
}
}
.header-sp-button span {
display: block;
width: 100%;
height: 3px;
margin: 6px 0;
background-color: #39b54a;
transition: all 0.3s ease;
}
.header-sp-button.active span:nth-child(1) {
transform: translateY(9px) rotate(45deg);
}
.header-sp-button.active span:nth-child(2) {
opacity: 0;
}
.header-sp-button.active span:nth-child(3) {
transform: translateY(-9px) rotate(-45deg);
}
.header-sp-nav {
position: fixed;
top: 0;
right: -100%;
padding-block: 97px 30px;
width: 80%;
max-width: 400px;
height: 100vh;
background-color: #fff;
transition: right .3s ease;
overflow-y: auto;
z-index: 98;
}
@media not all and (min-width: 400px){
.header-sp-nav {
width: 90%;
}
}
@media not all and (min-width: 360px){
.header-sp-nav {
width: 100%;
}
}
.header-sp-nav__contents {
overflow-y: auto;
}
.header-sp-nav.open {
right: 0;
}
.header-sp-nav__list {
margin-bottom: 40px;
padding-inline: 40px;
}
.header-sp-nav__list li {
border-bottom: 1px solid #73c7ce;
}
.header-sp-nav__list li a {
display: block;
position: relative;
padding: 20px;
text-align: center;
}
.header-sp-nav__list .external-link a {
position: relative;
}
.header-sp-nav__list .external-link a::after {
content: '';
position: absolute;
top: 50%;
right: 0;
translate: 0 -50%;
width: 17px;
height: 17px;
background-image: url(https://shikaseikou.com/wp-content/themes/ayumi-dentai-wp/assets/images/common/external-link-icon-menu.svg);
background-size: contain;
background-repeat: no-repeat;
background-position: center;
}
.header-sp-nav__cta {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.header-sp-nav__cta-item {
width: 50%;
}
.header-sp-nav__cta-item a {
display: flex;
justify-content: center;
align-items: center;
gap: 10px;
width: 100%;
height: 100px;
color: #fff;
font-weight: 700;
}
@media not all and (min-width: 999px){
.header-sp-nav__cta-item a {
flex-direction: column;
gap: 0;
height: 80px;
}
}
.header-sp-nav__cta-tel a {
background-color: #00244e;
}
.header-sp-nav__cta-contact a {
background-color: #39b54a;
}
@media (any-hover: hover) {
.header-sp-nav__cta-tel a:hover,
.header-sp-nav__cta-contact a:hover {
text-decoration: none;
opacity: .7;
}
}
.header-sp-nav__cta-tel a:focus-visible,
.header-sp-nav__cta-contact a:focus-visible {
text-decoration: none;
opacity: .7;
}
.header-sp-nav__cta-item .heading {
display: flex;
align-items: center;
gap: 10px;
}
.header-sp-nav__cta-heading {
font-size: 18px;
}
.header-sp-nav__cta-num {
font-size: 42px;
}
.header-sp-nav__cta-main {
font-size: 30px;
}
@media not all and (min-width: 1100px){
.header-sp-nav__cta-num {
font-size: 34px;
}
.header-sp-nav__cta-main {
font-size: 24px;
}
}
@media not all and (min-width: 999px){
.header-sp-nav__cta-tel img {
width: 15px;
}
.header-sp-nav__cta-contact img {
width: 20px;
}
.header-sp-nav__cta-heading {
display: block;
font-size: 10px;
}
.header-sp-nav__cta-num {
display: block;
font-size: 18px;
line-height: 1.4;
}
.header-sp-nav__cta-main {
display: block;
font-size: 18px;
}
}
@media not all and (min-width: 368px){
.header-sp-nav__cta-num {
font-size: 18px;
}
.header-sp-nav__cta-main {
font-size: 15px;
}
}
.header-sp-nav__logo {
margin: 20px;
} .container { padding-top: 11vw;
overflow-x: hidden;
}
@media not all and (min-width: 999px){
.container {
padding-top: 67px;
}
}
.section-button {
margin-inline: auto;
width: 320px;
height: 80px;
}
.section-button a {
display: flex;
justify-content: space-between;
align-items: center;
position: relative;
width: 100%;
height: 100%;
padding-inline: 30px;
font-size: 22px;
font-weight: 700;
background-color: #fff;
border-radius: 50vh;
overflow: hidden;
line-height: 1.35;
}
.button_blue a {
color: var(--blue);
border: 2px solid var(--blue);
}
.button_orange a {
color: var(--orange);
border: 2px solid var(--orange);
}
.section-button a::before {
content: '';
position: absolute;
top: 0;
right: 0;
width: 80px;
height: 80px;
z-index: 1;
}
.button_blue a::before {
background-color: var(--blue);
}
.button_orange a::before {
background-color: var(--orange);
}
.section-button a::after {
content: '';
display: inline-block;
position: relative;
width: 21px;
height: 21px;
background-image: url(https://shikaseikou.com/wp-content/themes/ayumi-dentai-wp/assets/images/common/arrow-w.svg);
background-size: contain;
background-repeat: no-repeat;
background-position: center;
z-index: 2;
}
.external-linl a::after {
content: '';
display: inline-block;
margin-left: 20px;
width: 22px;
height: 22px;
background-image: url(https://shikaseikou.com/wp-content/themes/ayumi-dentai-wp/assets/images/common/external-link-icon-w.svg);
background-size: contain;
background-repeat: no-repeat;
background-position: center;
}
@media (any-hover: hover) {
.section-button a:hover {
color: #fff;
text-decoration: none;
}
.button_blue a:hover {
background-color: var(--blue);
}
.button_orange a:hover {
background-color: var(--orange);
}
}
.section-button a:focus-visible {
color: #fff;
text-decoration: none;
background-color: #39b54a;
} .home-mv {
display: flex;
justify-content: space-between; }
.home-mv__item {
width: 50vw;
height: calc(100vh - 96px);
}
@media not all and (min-width: 999px){
.home-mv {
flex-direction: column;
}
.home-mv__item {
width: 100vw;
height: calc(50vh - 68px);
}
}
.home-mv__item a {
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
position: relative;
gap: 45px;
width: 100%;
height: 100%;
overflow: hidden;
}
@media not all and (min-width: 999px){
.home-mv__item a {
gap: 40px;
}
}
.home-mv__item a:hover {
text-decoration: none;
}
.home-mv__item a::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
transition: scale .3s;
z-index: -1;
}
.home-mv__left a::before {
background-image: url(https://shikaseikou.com/wp-content/themes/ayumi-dentai-wp/assets/images/home/home-mv-left-bg.jpg);
}
.home-mv__right a::before {
background-image: url(https://shikaseikou.com/wp-content/themes/ayumi-dentai-wp/assets/images/home/home-mv-right-bg.jpg);
}
@media (any-hover: hover) {
.home-mv__item a:hover::before {
scale: 110%;
}
}
.home-mv__item a:focus-visible::before {
translate: 110%;
}
.home-mv__text {
color: #fff;
font-size: 28px;
font-weight: 700;
writing-mode: vertical-rl;
}
@media not all and (min-width: 999px){
.home-mv__text {
font-size: 14px;
writing-mode: horizontal-tb;
}
}
a .home-mv__button {
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
width: 50%;
height: 80px;
color: #fff;
font-weight: 700;
line-height: 1.4;
border: 1px solid #fff;
border-radius: 50vh;
}
@media not all and (min-width: 999px){
a .home-mv__button {
width: 228;
height: 38px;
}
}
a .home-mv__left-button {
background-color: #006f85;
}
a .home-mv__right-button {
background-color: #e95504;
}
@media (any-hover: hover) {
a:hover .home-mv__left-button {
color: #006f85;
background-color: #fff;
border: 1px solid #006f85;
}
a:hover .home-mv__right-button {
color: #e95504;
background-color: #fff;
border: 1px solid #e95504;
}
}
a:focus-visible .home-mv__left-button {
color: #006f85;
background-color: #fff;
border: 1px solid #006f85;
}
a:focus-visible .home-mv__right-button {
color: #e95504;
background-color: #fff;
border: 1px solid #e95504;
}
a .home-mv__button .sub {
font-size: 14px;
}
a .home-mv__button .main {
font-size: 24px;
}
@media not all and (min-width: 999px){
a .home-mv__button .sub {
font-size: 7px;
}
a .home-mv__button .main {
font-size: 14px;
}
}
.home-mv-cta {
position: relative;
margin-bottom: 50px;
padding-top: 80px;
overflow: hidden;
}
.home-mv-cta::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100vw;
height: 500px;
background-image: url(https://shikaseikou.com/wp-content/themes/ayumi-dentai-wp/assets/images/home/home-mv-cta-bg.svg);
background-size: cover;
background-repeat: no-repeat;
background-position: center;
z-index: -1;
}
@media not all and (min-width: 999px){
.home-mv-cta {
margin-bottom: 80px;
padding-top: 30px;
}
.home-mv-cta::before {
height: 400px;
}
}
@media not all and (min-width: 768px){
.home-mv-cta::before {
height: 320px;
}
}
@media not all and (min-width: 468px){
.home-mv-cta {
margin-bottom: 60px;
}
.home-mv-cta::before {
height: 240px;
}
}
@media not all and (min-width: 368px){
.home-mv-cta::before {
height: 180px;
}
}
.home-mv-cta__hreading {
margin-inline: auto;
margin-bottom: 50px;
width: fit-content;
color: #fff;
font-size: 30px;
font-weight: 700;
}
@media not all and (min-width: 999px){
.home-mv-cta__hreading {
margin-bottom: 25px;
font-size: 15px;
}
}
@media not all and (min-width: 999px){
.home-mv-cta__img img {
margin-inline: auto;
width: 80%;
}
}
.home-mv-cta__img {
margin-inline: auto;
width: fit-content;
}
.home-mv-cta__button a {
display: block;
margin-inline: auto;
width: fit-content;
}
@media (any-hover: hover) {
.home-mv-cta__button a:hover {
text-decoration: none;
opacity: .7;
}
}
.home-mv-cta__button a:focus-visible {
text-decoration: none;
opacity: .7;
}
.home-hero-section {
margin-bottom: 50px;
}
@media not all and (min-width: 999px){
.home-hero-section {
margin-bottom: 40px;
}
}
.home-hero-wrap {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
margin-inline: auto;
padding-inline: 20px;
max-width: 1576px;
}
.home-hero-contents {
width: 38%;
}
.home-hero-image {
position: relative;
width: calc(100% - 38% - 190px);
}
@media not all and (min-width: 999px){
.home-hero-contents {
margin-bottom: 40px;
width: 100%;
}
.home-hero-image {
width: 100%;
}
}
.home-hero-contents__heading {
margin-bottom: 80px;
font-size: 44px;
line-height: 1.6;
text-align: center;
}
@media not all and (min-width: 999px){
.home-hero-contents__heading {
margin-bottom: 40px;
font-size: 29px;
}
}
.home-hero-image__inner {
margin-right: -190px;
}
@media not all and (min-width: 999px){
.home-hero-image__inner {
margin-right: -200px;
}
}
.home-hero-contents__heading .text-g {
color: #39b54a;
}
.home-hero-contents__heading .text-r {
color: #e95504;
}
.home-hero-contents__heading .text-b {
color: #006f85;
}
.home-hero-image__name {
position: absolute;
top: 80px;
right: 0;
writing-mode: vertical-rl;
}
@media not all and (min-width: 999px){
.home-hero-image__name {
top: 40px;
}
}
.home-hero-image__name .position {
display: block;
font-size: 17px;
}
.home-hero-image__name .name {
display: block;
font-size: 40px;
}
@media not all and (min-width: 768px){
.home-hero-image__name .position {
font-size: 14px;
}
.home-hero-image__name .name {
display: block;
font-size: 32px;
}
}
.home-blog {
background-color: #F5F3EF;
}
.home-blog__wrap {
margin-inline: auto;
padding: 80px 20px;
max-width: 1576px;
}
@media not all and (min-width: 999px){
.home-blog__wrap {
padding: 40px 20px;
}
}
.home-section-heading {
margin-bottom: 30px;
text-align: center;
}
.home-section-heading .jp {
display: flex;
justify-content: space-between;
align-items: center;
margin-inline: auto;
margin-bottom: 10px;
width: 570px;
font-size: 42px;
font-weight: 800;
}
@media not all and (min-width: 999px){
.home-section-heading {
margin-bottom: 40px;
}
.home-section-heading .jp {
margin-bottom: 0;
width: 335px;
font-size: 25px;
}
}
@media not all and (min-width: 368px){
.home-section-heading .jp {
width: 100%;
}
}
.home-section-heading .jp::before,
.home-section-heading .jp::after {
content: '';
display: inline-block;
width: 32px;
height: 32px;
background-image: url(https://shikaseikou.com/wp-content/themes/ayumi-dentai-wp/assets/images/common/section-heading-icon.svg);
background-size: contain;
background-repeat: no-repeat;
background-position: center;
}
.home-section-heading .en {
color: #39b54a;
text-transform: uppercase;
}
@media not all and (min-width: 999px){
.home-section-heading .en {
font-size: 13px;
}
}
.home-cta {
padding-block: 160px;
background-image: url(https://shikaseikou.com/wp-content/themes/ayumi-dentai-wp/assets/images/home/home-cta-bg.jpg);
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
@media not all and (min-width: 999px){
.home-cta {
padding-block: 60px;
}
}
.home-cta__wrap {
margin-inline: auto;
padding-inline: 20px;
max-width: 1576px;
color: #fff;
}
.home-cta__heading {
margin-bottom: 80px;
font-size: 48px;
line-height: 1.6;
text-align: center;
}
@media not all and (min-width: 999px){
.home-cta__heading {
margin-bottom: 40px;
font-size: 29px;
}
}
.home-cta__text {
margin:0 auto;
max-width: 768px;
}
.home-cta__text p {
text-align: center;
margin-bottom: 40px;
}
.home-cta__text-link {
text-align: center;
}
.home-cta__text-link a {
color: #fff;
font-size: 22px;
font-weight: 700;
}
@media not all and (min-width: 999px){
.home-cta__text-link a {
font-size: 17px;
}
}
.home-mail-mg {
padding-block: 80px; }
@media not all and (min-width: 999px){
.home-mail-mg {
padding-block: 40px;
}
}
.home-mail-mg__wrap {
position: relative;
margin-inline: auto;
padding-inline: 20px;
max-width: 1576px;
}
.home-mail-mg__text {
margin-bottom: 30px;
font-size: 22px;
font-weight: 700;
text-align: center;
}
.home-mail-mg__text span {
display: inline-block;
}
.home-mail-mg__text strong {
color: #e95504;
}
.home-mail-mg__icon {
position: absolute; left: auto;
top: 5vw;
right: -5vw;
}
@media not all and (min-width: 999px){
.home-mail-mg__text {
margin-bottom: 40px;
font-size: 18px;
}
.home-mail-mg__icon {
position: relative;
bottom: auto;
left: auto;
margin-inline: auto;
margin-bottom: 40px;
width: fit-content;
}
} .blog-archive {
display: grid;
gap: 30px;
margin-bottom: 60px;
grid-template-columns: 1fr 1fr 1fr;}
.blog-archive__item-min{
padding: 20px;
border: 1px solid #000;
}
.blog-archive__item a {
display: flex;
flex-direction: column;
background-color: #fff;
border: 1px solid #00244e;
}
.blog-archive__title {
order: 2;
margin: 10px;
font-size: 18px;
text-align: left;
}
.blog-archive__text {
order: 3;
margin-inline: 30px;
margin-bottom: 60px;
font-size: 13px;
text-align: left;
}
.blog-archive__meta {
order: 4;
display: flex;
justify-content: space-between;
align-items: center;
flex-wrap: wrap;
margin-inline: 30px;
margin-bottom: 30px;
color: #999;
font-size: 13px;
font-weight: 700;
}
.blog-archive__meta li {
display: flex;
flex-wrap: wrap;
gap: 10px;
}
.blog-archive__thumbnail {
order: 1;
}
.blog-container {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
margin-inline: auto;
margin-bottom: 80px;
padding-inline: 20px;
max-width: 1576px;
}
@media not all and (min-width: 999px){
.blog-archive {
margin-bottom: 20px;
}
.blog-archive__item {
margin-bottom:20px;
width: 100%;
}
.blog-archive{
display: flex;
flex-direction: column;
}
} .footer-cta-main {
display: flex;
flex-direction: column; padding-block: 70px;
background-image: url(https://shikaseikou.com/wp-content/themes/ayumi-dentai-wp/assets/images/common/cta-bg.png);
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.footer-cta__b{
font-size: 600px;
color: #e95504;
}
@media not all and (min-width: 999px){
.footer-cta-main {
padding-block: 20px;
background-image: url(https://shikaseikou.com/wp-content/themes/ayumi-dentai-wp/assets/images/common/cta-bg-sp.png);
}
}
.footer-cta-main__heading {
margin-inline: auto;
margin-bottom: 60px;
}
.footer-cta-main__heading-text {
font-size: 30px;
font-weight: 800;
text-align: center;
}
.footer-cta-main__button a {
display: flex;
justify-content: center;
align-items: center;
position: relative;
margin-inline: auto;
width: 610px;
height: 77px;
color: #fff;
font-size: 22px;
font-weight: 700;
text-align: center;
background-color: #f7931e;
border: 1px solid #fff;
border-radius: 50vh;
box-shadow: 0 7px 3px rgb(0 0 0 / .3);
}
.footer-cta-main__button a::after {
content: '';
position: absolute;
top: 50%;
right: 30px;
translate: 0 -50%;
width: 54px;
height: 48px;
background-image: url(https://shikaseikou.com/wp-content/themes/ayumi-dentai-wp/assets/images/common/cta-button-icon.svg);
background-size: contain;
background-repeat: no-repeat;
background-position: center;
}
@media (any-hover: hover) {
.footer-cta-main__button a:hover {
text-decoration: none;
background-color: #00244e;
}
}
@media not all and (min-width: 668px){
.footer-cta-main__heading-text {
font-size: 18px;
}
.footer-cta-main__button a {
justify-content: flex-start;
padding-inline: 20px 70px;
width: 100%;
height: 55px;
font-size: 16px;
text-align: left;
line-height: 1.2;
}
.footer-cta-main__button a::after {
right: 20px;
width: 39px;
height: 34px;
}
}
.footer-cta-main__button a:focus-visible {
text-decoration: none;
background-color: #00244e;
}
.footer-cta-list {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
position: relative;
}
.footer-cta-list__item {
width: 50%;
}
.footer-cta-list__item a {
display: flex;
justify-content: center;
align-items: center;
gap: 10px;
width: 100%;
height: 100px;
color: #fff;
font-weight: 700;
}
@media not all and (min-width: 999px){
.footer-cta-list__item a {
flex-direction: column;
gap: 0;
height: 80px;
}
}
.footer-cta-list__tel a {
background-color: #00244e;
}
.footer-cta-list__contact a {
background-color: #39b54a;
}
@media (any-hover: hover) {
.footer-cta-list__tel a:hover,
.footer-cta-list__contact a:hover {
text-decoration: none;
opacity: .7;
}
}
.footer-cta-list__tel a:focus-visible,
.footer-cta-list__contact a:focus-visible {
text-decoration: none;
opacity: .7;
}
.footer-cta-list__item .heading {
display: flex;
align-items: center;
gap: 10px;
}
.footer-cta-list__heading {
font-size: 18px;
}
.footer-cta-list__num {
font-size: 31px;
}
.footer-cta-list__main {
font-size: 30px;
}
@media not all and (min-width: 1100px){
.footer-cta-list__num {
font-size: 23px;
}
.footer-cta-list__main {
font-size: 24px;
}
}
@media not all and (min-width: 999px){
.footer-cta-list__tel img {
width: 15px;
}
.footer-cta-list__contact img {
width: 20px;
}
.footer-cta-list__heading {
display: block;
font-size: 10px;
}
.footer-cta-list__num {
display: block;
font-size: 19px;
line-height: 1.4;
}
.footer-cta-list__main {
display: block;
font-size: 18px;
}
}
.footer-nav { margin-inline: auto;
padding: 128px 20px 50px; }
@media not all and (min-width: 999px){
.footer-nav {
padding: 40px 20px;
}
}  .clinic_box {
display: flex;
justify-content: space-between;
align-items: flex-start;
padding: 30px 0 0;
}
.clinic_box img.clinic_img {
width: 50%;
height: auto;
}
.clinic_box .clinic_text {
width: 50%;
padding-left: 15px;
}
.clinic_box .clinic_text img.icon_img {
width: 21px;
height: auto;
margin-right: 10px;
}
.clinic_box .clinic_text td {
font-size: 18px;
}
.clinic_box .clinic_text img.qr_img {
margin: 10px auto;
width: 40%;
height: auto;
}
@media not all and (min-width: 1200px){
.footer-nav__list h3 {
font-size: 21px;
text-align: center;
}
.clinic_box {
flex-direction: column;
justify-content: center;
}
.clinic_box img.clinic_img {
width: 100%;
}
.clinic_box .clinic_text {
width: 100%;
padding-left: 0;
margin-top: 15px;
}
.clinic_box .clinic_text td {
font-size: 16px;
}
.clinic_box .clinic_text img.qr_img {
display: none;
} .footer-nav__list {
width: calc(100% - 100px);
border-left: none;
}
}
@media not all and (min-width: 1000px){
.footer-nav__info {
margin-bottom: 40px;
padding-right: 0;
width: 100%;
}
.footer-nav__list {
padding-left: 0;
width: 100%;
}
}
.footer-nav__logo {
margin-bottom: 80px;
}
@media not all and (min-width: 999px){
.footer-nav__logo {
margin-bottom: 30px;
}
}  .footer-nav__list li:hover {
opacity: 0.7;
}
@media not all and (min-width: 999px){
.footer-nav__list li {
width: 100%;
padding: 20px;
}
}
@media (any-hover: hover) {
.footer-nav__list a:hover {
text-decoration: none;
}
}
.footer-nav__list a:focus-visible {
text-decoration: none;
}
.footer-nav__list a::after {  }
@media (any-hover: hover) {
.footer-nav__list a:hover::after {
background-image: url(https://shikaseikou.com/wp-content/themes/ayumi-dentai-wp/assets/images/common/footer-nav-icon_hover.svg);
}
}
.footer-nav__list a:focus-visible::after {
background-image: url(https://shikaseikou.com/wp-content/themes/ayumi-dentai-wp/assets/images/common/footer-nav-icon_hover.svg);
}
.footer-nav__list p {
width: calc(100% - 80px);
}
.footer-nav__list .name {
display: block;
font-size: 20px;
font-weight: 700;
}
.footer-nav__list .name > * {
display: inline-block;
}
.footer-nav__list .station {
font-size: 15px;
}
@media (any-hover: hover) {
.footer-nav__list a:hover .name {
color: #39b54a;
}
}
.footer-nav__list a:focus-visible .name {
color: #39b54a;
}
.copyright {
padding: 30px 20px;
color: #fff;
font-size: 20px;
font-weight: 500;
text-align: center;
background-color: #00244e;
}
@media not all and (min-width: 999px){
.copyright {
margin-bottom: 70px;
}
}
.fixed-sp-nav {
display: none;
z-index: 1000;
}
@media not all and (min-width: 999px){
.fixed-sp-nav {
display: block;
position: fixed;
bottom: 0;
left: 0;
width: 100vw;
height: 70px;
}
.fixed-sp-nav ul {
display: flex;
flex-wrap: wrap;
width: 100vw;
height: 100%; }
.fixed-sp-nav__item01,
.fixed-sp-nav__item02 {
width: 38%;
}
.fixed-sp-nav__item03 {
width: 24%;
}
.fixed-sp-nav__item01 a {
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
position: relative;
height: 100%;
color: #fff;
font-weight: 700;
text-align: center;
line-height: 1.4;
background-color: #06C755;
}
.fixed-sp-nav__item01 a .main {
font-size: 17px;
}
.fixed-sp-nav__item01 a .sub {
font-size: 10px;
}
.fixed-sp-nav__item01 a::after {
content: '';
position: absolute;
top: 3px;
right: 3px;
width: 12px;
height: 12px;
background-image: url(https://shikaseikou.com/wp-content/themes/ayumi-dentai-wp/assets/images/common/fixed-arrow-icon-w.svg);
background-size: contain;
background-repeat: no-repeat;
background-position: center;
}
.fixed-sp-nav__item02 a {
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
position: relative;
height: 100%;
color: #fff;
font-weight: 700;
text-align: center;
line-height: 1.4;
background-color: #e95504;
}
.fixed-sp-nav__item02 a::after {
content: '';
position: absolute;
top: 3px;
right: 3px;
width: 12px;
height: 12px;
background-image: url(https://shikaseikou.com/wp-content/themes/ayumi-dentai-wp/assets/images/common/fixed-arrow-icon-w.svg);
background-size: contain;
background-repeat: no-repeat;
background-position: center;
}
.fixed-sp-nav__item02 a .main {
font-size: 17px;
}
.fixed-sp-nav__item02 a .sub {
font-size: 10px;
}
.fixed-sp-nav__item03 a {
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
position: relative;
height: 100%;
color: #fff;
font-size: 16px;
font-weight: 700;
text-align: center;
line-height: 1.4;
background-color: #408593;
}
.fixed-sp-nav__item03 a img {
width: 13px;
}
}
.sp{
display:none;
}
@media(max-width:768px){
.pc{
display:none;
}
.sp{
display:block;
}
}
.footer-cta .home-mail-mg__text{
color:#00244e;
}
@media(max-width:768px){
.footer-cta .home-mail-mg__text{ }
}
.ft_menu {
width: calc(100% - 200px);
display: flex;
flex-direction: row;
justify-content: center;
margin: 15px auto 30px;
}
.ft_menu a {
position: relative;
font-size: 18px;
padding: 0 15px 0 36px;
}
.ft_menu a::before {
content: "";
position: absolute;
background-color: #00244E;
width: 18px;
height: 18px;
left: 15px;
top: 8px;
}
.ft_menu a:hover {
text-decoration: none;
opacity: 0.7;
}
.ft_menu .ft_item { }
.ft_menu .ft_first { }
@media(max-width:768px){
.ft_menu {
display: none;
}
} .blog_box {
text-align: center;
margin: 50px auto;
}
h3.blog_title {
font-size: 28px;
position: relative;
display: inline-block;
padding: 0 120px;
text-align: center;
margin-bottom: 30px;
}
h3.blog_title:before, 
h3.blog_title:after {
content: '';
position: absolute;
top: 50%;
display: inline-block;
width: 100px;
height: 1px;
background-color: var(--orange);
}
h3.blog_title_blue {
color: var(--blue);
}
h3.blog_title_blue:before,
h3.blog_title_blue:after {
content: '';
position: absolute;
top: 50%;
display: inline-block;
width: 100px;
height: 1px;
background-color: var(--blue);
}
h3.blog_title_orange {
color: var(--orange);
}
h3.blog_title_orange:before,
h3.blog_title_orange:after {
content: '';
position: absolute;
top: 50%;
display: inline-block;
width: 100px;
height: 1px;
background-color: var(--orange);
}
h3.blog_title:before {
left:0;
}
h3.blog_title:after {
right: 0;
}
@media(max-width:768px){
h3.blog_title {
font-size: 24px;
padding: 0 50px;
}
h3.blog_title:before, 
h3.blog_title:after {
width: 40px;
}
} .home-hero-main {
max-width: 1576px;
margin: 0 auto;
padding: 40px 20px;
}
.home-hero-main p {
max-width: 1200px;
margin: 0 auto 50px;
font-size: 18px;
}
.home-hero-main img {
margin: 0 auto;
}
.mail-mg_button {
max-width: 800px;
display: flex;
flex-direction: row;
justify-content: space-around;
margin: 0 auto;
}
@media(max-width:768px){
.home-hero-main p {
font-size: 16px;
}
.mail-mg_button {
flex-direction: column;
}
}
.footer_container {
max-width: 1400px;
margin: 50px auto;
display: flex;
flex-direction: row;
justify-content: space-between;
}
.footer_container a:hover {
text-decoration: none;
opacity: 0.7;
}
.footer_container .footer_left,
.footer_container .footer_right {
display: flex;
flex-direction: column;
padding: 25px;
}
.footer_container .footer_left {
width: 30%;
display: flex;
}
.footer_container .footer_right {
width: 70%;
display: flex;
}
.footer_soudan {
color: #fff;
background-color: #00244E;
padding: 7px;
text-align: center;
font-size: 18px;
margin: 15px 0;
}
a.footer_tel {
display: flex;
flex-direction: row;
align-items: center;
margin: 0 auto 15px;
}
a.footer_tel img {
width: 30px;
height: auto;
margin-top: 3px;
}
a.footer_tel p {
font-size: 32px;
font-weight: 700;
margin-left: 3px;
}
a.footer_form {
position: relative;
color: #00244E;
background-color: #fff;
border: 2px solid #00244E;
padding: 15px 25px;
text-align: center;
font-size: 21px;
}
a.footer_form::after {
content: '';
position: absolute;
top: 50%;
right: 20px;
translate: 0 -50%;
width: 21px;
height: 21px;
background-image: url(//shikaseikou.com/wp-content/themes/images/keiei/common/arrow-g.svg);
background-size: contain;
background-repeat: no-repeat;
background-position: center;  
}
.footer_container h3 {
font-size: 24px;
font-weight: bold;
margin: 25px 0;
padding: 0.25em 0.5em; background: transparent; border-left: solid 5px #00244E; }
.footer_menu {
display: flex;
flex-direction: row;
justify-content: space-between;
}
.footer_management,
.footer_aymd {
width: 50%;
}
.footer-nav__list {
display: flex;
flex-wrap: wrap;
gap: 3px;
}
.footer-nav__list li {
flex: 1 1 250px;
margin-left: 20px;
}
.footer-nav__list a {
font-size: 16px;
text-decoration: none;
margin-top: 3px;
}
@media(max-width:768px){
.footer_container {
flex-direction: column;
}
.footer_container .footer_left {
width: 90%;
padding: 15px;
margin: 0 auto;
}
.footer_container .footer_right {
width: 90%;
padding: 15px;
margin: 0 auto;
}
.footer_menu {
flex-direction: column;
}
.footer_management,
.footer_aymd {
width: 90%;
margin: 0 auto;
}
}
.btn-grad {
display: flex;
flex-direction: row;
align-items: center;
padding: 20px 50px;
color: #ffffff;
text-decoration: none;
border-radius: 60px; font-weight: bold;
transition: transform 0.2s ease;
border: none;
cursor: pointer;
font-size: 21px;
text-align: center;
line-height: 1.5;
}
.btn-grad:hover {
transform: translateY(-2px); color: #ffffff;
text-decoration: none;
}
.btn-blue {
background: linear-gradient(135deg, #0087a3 0%, #006f85 100%);
box-shadow: 0 4px 15px rgba(0, 111, 133, 0.3);
}
.btn-blue:hover {
box-shadow: 0 6px 20px rgba(0, 111, 133, 0.4);
}
.btn-orange {
background: linear-gradient(135deg, #ff7e39 0%, #e95604 100%);
box-shadow: 0 4px 15px rgba(233, 86, 4, 0.3);
}
.btn-orange:hover {
box-shadow: 0 6px 20px rgba(233, 86, 4, 0.4);
}
.btn-grad img {
width: 54px;
height: auto;
margin-right: 21px;
}
@media(max-width:768px){
.btn-grad {
font-size: 19px;
margin: 15px 0;
}
}
.line_qr {
margin: 50px auto 0;
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 40px;
}
.line_qr img {
max-width: 250px;
height: auto;
}
.line_qr .line_icon {
display: none;
}
.line_card {
display: flex;
flex-direction: column;
align-items: center;
}
@media(max-width:768px){
.line_qr {
text-align: center;
}
.line_card {
width: 42%;
}
.line_card img {
width: 100%;
margin-block: 0 !important;
}
.line_qr {
text-align: center;
}
.line_card h3{
margin-block: 0 !important;
}
}
.home-qa {
padding: 50px;
background-color: #F5F3EF;
}
@media(max-width:768px){
.home-qa {
padding: 25px 15px;
}
}
.ft_ayms {
margin-top: 30px;
} .link_txt {
display: flex;
position: relative;
top: clamp(2.5rem, 0.455rem + 10.23vw, 8.125rem);
}
.link_txt a {
display: block;
width: 50%;
text-align: center;
} .home-qa .qa_sec {
max-width: 1200px;
margin: 30px auto;
}
.home-qa .q_text {
font-size: 21px;
font-weight: bold;
position: relative; padding: 0.8em 0.5em 0.8em 2.5em; line-height: 1.4; color: #00244E; border-top: dotted 1px gray;
border-bottom: dotted 1px gray;
}
.home-qa .q_text::before {
content: "Q.";
font-weight: 900;
position: absolute; font-size: 1em; left: 0.25em; top: 0.75em; color: #fff; background-color: #00244E;
width: 36px;
height: 36px;
border-radius: 18px;
padding: 3px 6px;
line-height: 1.5;
}
.home-qa .a_text {
font-size: 16px;
padding-left: 15px;
margin: 10px 0 30px;
line-height: 1.75;
}  .top-strip {
position: fixed;
padding: 5px;
background: #fafafa;
border-bottom: 1px solid #eee;
width: 100vw;
z-index: 100;
}
.top-strip__inner {
max-width: 1200px;
margin: 0 auto;
padding: 6px 20px;
}
.top-strip h1 {
font-size: 12px;
color: #666;
margin: 0;
font-weight: 400;
position: relative;
} .header__line-cta {
position: absolute;
top: 3px;
right: 20px;
display: flex;
gap: 8px;
}
.line-btn {
padding: 8px 10px;
background: #39b54a;
color: #fff;
display: inline-flex;
align-items: center;
justify-content: center;
font-family: "Noto Sans JP", sans-serif;
gap: 8px; min-height: 35px;
border: 1px solid #e7e7e7;
border-radius: 999px;
background: #fff;
color: #2b2b2b;
text-decoration: none;
font-size: 12px;
font-weight: 500;
line-height: 1;
white-space: nowrap;
box-sizing: border-box;
box-shadow: 0 1px 2px rgba(0, 0, 0, .03);
transition: transform .22s 
ease, box-shadow .22s 
ease, border-color .22s 
ease, background-color .22s 
ease;
}
.line-pill__badge{
display: inline-flex;
align-items: center;
justify-content: center;
min-width: 30px;
height: 17px;
padding: 0 6px;
border-radius: 999px;
background: #2f9e62;
color: #fff;
font-size: 8px;
font-weight: 700;
letter-spacing: .06em;
flex: 0 0 auto;
}
.line-btn:hover {
background: #f5f5f5;
}
.header-nav{
display: flex;
flex-direction: row;
align-items: flex-end;
}
.header-nav__menu {
letter-spacing: -0.06em;
}
.header-nav__menu + .header-nav__menu::before {
content: "｜";
margin: 0 10px;
color: #999;
} .header__brand-switch {
position: relative;
display: flex;
flex-direction: row;
align-items: flex-end;
}
.brand-btn {
border: none;
padding: 6px 10px 0;
background: #fff;
cursor: pointer;
}
.brand-dropdown {
position: absolute;
top: 100%;
left: auto;
right: 0;
background: #fff;
border: 1px solid #ccc;
display: none;
min-width: 180px;
}
.header__brand-switch:hover .brand-dropdown {
display: block;
}
.brand-dropdown li {
padding: 8px 12px;
}
.brand-dropdown li.current {
font-weight: bold;
background: #f7f7f7;
}
.brand-dropdown a:hover {
background: #f5f5f5;
}
.header-sub__logo{
width: 50px;
}
.header-sub__logo-adm{
width: 10vw;
}
.header-sub__logo-aym{
width: 15vw;
}
@media not all and (min-width: 999px){
.top-strip {
display: none;
}
.header-nav{
display: none;
}
.header__line-cta {
display: none;
}
}
@media(max-width:1200px){
.header-nav{
font-size: 14px;
}
.header__logo-icon{
width: 50px;
}
.header-nav__menu + .header-nav__menu::before {
content: "｜";
margin: 0 1px;
}
.line-btn {
padding: 0px 10px;
}
}
.management-top__strip{
background-color: #006F85;
}
.management-top__strip h1{
color: #fff;
}
.aym-top_strip{
background: rgba(43, 135, 73, 0.9);
}
.aym-top_strip h1{
color: #fff;
} .home-mail-mg {
background: linear-gradient(180deg, #f7f9fb 0%, #ffffff 100%);
padding: 80px 20px;
} .home-mail-mg__wrap {
max-width: 900px;
margin: 0 auto;
text-align: center;
} .home-mail-mg__text span {
font-size: 24px;
font-weight: bold;
display: block;
margin-bottom: 20px;
} .home-mail-mg__text p {
font-size: 14px;
line-height: 1.8;
} .line_qr {
display: flex;
justify-content: center;
gap: 40px;
margin-top: 0;
flex-wrap: wrap;
} .line_card {
background: #fff;
padding: 25px 20px;
width: 320px;
border-radius: 10px;
border: 1px solid #eee;
box-shadow: 0 10px 25px rgba(0,0,0,0.06);
transition: 0.3s;
} .line_card:hover {
transform: translateY(-6px);
} .line_card h3 {
font-size: 15px;
margin-bottom: 10px;
} .line_card img {
width: 140px;
height: auto;
} .line_card a {
display: block;
} @media (max-width: 768px) {
.home-mail-mg {
padding: 60px 15px;
}
.home-mail-mg__text span {
font-size: 20px;
}
.line_card { }
.line_card img {
width: 100px;
}
.line_card{
padding: 25px 5px;
width: 280px;
}
.line_qr{
gap: 10px;
flex-direction: column;
}
} .site-footer {
background: #d5ebe4;
color: #334155;
padding: 60px 20px 30px;
font-size: 14px;
display: flex;
flex-direction: column;
gap: 30px;
} .site-footer__inner {
max-width: 1200px;
margin: 0 auto;
display: flex;
flex-direction: row;
gap: 30px;
justify-content: center;
} .site-footer__brand {
flex: 1;
min-width: 280px; }
.site-footer__title a {
font-size: 20px;
font-weight: bold;
color: #0f172a;
text-decoration: none;
}
.site-footer__description {
margin: 20px 0;
line-height: 1.8;
color: #475569;
}
.site-footer__home-link {
display: inline-block;
margin-top: 10px;
color: #0ea5a4;
text-decoration: none;
}
.site-footer__home-link:hover {
text-decoration: underline;
} .site-footer__nav {
display: grid;
grid-template-columns: 1fr 1fr 1fr;
gap: 10px;
}
.site-footer__nav-group {
min-width: 180px;
padding-left: 20px;
border-left: 1px solid #bcdad2;
} .site-footer__nav-title a {
color: #0f172a;
font-size: 16px;
font-weight: 600;
text-decoration: none;
} .site-footer__list {
margin-top: 15px;
padding: 0;
list-style: none;
}
.site-footer__list li {
margin-bottom: 10px;
}
.site-footer__list li ul li{
margin-left: 10px;
margin-bottom: 0;
}
.site-footer__list a {
color: #475569;
text-decoration: none;
transition: 0.3s;
} .site-footer__list a:hover {
color: #0ea5a4;
transform: translateX(3px);
} .site-footer__bottom {
max-width: 1200px;
margin: 40px 20px 0;
padding-top: 20px;
border-top: 1px solid #bcdad2;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
gap: 15px;
} .site-footer__meta {
color: #64748b;
font-size: 13px;
} .site-footer__links a {
color: #64748b;
text-decoration: none;
margin-left: 15px;
font-size: 13px;
}
.site-footer__links a:hover {
color: #0ea5a4;
} .site-footer__copyright {
text-align: center;
margin-top: 20px;
font-size: 12px;
color: #64748b;
}
@media (max-width: 768px) {
.site-footer__inner {
flex-direction: column;
gap: 20px;
}
.site-footer__nav {
display: flex;
flex-direction: column;
gap: 20px;
}
.site-footer__nav-group {
border-left: none;
padding-left: 0;
}
.site-footer__bottom {
margin-inline: 20px;
flex-direction: column;
align-items: flex-start;
}
.site-footer__links{
display: flex;
flex-wrap: wrap;
}
.site-footer__links a {
margin-left: 0;
margin-right: 15px;
}
.site-footer{
gap: 20px;
}
}
.mt-90{
padding-top: 8vw;
}
@media (max-width: 768px) {
.mt-67{
padding-top: 67px;
}
.mt-90{
padding-top: 67px;
}
}
.w1400::after {
content: "";
display: block;
clear: both;
}
.culumn-img{
width: 100%;
height: 220px;
object-fit: cover;
}
.grid3__area{
display: block;
}
.grid3__area-content{
padding: 10px;
border: 1px solid #000;
}
.grid3__area-content{
font-size: 24px;  position: relative;
}
.grid3__area-content a{
padding: 10px;
border-radius: 20px;
display: block;
text-align: center;
margin-top: 20px;
border: 3px solid #8ed0d7;
background: #fff !important;
}
@media (min-width: 999px){
.hidden-tb{
display: none;
}
.culumn-img{
width: 100%;
height: 310px;
object-fit: cover;
}
.grid3__area{
display: grid;
grid-template-columns: 1fr 1fr 1fr;
gap: 10px;
}
.grid3__area-content{
padding: 20px;
font-size: 16px;
}
}
@media (max-width: 768px) {
.grid3__area-content{
font-size: 16px;
}
} .temp-container {
max-width: 1440px;
padding: 50px 75px;
margin: 30px auto;
background-color: #fff;
}
.temp-container h2,
.temp-container h3,
.temp-container h4,
.temp-container h5,
.temp-container h6,
.temp-container p {
max-width: 100%;
}
.temp-container h2 {
font-size: 36px;
font-weight: 800;
color: #fff;
background-color: #006F85;
padding: 10px 20px;
margin: 30px 0;
} .temp-container h3 {
font-size: 20px;
font-weight: 800;
border-bottom: solid 3px #8ed0d7;
position: relative;
display: inline-block;
padding: 5px 10px 5px 0;
}
.temp-container h3::after {
position: absolute;
content: " ";
display: block;
border-bottom: solid 3px #006F85;
bottom: -3px;
width: 30%;
}
.temp-container h4 {
font-size: 20px;
margin-bottom: 30px;
display: flex;
justify-content: center;
align-items: center;
text-align: center;
}
.temp-container h4::before,
.temp-container h4::after {
content: '';
width: 70px;
height: 3px;
background-color: #349BA6;
}
.temp-container h4::before {
margin-right: 20px;
}
.temp-container h4::after {
margin-left: 20px;
}
.temp-container ul,
.temp-container ol {
margin-left: 30px;
padding: 15px 30px;
display: table;
list-style-type: "・";
}
.temp-container ul li,
.temp-container ol li {
line-height: 1.5;
padding: 0.5em 0;
font-size: 18px;
}
.temp-container p { line-height: 2;
}
@media not all and (min-width: 999px){
.temp-container {
padding: 30px 30px 100px;
} .temp-container h3 {
font-size: 22px; }  
.temp-container ul,
.temp-container ol {
margin-left: 10px;
padding: 15px;
}
.temp-container ul li,
.temp-container ol li {
font-size: 16px;
}
.temp-container p {
margin-left: 0;
line-height: 1.75;
}
} .temp-container {
max-width: 1440px;
padding: 30px;
margin: 30px auto;
}
.temp-container h2,
.temp-container h3,
.temp-container h4,
.temp-container h5,
.temp-container h6,
.temp-container p {
max-width: 100%;
}
.temp-container h2 {
display: flex;
justify-content: space-between;
align-items: center;
margin-inline: auto;
margin: 0 auto 60px;
width: 100%;
font-size: 35px;
font-weight: 800;
text-align: center;
}
.temp-container a{
padding: 15px;
background-color: #e95504;
color: #fff;
border-radius: 20px;
display: block;
text-align: center;
}
@media not all and (min-width: 368px){
.temp-container h2 {
width: 100%;
}
}
.temp-container h2::before,
.temp-container h2::after {
content: '';
display: inline-block;
width: 32px;
height: 32px;
background-image: url(https://shikaseikou.com/wp-content/themes/ayumi-dentai-wp/assets/images/common/section-heading-icon.svg);
background-size: contain;
background-repeat: no-repeat;
background-position: center;
}
.temp-container h3 {
font-size: 28px;
margin-bottom: 20px;
padding: 0.25em 0.5em; color: #494949; background: transparent; border-left: solid 5px #e95504; }
.temp-container h4 {
border-bottom: solid 3px #00244e;
position: relative;
}
.temp-container h4:after {
position: absolute;
content: " ";
display: block;
border-bottom: solid 3px #006f85;
bottom: -3px;
width: 30%;
}
.temp-container ul,
.temp-container ol {
color: #1e366a;
border-top: solid #1e366a 1px; border-bottom: solid #1e366a 1px; margin: 30px auto;
padding: 15px 30px;
display: table;
list-style-type: "⚫︎";
}
.temp-container ul li,
.temp-container ol li {
line-height: 1.5;
padding: 0.5em 0; }
.archive-btn{
margin-top: 20px;
padding-block: 10px;
background: #8ed0d7 !important;
color: #000 !important;
font-weight: 800;
font-size: 30px;
border-radius: 20px;
padding-inline: 20px;
width: 100%;
display: block;
text-align: center;
}
.page-content{
margin-inline: 30px;
}
.footer__logo-icon img{
width: 50px;
}
@media not all and (min-width: 999px){
.temp-container {
padding: 0;
}
.temp-container h2 {
margin-top: 20px;
margin-bottom: 40px;
}
.temp-container h2 {
margin-bottom: 0;
width: 335px;
font-size: 20px;
}
.temp-container h3 {
font-size: 18px;
}
.archive-btn{
font-size: 20px;
}
.page-content{
margin-inline: 20px;
}
} .header-line-buttons{
display:flex;
align-items:center;
justify-content:flex-end;
gap:12px;
flex-wrap:wrap;
}
.line-pill{
display:inline-flex;
align-items:center;
justify-content:center;
gap:8px;
width:138px;
min-height:35px;
padding:6px 14px;
border:1px solid #e7e7e7;
border-radius:999px;
background:#fff;
color:#2b2b2b;
text-decoration:none;
font-size:12px;
font-weight:500;
line-height:1;
white-space:nowrap;
box-sizing:border-box;
box-shadow:0 1px 2px rgba(0,0,0,.03);
transition:
transform .22s ease,
box-shadow .22s ease,
border-color .22s ease,
background-color .22s ease;
}
.line-pill:hover{
transform:translateY(-1px);
border-color:#d8d8d8;
box-shadow:0 6px 14px rgba(0,0,0,.06);
background:#fcfcfc;
}
.line-pill__badge{
display:inline-flex;
align-items:center;
justify-content:center;
min-width:30px;
height:17px;
padding:0 6px;
border-radius:999px;
background:#2f9e62;
color:#fff;
font-size:8px;
font-weight:700;
letter-spacing:.06em;
flex:0 0 auto;
}
.line-pill__text{
color:#333;
letter-spacing:.01em;
}
@media (max-width: 767px){
.header-line-buttons{
justify-content:flex-start;
gap:10px;
}
.line-pill{
width:130px;
min-height:33px;
padding:6px 12px;
font-size:12px;
}
.line-pill__badge{
min-width:28px;
height:16px;
font-size:7px;
}
}
.site-note-box {
border: 1px solid #ddd;
padding: 18px;
margin: 24px 0;
line-height: 1.8;
background: #fff;
}
.site-note-box p:last-child {
margin-bottom: 0;
}
.site-small-note {
font-size: 14px;
color: #555;
}
.site-divider {
height: 1px;
background: #e8e3dc;
margin: 32px 0;
}
.site-cta-wrap {
text-align: center;
margin: 28px 0;
}
.site-cta-lead {
font-size: 20px;
font-weight: bold;
margin-bottom: 8px;
line-height: 1.4;
}
.site-cta-text {
margin-bottom: 16px;
line-height: 1.7;
}
.site-cta-note {
font-size: 14px;
color: #555;
margin-top: 10px;
}
.site-cta-buttons {
margin-top: 4px;
}
a.site-btn-primary,
a.site-btn-primary:link,
a.site-btn-primary:visited {
display: inline-block;
background: #f57c00 !important;
color: #fff !important;
text-decoration: none !important;
padding: 14px 26px !important;
border-radius: 10px !important;
text-align: center !important;
min-width: 340px;
box-sizing: border-box !important;
transition: background-color 0.2s ease, opacity 0.2s ease;
}
a.site-btn-primary:hover,
a.site-btn-primary:focus,
a.site-btn-primary:active {
background: #e56f00 !important;
color: #fff !important;
text-decoration: none !important;
}
.site-btn-primary__sub {
display: block;
font-size: 18px;
font-weight: bold;
line-height: 1.2;
margin-bottom: 2px;
opacity: 1;
}
.site-btn-primary__main {
display: block;
font-size: 18px;
font-weight: bold;
line-height: 1.2;
}
a.site-btn-secondary,
a.site-btn-secondary:link,
a.site-btn-secondary:visited {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
width: auto !important;
min-width: 0 !important;
height: auto !important;
min-height: 0 !important;
background: #fff !important;
color: #f57c00 !important;
text-decoration: none !important;
padding: 3px 18px 20px 18px !important;
margin-top: 16px !important;
border: 1px solid #f57c00 !important;
border-radius: 8px !important;
box-sizing: border-box !important;
font-size: 15px !important;
font-weight: bold !important;
line-height: 1.1 !important;
white-space: nowrap !important;
vertical-align: top !important;
}
a.site-btn-secondary:hover,
a.site-btn-secondary:focus,
a.site-btn-secondary:active {
background: #fff4e8 !important;
color: #e56f00 !important;
border-color: #e56f00 !important;
text-decoration: none !important;
}
@media screen and (max-width: 767px) {
a.site-btn-primary {
width: 100%;
min-width: 0;
padding: 13px 18px !important;
}
a.site-btn-secondary {
width: auto;
max-width: 100%;
padding: 10px 16px !important;
font-size: 14px !important;
}
.site-cta-wrap {
margin: 24px 0;
}
.site-cta-lead {
font-size: 18px;
}
.site-btn-primary__sub,
.site-btn-primary__main {
font-size: 17px;
line-height: 1.2;
}
}.serif {
font-family: "Noto Serif JP", serif;
font-weight: 500;
}
:where(ul, ol) {
list-style: none;
list-style-type: '';
padding: unset;
margin: 0;
}
h1, h2, h3, h4, button, input, label {
line-height: 1.4;
}
img, picture {
display: block;
max-width: 100%;
height: auto;
}
:where(:any-link, button, [type='button'], [type='reset'], [type='submit'], label[for], select, summary, [role='tab'], [role='button']) {
cursor: pointer;
}
:where(button, [type='button'], [type='reset'], [type='submit']) {
touch-action: manipulation;
}
legend, fieldset {
all: unset;
}
input, button, textarea, select {
font: inherit;
}
:target {
scroll-margin-block: 5ex;
}
:focus:not(:focus-visible) {
outline: none;
}
@media (prefers-reduced-motion: reduce) {
*, ::before, ::after, ::backdrop {
background-attachment: scroll !important;
transition-delay: 0s !important;
transition-duration: 1ms !important;
animation-duration: 1ms !important;
animation-delay: 0s !important;
animation-iteration-count: 1 !important;
scroll-behavior: auto !important;
}
}
a {
color: #1a1a1a;
text-decoration: none;
transition: .3s;
}
.dropdown a:hover {
text-decoration: none;
}
.dropdown__child {
max-height: 0;
overflow: hidden;
transition: max-height 0.3s ease, opacity 0.3s ease;
opacity: 0;
visibility: hidden;
padding-left: 1.2em;
border-top: 1px solid #73c7ce;
}
.dropdown.open .dropdown__child {
max-height: 500px;
opacity: 1;
visibility: visible;
}
.dropdown > a {
position: relative;
display: flex;
justify-content: space-between;
align-items: center;
padding: 0.8em 0;
border-top: 1px solid #bce0e6;
}
.dropdown-toggle-icon {
position: absolute;
top: 50%;
right: 0;
translate: 0 -50%;
color: #006F85;
transition: transform 0.3s ease;
}
.dropdown.open .dropdown-toggle-icon {
transform: rotate(45deg);
} .keiei-container{ }
.keiei-container{ }
.section-button {
margin-inline: auto;
width: 320px;
height: 80px;
}
.section-button__left {
margin-inline: 0;
width: 320px;
height: 80px;
}
@media not all and (min-width: 368px){
.section-button {
width: 100%;
}
.section-button__left {
width: 100%;
}
}
.section-button a {
display: flex;
justify-content: space-between;
align-items: center;
position: relative;
width: 100%;
height: 100%;
color: #006F85;
padding-left: 30px;
font-size: 19px;
font-weight: 700;
background-color: #fff;
border: 2px solid #006F85;
overflow: hidden;
line-height: 1.35;
}
@media not all and (min-width: 999px){
.section-button a {
margin-top: 30px;
font-size: 18px;
}
}
.section-button a::after {
content: '';
display: inline-block;
position: relative;
width: 80px;
height: 80px;
background-image: url(//shikaseikou.com/wp-content/themes/ayumi-dentai-wp/assets/images/keiei/common/arrow-button.svg);
background-size: contain;
background-repeat: no-repeat;
background-position: center;
}
@media (any-hover: hover) {
.section-button a:hover {
color: #73C7CE;
text-decoration: none;
}
.section-button a:hover::after {
background-image: url(//shikaseikou.com/wp-content/themes/ayumi-dentai-wp/assets/images/keiei/common/arrow-button_hover.svg);
}
}
.section-button a:focus-visible::after {
background-image: url(//shikaseikou.com/wp-content/themes/ayumi-dentai-wp/assets/images/keiei/common/arrow-button_hover.svg);
}
.external-linl a::after {
content: '';
display: inline-block;
margin-left: 20px;
width: 22px;
height: 22px;
background-image: url(https://shikaseikou.com/wp-content/themes/ayumi-dentai-wp/assets/css/assets/images/common/external-link-icon-w.svg);
background-size: contain;
background-repeat: no-repeat;
background-position: center;
} .keiei-mv {
display: block;
}
.keiei-mv__main {
position: relative;
margin-left: auto;
max-width: 95%;
color: #fff;
}
.keiei-mv__main-contents {
position: absolute;
top: 50%;
left: 100px;
translate: 0 -50%;
}
.keiei-mv__main-heading {
margin-bottom: 40px;
font-size: 79px;
font-weight: 800;
}
.keiei-mv__main-text {
font-size: 30px;
}
@media not all and (min-width: 999px){
.keiei-mv__main-contents {
left: 30px;
}
.keiei-mv__main-heading {
margin-bottom: 20px;
font-size: 30px;
}
.keiei-mv__main-text {
font-size: 15px;
}
}
.keiei-mv__main-bg {
position: relative;
z-index: -1;
}
.keiei-mv__main-bg::after {
content: '';
position: absolute;
bottom: 20px;
right: 20px;
width: 1140px;
height: 417px;
background-image: url(//shikaseikou.com/wp-content/themes/ayumi-dentai-wp/assets/images/keiei/home/home-mv-text.svg);
background-size: contain;
background-repeat: no-repeat;
background-position: center;
}
@media not all and (min-width: 999px){
.keiei-mv__main-bg::after {
bottom: 10px;
right: 10px;
width: 95%;
height: 417px;
}
}
.keiei-mv__main-bg img {
width: 100%;
height: 75lvh;
object-fit: cover;
border-radius: 20px 0 0 20px;
}
.keiei-mv__sub {
margin-inline: auto;
margin-bottom: 50px;
padding-inline: 20px;
max-width: 1576px;
}
.keiei-mv__sub-wrap {
display: flex;
justify-content: space-between;
flex-direction: row-reverse;
flex-wrap: wrap;
}
.keiei-mv__sub-image {
margin-top: -200px;
width: 46%;
}
.keiei-mv__sub-text {
margin-top: 80px;
width: 46%;
font-weight: 700;
}
@media not all and (min-width: 999px){
.keiei-mv__sub-image {
margin-top: -150px;
margin-bottom: 20px;
width: 100%;
}
.keiei-mv__sub-text {
margin-top: 0;
width: 100%;
}
.keiei-mv__sub-image img {
margin-inline: auto;
max-width: 80%;
}
}
.keiei-mv__sub-text strong {
color: #E95504;
}
.keiei-mv__slider {
margin-bottom: 180px;
}
@media not all and (min-width: 999px){
.keiei-mv__slider {
margin-bottom: 120px;
padding-inline: 20px;
}
}
.swiper-wrapper {
padding-bottom: 60px;
}
.keiei-mv__slider a {
display: flex;
justify-content: space-between;
align-items: center;
flex-wrap: wrap;
position: relative;
padding: 60px 60px 60px 0;
background-color: #fff;
border: 1px solid #006F85;
}
@media not all and (min-width: 999px){
.keiei-mv__slider a {
padding: 30px 0 0;
background-color: #fff;
border: 1px solid #006F85;
}
}
@media (any-hover: hover) {
.keiei-mv__slider a:hover {
text-decoration: none;
opacity: .5;
}
}
.keiei-mv__slider a:focus-visible {
text-decoration: none;
opacity: .5;
}
.keiei-mv__slider-item01 a::after,
.keiei-mv__slider-item03 a::after {
content: '';
position: absolute;
top: 0;
right: 0;
width: 80px;
height: 80px;
background-image: url(//shikaseikou.com/wp-content/themes/ayumi-dentai-wp/assets/images/keiei/common/arrow-button.svg);
background-size: contain;
background-repeat: no-repeat;
background-position: center;
}
@media (any-hover: hover) {
.keiei-mv__slider-item01 a:hover::after,
.keiei-mv__slider-item03 a:hover::after {
background-image: url(//shikaseikou.com/wp-content/themes/ayumi-dentai-wp/assets/images/keiei/common/arrow-button_hover.svg);
}
}
.keiei-mv__slider-item01 a:focus-visible::after,
.keiei-mv__slider-item03 a:focus-visible::after {
background-image: url(//shikaseikou.com/wp-content/themes/ayumi-dentai-wp/assets/images/keiei/common/arrow-button_hover.svg);
}
.keiei-mv__slider-item02 a::after {
content: '';
position: absolute;
top: 0;
right: 0;
width: 80px;
height: 80px;
background-image: url(//shikaseikou.com/wp-content/themes/ayumi-dentai-wp/assets/images/keiei/common/external-button.svg);
background-size: contain;
background-repeat: no-repeat;
background-position: center;
}
@media (any-hover: hover) {
.keiei-mv__slider-item02 a:hover::after {
background-image: url(//shikaseikou.com/wp-content/themes/ayumi-dentai-wp/assets/images/keiei/common/external-button_hover.svg);
}
}
.keiei-mv__slider-item02 a:focus-visible::after {
background-image: url(//shikaseikou.com/wp-content/themes/ayumi-dentai-wp/assets/images/keiei/common/external-button_hover.svg);
}
.keiei-mv__slider-image {
width: 50%;
}
.keiei-mv__slider-contents {
width: 45%;
}
@media not all and (min-width: 999px){
.keiei-mv__slider-image {
width: 100%;
}
.keiei-mv__slider-contents {
padding: 30px;
width: 100%;
}
}
.keiei-mv__slider-heading {
margin-bottom: 30px;
color: #006F85;
font-size: 32px;
}
.keiei-mv__slider-sub-heading {
margin-bottom: 30px;
color: #73C7CE;
font-size: 20px;
font-weight: 900;
}
@media not all and (min-width: 999px){
.keiei-mv__slider-heading {
margin-bottom: 20px;
font-size: 22px;
}
.keiei-mv__slider-sub-heading {
margin-bottom: 20px;
font-size: 14px;
}
}
.keiei-mv__slider .swiper-pagination-bullet-active {
background-color: #006F85;
}
.keiei-greeting-section {
padding-block: 160px;
background-color: #fff;
}
@media not all and (min-width: 999px){
.keiei-greeting-section {
padding-block: 40px;
}
}
.keiei-blog {
background-color: #fff;
}
.keiei-blog__wrap {
position: relative;
margin-inline: auto;
padding: 80px 20px 0;
max-width: 1576px;
}
.keiei-blog__icon {
position: absolute;
top: 15px;
left: 0;
}
.keiei-blog__icon img {
max-width: 90%;
}
@media not all and (min-width: 999px){
.keiei-blog__wrap {
display: flex;
flex-direction: column;
padding: 40px 20px;
}
.keiei-section-heading {
order: 2;
}
.blog-archive {
order: 3;
}
.section-button {
order: 4;
}
.keiei-blog__icon {
order: 1;
position: relative;
top: auto;
left: auto; margin-inline: auto;
width: 173px;
}
}
.keiei-section-heading {
margin: 50px auto;
text-align: center;
}
.keiei-section-heading .jp {
display: flex;
justify-content: space-between;
align-items: center;
margin-inline: auto;
margin-bottom: 10px;
width: fit-content;
font-size: 42px;
font-weight: 800;
}
@media not all and (min-width: 999px){
.keiei-section-heading {
margin-bottom: 40px;
}
.keiei-section-heading .jp {
margin-bottom: 0;
font-size: 25px;
}
}
.keiei-section-heading .en {
color: #B3B3B3;
font-weight: 900;
text-transform: uppercase;
}
@media not all and (min-width: 999px){
.keiei-section-heading .en {
font-size: 13px;
}
}
.keiei-guite {
padding-block: 80px 200px;
}
@media not all and (min-width: 999px){
.keiei-guite {
padding-block: 80px 120px;
}
}
.keiei-guite_contents {
position: relative;
margin-inline: auto;
padding-inline: 20px;
max-width: 1576px;
}
.keiei-guide__wrap {
display: flex;
justify-content: space-around;
flex-wrap: wrap;
gap: 20px 10px;
}
.keiei-guide__item,
.keiei-guide__item2 {
width: 49%;
}
@media not all and (min-width: 999px){
.keiei-guide__wrap {
gap: 10px 0;
}
.keiei-guide__item,
.keiei-guide__item2 {
width: 100%;
}
}
.keiei-guide__item a,
.keiei-guide__item2 a {
display: block;
position: relative;
padding: 60px;
width: 100%;
height: 280px;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
@media not all and (min-width: 999px){
.keiei-guide__item a,
.keiei-guide__item2 a {
padding: 30px 20px 20px;
height: 200px;
}
}
.keiei-guide__item:nth-child(1) a {
background-image: url(//shikaseikou.com/wp-content/themes/ayumi-dentai-wp/assets/images/keiei/home/home-guide-bg01.jpg);
}
.keiei-guide__item:nth-child(2) a {
background-image: url(//shikaseikou.com/wp-content/themes/ayumi-dentai-wp/assets/images/keiei/home/home-guide-bg02.jpg);
}
.keiei-guide__item:nth-child(3) a {
background-image: url(//shikaseikou.com/wp-content/themes/ayumi-dentai-wp/assets/images/keiei/home/home-guide-bg03.jpg);
}
.keiei-guide__item:nth-child(4) a {
background-image: url(//shikaseikou.com/wp-content/themes/ayumi-dentai-wp/assets/images/keiei/home/home-guide-bg04.jpg);
}
.keiei-guide__item2 a {
background-image: url(//shikaseikou.com/wp-content/themes/ayumi-dentai-wp/assets/images/keiei/home/home-guide-bg05.jpg);
}
.keiei-guide__item a::after {
content: '';
position: absolute;
top: 0;
right: 0;
width: 80px;
height: 80px;
background-image: url(//shikaseikou.com/wp-content/themes/ayumi-dentai-wp/assets/images/keiei/common/arrow-button.svg);
background-size: contain;
background-repeat: no-repeat;
background-position: center;
}
.keiei-guide__item2 a::after {
content: '';
position: absolute;
top: 0;
right: 0;
width: 80px;
height: 80px;
background-image: url(//shikaseikou.com/wp-content/themes/ayumi-dentai-wp/assets/images/keiei/common/arrow-button2.png);
background-size: contain;
background-repeat: no-repeat;
background-position: center;
}
a .keiei-guide__heading {
margin-bottom: 30px;
color: #006F85;
font-size: 22px;
font-weight: 400;
}
.keiei-guide__text {
width: 300px;
font-size: 15px;
}
@media (max-width: 768px) {
.keiei-guide__item a::after{
width: 60px;
height: 60px;
}
.keiei-guide__item2 a::after {
width: 60px;
height: 60px;
}
a .keiei-guide__heading{
font-size: 16px;
}
}
@media (any-hover: hover) {
.keiei-guide__item a:hover,
.keiei-guide__item2 a:hover {
text-decoration: none;
opacity: .5;
}
}
.keiei-guide__item a:focus-visible,
.keiei-guide__item2 a:focus-visible {
text-decoration: none;
opacity: .5;
}
@media not all and (min-width: 999px){
.keiei-guide__text {
width: 100%;
}
}
.keiei-guide__icon {
position: absolute;
top: -180px;
right: 0;
}
@media not all and (min-width: 999px){
.keiei-guite_contents {
display: flex;
flex-direction: column;
padding: 40px 20px;
}
.keiei-section-heading {
order: 2;
}
.keiei-guide__wrap {
order: 3;
}
.keiei-guide__icon {
order: 1;
position: relative;
top: auto;
left: auto; margin-inline: auto;
width: 173px;
}
}
.keiei-cta-main {
background-color: #132555;
}
.keiei-cta-main__wrap {
position: relative;
margin-inline: auto;
padding-inline: 20px;
max-width: 1576px;
}
.keiei-cta-main__contents {
position: relative;
margin-inline: auto;
padding-block: 80px 60px;
width: fit-content;
}
.keiei-cta-main__heading {
margin-inline: auto;
margin-bottom: 20px;
width: fit-content;
color: #73C7CE;
font-size: 42px;
font-weight: 800;
}
@media not all and (min-width: 999px){
.keiei-cta-main__heading {
font-size: 31px;
}
}
.keiei-cta-main__list li {
position: relative;
padding-left: 40px;
color: #fff;
font-size: 18px;
}
.keiei-cta-main__list li::before {
content: '';
position: absolute;
top: 8px;
left: 0;
width: 20px;
height: 18px;
background-image: url(//shikaseikou.com/wp-content/themes/ayumi-dentai-wp/assets/images/keiei/common/checkmark-icon.svg);
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
@media not all and (min-width: 999px){
.keiei-cta-main__list li {
padding-left: 20px;
font-size: 13px;
}
.keiei-cta-main__list li::before {
top: 4px;
width: 15px;
height: 13px;
}
}
.keiei-cta-main__list li:not(:last-child) {
margin-bottom: 10px;
}
.keiei-cta-main__list li strong {
color: #FACE00;
}
.keiei-cta__icon {
position: absolute;
top: -100px;
left: 0;
}
@media not all and (min-width: 999px){
.keiei-cta-main__wrap {
display: flex;
flex-direction: column;
padding: 40px 20px;
}
.keiei-cta-main__contents {
order: 2;
padding-block: 0;
}
.keiei-cta__icon {
order: 1;
position: relative;
top: auto;
left: auto;
margin-block: -130px 30px;
margin-inline: auto;
width: 173px;
}
}
.keiei-cta-list {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.keiei-cta-list__item {
width: 50%;
}
.keiei-cta-list__item a {
display: flex;
justify-content: center;
align-items: center;
gap: 10px;
width: 100%;
height: 100px;
color: #fff;
font-weight: 700;
}
@media not all and (min-width: 999px){
.keiei-cta-list__item a {
flex-direction: column;
gap: 0;
height: 80px;
}
}
.keiei-cta-list__tel a {
background-color: #349BA6;
}
.keiei-cta-list__contact a {
background-color: #006F85;
}
@media (any-hover: hover) {
.keiei-cta-list__tel a:hover,
.keiei-cta-list__contact a:hover {
text-decoration: none;
opacity: .7;
}
}
.keiei-cta-list__tel a:focus-visible,
.keiei-cta-list__contact a:focus-visible {
text-decoration: none;
opacity: .7;
}
.keiei-cta-list__item .heading {
display: flex;
align-items: center;
gap: 10px;
}
.keiei-cta-list__heading {
font-size: 18px;
}
.keiei-cta-list__num {
font-size: 42px;
}
.keiei-cta-list__main {
font-size: 30px;
}
@media not all and (min-width: 1100px){
.keiei-cta-list__num {
font-size: 34px;
}
.keiei-cta-list__main {
font-size: 24px;
}
}
@media not all and (min-width: 999px){
.keiei-cta-list__tel img {
width: 15px;
}
.keiei-cta-list__contact img {
width: 20px;
}
.keiei-cta-list__heading {
display: block;
font-size: 10px;
}
.keiei-cta-list__num {
display: block;
font-size: 23px;
line-height: 1.4;
}
.keiei-cta-list__main {
display: block;
font-size: 18px;
}
}
.keiei-greeting-wrap {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
margin-inline: auto;
padding-inline: 20px;
max-width: 1576px;
}
.keiei-greeting-contents {
width: 38%;
}
.keiei-greeting-image {
position: relative;
width: calc(100% - 38% - 190px);
}
@media not all and (min-width: 999px){
.keiei-greeting-wrap {
flex-direction: column-reverse;
}
.keiei-greeting-contents {
width: 100%;
}
.keiei-greeting-image {
margin-bottom: 30px;
width: 100%;
}
}
.keiei-greeting-contents__heading {
margin-bottom: 40px;
font-size: 20px;
line-height: 2;
}
@media not all and (min-width: 999px){
.keiei-greeting-contents__heading {
margin-bottom: 20px;
}
}
.keiei-greeting-contents__heading strong {
color: #E95504;
}
.keiei-greeting-contents__text {
margin-bottom: 80px;
}
@media not all and (min-width: 999px){
.keiei-greeting-contents__text {
margin-bottom: 30px;
}
}
.keiei-greeting-image__inner {
margin-right: -190px;
}
@media not all and (min-width: 999px){
.keiei-greeting-image__inner {
margin-right: -200px;
}
}
.keiei-greeting-contents__heading .text-g {
color: #73C7CE;
}
.keiei-greeting-contents__heading .text-r {
color: #e95504;
}
.keiei-greeting-contents__heading .text-b {
color: #006f85;
}
.keiei-greeting-image__icon { display:none;
}
.keiei-mail-mg {
position: relative;
padding-block: 80px;
background-color: #DEF0F2;
}
.keiei-mail-mg::after { }
@media not all and (min-width: 999px){ }
.keiei-mail-mg__wrap {
position: relative;
margin-inline: auto;
padding-inline: 20px;
max-width: 1576px;
z-index: 1;
}
.keiei-mail-mg__text {
margin-bottom: 60px;
font-size: 22px;
font-weight: 700;
text-align: center;
}
.keiei-mail-mg__text span {
display: inline-block;
}
.keiei-mail-mg__text strong {
color: #e95504;
}
.keiei-mail-mg__icon {
position: absolute;
left: 0;
}
@media not all and (min-width: 999px){
.keiei-mail-mg__wrap {
display: flex;
flex-direction: column-reverse;
}
.keiei-mail-mg__heading {
order: 2;
}
.keiei-mail-mg__text {
order: 3;
margin-bottom: 40px;
font-size: 18px;
}
.keiei-mail-mg .section-button {
order: 4;
}
.keiei-mail-mg__icon {
order: 1;
position: relative;
bottom: auto;
left: auto;
margin-block: -130px 30px;
margin-inline: auto;
width: 173px;
}
}
.keiei-faq {
position: relative;
padding-block: 120px;
background-color: #fff;
}
@media not all and (min-width: 999px){
.keiei-faq {
padding-block: 128px 40px 160px;
}
}
.keiei-faq__wrap {
position: relative;
margin-inline: auto;
padding-inline: 20px;
max-width: 1576px;
}
.faq-dl__item {
margin-bottom: 10px;
}
.faq-dl__question {
position: relative;
padding: 30px 80px 30px 40px;
color: #FACE00;
font-size: 22px;
font-weight: 700;
background-color: #006F85;
list-style: none;
cursor: pointer;
}
.faq-dl__question::after {
content: '＋';
position: absolute;
top: 50%;
right: 40px;
translate: 0 -50%;
color: #fff;
font-size: 22px;
transition: transform 0.3s ease;
}
@media not all and (min-width: 999px){
.faq-dl__question {
padding: 20px 60px 20px 20px;
font-size: 20px;
}
.faq-dl__question::after {
content: '＋';
position: absolute;
top: 50%;
right: 20px;
translate: 0 -50%;
color: #fff;
font-size: 22px;
transition: transform 0.3s ease;
}
}
.faq-dl__item.active .faq-dl__question::after {
content: '－';
}
.faq-dl__answer {
padding: 0 40px;
max-height: 0;
opacity: 0;
transition: max-height 0.4s ease, opacity 0.4s ease;
overflow: hidden;
}
.faq-dl__item.active .faq-dl__answer {
padding: 40px;
max-height: 1000px;
opacity: 1;
}
@media not all and (min-width: 999px){
.faq-dl__answer {
padding: 0;
}
.faq-dl__item.active .faq-dl__answer {
padding: 20px 0;
}
}
.keiei-faq__icon {
position: absolute;
top: -200px;
left: 0;
}
@media not all and (min-width: 999px){
.keiei-faq__wrap {
display: flex;
flex-direction: column-reverse;
}
.keiei-faq__heading {
order: 1;
}
.wpsm_panel-group {
order: 3;
}
.faq-dl {
order: 3;
margin-bottom: 40px;
font-size: 18px;
}
.keiei-mail-mg .section-button {
order: 4;
}
.keiei-faq__icon {
order: 0;
position: relative;
top: 30px;
left: auto;
margin-block: -105px 30px;
margin-inline: auto;
width: 173px;
}
} .page-container {
font-size: 18px;
}
@media not all and (min-width: 999px){
.page-container {
font-size: 16px;
}
}
.page-mv {
margin-block: 0px 80px;
height: 40lvh;
}
.page-mv__main {
position: relative;
margin-left: auto;
color: #fff;
}
.page-mv__main-contents {
display: flex;
flex-wrap: wrap;
position: relative;
margin-inline: auto;
padding-inline: 20px;
max-width: 1576px;
height: 40lvh;
}
@media not all and (min-width: 1600px){
.page-mv__main-contents {
padding-inline: 40px 20px;
}
}
@media not all and (min-width: 999px){
.page-mv__main-contents {
height: 273px;
}
}
.page-mv__main-heading {
display: grid;
place-content: center;
font-size: 55px;
font-weight: 800;
line-height: 1.2;
padding-left: 30px;
}
.page-mv__main-heading .small {
font-size: 26px;
}
.page-mv__main-icon {
position: absolute;
bottom: -105px;
right: 20px;
width: 250px;
}
@media not all and (min-width: 999px){
.page-mv__main-heading {
font-size: 38px;
padding-left: 30px;
}
.page-mv__main-heading .small {
font-size: 20px;
}
.page-mv__main-icon {
bottom: -100px;
right: auto;
left: 50%;
translate: -50% 0;
width: 150px;
height: 140px;
object-fit: contain;
}
}
@media not all and (min-width: 568px){
.page-mv__main-heading {
font-size: 30px;
}
.page-mv__main-heading .small {
font-size: 18px;
}
}
@media not all and (min-width: 368px){
.page-mv__main-heading {
font-size: 24px;
}
.page-mv__main-heading .small {
font-size: 14px;
}
}
.page-mv__main-bg {
position: absolute;
top: 0;
left: 5vw;
border-radius: 20px 0 0 20px;
overflow: hidden;
z-index: -1;
}
.page-mv__main-bg img {
width: 95vw;
height: 40lvh;
object-fit: cover;
border-radius: 20px 0 0 20px;
}
@media not all and (min-width: 1710px){
.page-mv__main-bg {
left: 2vw;
}
.page-mv__main-bg img {
width: 98vw;
}
}
@media not all and (min-width: 1600px){
.page-mv__main-bg {
left: 20px;
}
.page-mv__main-bg img {
width: calc(100vw - 20px);
}
}
@media not all and (min-width: 999px){
.page-mv__main-bg img {
height: 263px;
}
}
.page-hero {
margin-inline: auto;
margin-bottom: 80px;
padding-inline: 20px;
max-width: 1576px;
}
@media not all and (min-width: 999px){
.page-hero {
margin-bottom: 40px;
}
}
.page-hero__heading {
margin-bottom: 30px;
font-size: 23px;
}
.page-hero__heading strong {
color: #E95504;
}
.page-hero p {
margin-bottom: 30px;
}
.page-hero p {
margin-bottom: 30px;
}
.page-hero h4 {
margin-bottom: 20px;
font-size: 20px;
}
.page-hero h4:not(:first-of-type) {
margin-top: 50px;
}
.page-hero ul {
margin-bottom: 30px;
}
.page-hero ul li {
position: relative;
margin-bottom: 5px;
padding-left: 1.5em;
}
.page-hero ul li::before {
content: '';
position: absolute;
top: 12px;
left: 0;
width: 8px;
height: 8px;
background-color: #006F85;
border-radius: 50vh;
}
.page-main {
margin-inline: auto;
margin-bottom: 80px; max-width: 1576px;
}
.page-main__section {
padding: 60px 0;
background-color: #fff;
}
@media not all and (min-width: 999px){
.page-main__section {
padding: 20px;
}
.page-main{
padding-inline: 0px;
}
}
.page-main__section:not(:last-child) { }
.page-main__wrap {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
align-items: flex-start;
}
.page-main__header {
display: flex;
justify-content: space-between;
flex-direction: column;
width: 25%;
}
.page-main__contents {
width: 73%;
}
@media not all and (min-width: 999px){
.page-main__header {
margin-bottom: 30px;
width: 100%;
}
.page-main__contents {
width: 100%;
}
}
.page-main__heading {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
flex-direction: column;
}
.page-main__heading-num {
display: flex;
flex-direction: column;
justify-content: flex-end;
padding: 10px;
width: 128px;
height: 128px;
color: #fff;
font-size: 74px;
text-align: center;
line-height: 1;
text-transform: uppercase;
background-color: #349BA6;
border-radius: 0 20px 0 0;
}
.page-main__heading-num .min {
display: block;
font-size: 30px;
}
.page-main__heading-text {
display: inline-block;
margin-top: 20px; color: #006F85;
font-size: 32px;
}
@media not all and (min-width: 999px){
.page-main__heading {
margin-bottom: 30px;
}
.page-main__heading-num {
width: 76px;
height: 76px;
color: #fff;
font-size: 44px;
text-align: center;
line-height: 1;
text-transform: uppercase;
background-color: #349BA6;
border-radius: 0 20px 0 0;
}
.page-main__heading-num .min {
display: block;
font-size: 17px;
}
.page-main__heading-text {
margin-top: 5px;
width: calc(100% - 90px);
color: #006F85;
font-size: 26px;
}
}
@media not all and (min-width: 468px){
.page-main__heading {
margin-bottom: 20px;
}
.page-main__heading-num {
height: 56px;
font-size: 30px;
}
.page-main__heading-num .min {
display: block;
font-size: 10px;
}
.page-main__heading-text {
width: calc(100% - 80px);
font-size: 21px;
}
}
.page-main__header-icon {
margin-inline: auto;
max-width: 230px;
}
.page-main__contents h3 {
margin-bottom: 30px;
padding: 20px 30px;
color: #fff;
font-size: 22px;
font-weight: 800;
background-color: #349BA6;
border-radius: 0 20px 0 0;
}
.page-main__contents h3:not(:first-of-type) {
margin-top: 60px;
}
@media not all and (min-width: 999px){
.page-main__contents h3 {
margin-bottom: 20px;
padding: 10px 20px;
}
.page-main__contents h3:not(:first-of-type) {
margin-top: 40px;
}
}
@media not all and (min-width: 468px){
.page-main__contents h3 {
margin-bottom: 20px;
padding: 10px 20px;
font-size: 18px;
}
.page-main__contents h3:not(:first-of-type) {
margin-top: 40px;
}
}
.page-main__contents h3.fin {
background-color: #006F85;
}
.page-main__contents-wrap {
display: flex;
justify-content: space-between;
align-items: center;
flex-wrap: wrap;
}
.page-main__contents-wrap.re {
flex-direction: row-reverse;
}
.page-main__contents-image {
width: 30%;
}
.page-main__contents-text {
width: 65%;
}
.page-main__contents-image img {
width: 100%;
}
@media not all and (min-width: 999px){
.page-main__contents-image {
margin-bottom: 20px;
width: 100%;
}
.page-main__contents-text {
width: 100%;
}
}
.page-main__contents p { }
.page-main__contents p { }
.page-main__contents h4 {
margin-bottom: 20px;
font-size: 20px;
}
.page-main__contents h4:not(:first-of-type) {
margin-top: 50px;
}
.page-main__contents ul {
margin-bottom: 30px;
}
.page-main__contents ul li {
position: relative;
margin-bottom: 5px;
padding-left: 1.5em;
}
.page-main__contents ul li::before {
content: '';
position: absolute;
top: 12px;
left: 0;
width: 8px;
height: 8px;
background-color: #006F85;
border-radius: 50vh;
}
.page-main__contents ol {
counter-reset: contents-ol;
margin-bottom: 30px;
}
.page-main__contents ol li {
position: relative;
margin-bottom: 5px;
padding-left: 1.5em;
}
.page-main__contents ol li::before {
counter-increment: contents-ol;
content: counter(contents-ol) ;
position: absolute;
top: 0;
left: 0;
color: #006F85;
font-weight: 700;
}
.page-main__contents table {
margin-bottom: 30px;
width: 100%;
}
.page-main__contents tbody th,
.page-main__contents tbody td {
padding: 10px;
text-align: center;
background-color: #f2f2f2;
}
.page-contents-footer__contents ol {
counter-reset: contents-ol;
margin-bottom: 30px;
}
.page-contents-footer__contents ol li {
position: relative;
margin-bottom: 5px;
padding-left: 1.5em;
}
.page-contents-footer__contents ol li::before {
counter-increment: contents-ol;
content: counter(contents-ol) ;
position: absolute;
top: 0;
left: 0;
color: #006F85;
font-weight: 700;
}
.page-stn__section{
position: relative;
}    .page-stn__header-icon {
position: absolute;
top: 20px;
right: 20px;
width: 200px;
max-height: 100px;
}
.page-stn__header-icon img {
max-height: 200px;
}  .page-stn__contents-image {
width: 40%;
} @media not all and (min-width: 999px){
.page-stn__contents-image {
margin-bottom: 30px;
width: 100%;
} }
.page-stn__contents-image img {
margin-left: auto;
max-height: 500px;
}
@media not all and (min-width: 999px){
.page-stn__contents-image img {
margin-inline: auto;
max-height: 300px;
}
}
.page-stn__contents-text p {
margin-bottom: 30px;
}
.page-stn__contents-text h4 {
margin-bottom: 20px;
font-size: 20px;
}
.page-stn__contents-text h4:not(:first-of-type) {
margin-top: 50px;
}
.page-stn__contents-text ul {
margin-bottom: 30px;
}
.page-stn__contents-text ul li {
position: relative;
margin-bottom: 5px;
padding-left: 1.5em;
}
.page-stn__contents-text ul li::before {
content: '';
position: absolute;
top: 12px;
left: 0;
width: 8px;
height: 8px;
background-color: #006F85;
border-radius: 50vh;
}
.page-stn__contents-text ol {
counter-reset: contents-ol;
margin-bottom: 30px;
}
.page-stn__contents-text ol li {
position: relative;
margin-bottom: 5px;
padding-left: 1.5em;
}
.page-stn__contents-text ol li::before {
counter-increment: contents-ol;
content: counter(contents-ol) ;
position: absolute;
top: 0;
left: 0;
color: #006F85;
font-weight: 700;
}
.page-stn__contents-text table {
margin-bottom: 30px;
width: 100%;
}
.page-stn__contents-text tbody th,
.page-stn__contents-text tbody td {
padding: 10px;
text-align: center;
background-color: #f2f2f2;
}
.mailmag-voice {
margin-bottom: 30px;
padding: 30px;
background-color: #f2f2f2;
border-radius: 0 20px 0 0;
}
.mailmag-voice dd {
margin-bottom: 20px;
}
.mailmag-voice dt {
font-weight: 700;
text-align: right;
}
@media not all and (min-width: 999px){
.mailmag-voice {
margin-bottom: 20px;
padding: 20px;
}
.mailmag-voice dd {
margin-bottom: 10px;
}
}
.page-contents-footer__contents p {
margin-bottom: 30px;
}
.page-contents-footer__contents ol {
counter-reset: contents-ol;
margin-bottom: 30px;
}
.page-contents-footer__contents ol li {
position: relative;
margin-bottom: 5px;
padding-left: 1.5em;
}
.page-contents-footer__contents ol li::before {
counter-increment: contents-ol;
content: counter(contents-ol) ;
position: absolute;
top: 0;
left: 0;
color: #006F85;
font-weight: 700;
}
.page-contents-footer {
margin-inline: auto;
margin-bottom: 80px;
padding-inline: 20px;
max-width: 1576px;
}
.page-contents-footer__wrap {
display: flex;
justify-content: space-between;
flex-direction: row-reverse;
flex-wrap: wrap;
}
.page-contents-footer__image {
width: 346px;
}
.page-contents-footer__contents {
width: calc(100% - 570px);
}
@media not all and (min-width: 999px){
.page-contents-footer__image {
margin-bottom: 40px;
width: 100%;
}
.page-contents-footer__image img {
margin-inline: auto;
}
.page-contents-footer__contents {
width: 100%;
}
}
.page-contents-footer__heading {
margin-bottom: 60px;
font-size: 22px;
}
@media not all and (min-width: 999px){
.page-contents-footer__heading {
margin-bottom: 30px;
font-size: 18px;
}
}
.page-recruit-cta {
position: relative;
height: 250px;
background-color: #132555;
}
@media not all and (min-width: 999px){
.page-recruit-cta {
padding-top: 157px;
height: fit-content;
}
}
.page-recruit-cta::before {
content: '';
position: absolute;
top: 50%;
left: 50%;
translate: -50% -50%;
width: 597px;
height: 250px;
background-image: url(//shikaseikou.com/wp-content/themes/ayumi-dentai-wp/assets/images/keiei/common/footer-cta-bg.png);
background-size: cover;
background-repeat: no-repeat;
background-position: center;
z-index: 1;
}
@media not all and (min-width: 999px){
.page-recruit-cta::before {
content: '';
position: absolute;
top: 0;
left: 50%;
translate: -50% 0;
width: 375px;
height: 157px;
background-image: url(//shikaseikou.com/wp-content/themes/ayumi-dentai-wp/assets/images/keiei/common/footer-cta-bg.png);
background-size: cover;
background-repeat: no-repeat;
background-position: center;
z-index: 1;
}
}
.page-recruit-cta__heading {
font-size: 36px;
}
.page-recruit-cta__heading strong {
color: #73C7CE;
}
.page-recruit-cta__wrap {
display: flex;
justify-content: space-between;
align-items: center;
position: relative;
margin-inline: auto;
padding-inline: 20px;
max-width: 1576px;
height: 250px;
color: #fff;
z-index: 2;
}
@media not all and (min-width: 999px){
.page-recruit-cta__wrap {
flex-direction: column;
padding-block: 30px;
height: fit-content;
}
.page-recruit-cta__heading {
margin-bottom: 30px;
width: 100%;
font-size: 27px;
text-align: center;
}
.page-recruit-cta__button {
width: 100%;
}
}
.page-recruit-cta__heading .line,
.page-recruit-cta__heading strong {
display: inline-block;
}
.page-recruit-cta__button a {
display: flex;
align-items: center;
position: relative;
margin-inline: auto;
padding-left: 30px;
width: 458px;
height: 64px;
color: #006F85;
font-size: 24px;
background-color: #fff;
}
.page-recruit-cta__button a::after {
content: '';
position: absolute;
top: 50%;
right: 20px;
translate: 0 -50%;
width: 21px;
height: 21px;
background-image: url(//shikaseikou.com/wp-content/themes/ayumi-dentai-wp/assets/images/keiei/common/arrow-g.svg);
background-size: contain;
background-repeat: no-repeat;
background-position: center;
}
@media not all and (min-width: 999px){
.page-recruit-cta__button a {
padding-left: 20px;
font-size: 21px;
}
}
@media (any-hover: hover) {
.page-recruit-cta__button a:hover {
text-decoration: none;
opacity: .5;
}
}
@media not all and (min-width: 999px){
.page-recruit-cta__button a {
padding: 10px 60px 10px 10px;
width: 100%;
height: fit-content;
}
}
.page-recruit-cta__button a:focus-visible {
text-decoration: none;
opacity: .5;
}  .blog-pagenation ol {
display: flex;
justify-content: center;
align-items: center;
gap: 10px 20px;
}
.blog-pagenation ol li {
width: 50px;
height: 60px;
font-size: 16px;
font-weight: 700;
}
.blog-pagenation ol li.active {
display: grid;
place-content: center;
color: #fff;
width: 50px;
height: 60px;
background-color: #333;
border-radius: 10px;
}
.blog-pagenation ol li a {
display: grid;
place-content: center;
color: #111;
width: 50px;
height: 60px;
background-color: #fff;
border-radius: 10px;
}
@media (any-hover: hover) {
.blog-pagenation ol li a:hover {
text-decoration: none;
color: #fff;
background-color: #333;
}
}
.blog-pagenation ol li a:focus-visible {
text-decoration: none;
color: #fff;
background-color: #333;
}
.blog-single {
padding: 40px;
background-color: #fff;
border-radius: 10px;
}
@media not all and (min-width: 999px){
.blog-single {
padding: 20px;
}
}
.blog-single__header {
margin-bottom: 80px;
}
.blog-single__title {
margin-bottom: 30px;
font-size: 32px;
}
.blog-single__meta {
display: flex;
flex-wrap: wrap;
gap: 30px;
color: #999;
font-size: 16px;
font-weight: 700;
}
.blog-single__meta li {
display: flex;
flex-wrap: wrap;
gap: 10px;
}
.blog-single__meta li a {
color: #999;
}
@media not all and (min-width: 999px){
.blog-single__header {
margin-bottom: 40px;
}
.blog-single__title {
margin-bottom: 20px;
font-size: 26px;
}
.blog-single__meta {
gap: 20px;
font-size: 14px;
}
}
.blog-single__contents {
margin-bottom: 120px;
}
@media not all and (min-width: 999px){
.blog-single__contents {
margin-bottom: 60px;
}
}
.blog-single__contents h2 { padding: 20px;
color: #fff;
font-size: 32px;
font-weight: 800;
background-color: #006F85;
border-radius: 0 20px 0 0;
}
.blog-single__contents h3 {
margin-block: 60px 30px;
padding-left: 20px;
font-size: 24px;
border-left: 6px solid #006F85;
}
@media not all and (min-width: 999px){
.blog-single__contents h2 { padding: 15px;
font-size: 20px;
}
.blog-single__contents h3 {
margin-block: 50px 20px;
font-size: 20px;
flex-direction: row;
justify-content: flex-start;
gap: 10px;
}
}
.blog-single__contents img {
margin-block: 30px;
}
.blog-single__contents ul,
.blog-single__contents ol {
margin-block: 30px;
}
.blog-single__contents ul li {
position: relative;
margin-bottom: 10px;
padding-left: 20px;
line-height: 1.4;
}
.blog-single__contents ul li::before {
content: '';
position: absolute;
top: 8px;
left: 0;
width: 8px;
height: 8px;
background-color: #006F85;
border-radius: 50vh;
}
.blog-single__contents ol {
counter-reset: contents-ol;
margin-bottom: 30px;
}
.blog-single__contents ol li {
position: relative;
margin-bottom: 5px;
padding-left: 1.5em;
}
.blog-single__contents ol li::before {
counter-increment: contents-ol;
content: counter(contents-ol) ;
position: absolute;
top: 0;
left: 0;
color: #006F85;
font-weight: 700;
}
.blog-single__contents .wp-block-table table {
border: none!important;
}
.blog-single__contents .wp-block-table thead {
font-weight: 700;
text-align: center;
border-bottom: none!important;
}
.blog-single__contents .wp-block-table td,
.blog-single__contents .wp-block-table th {
padding: 10px!important;
border: none!important;
}
.blog-single__contents .wp-block-table tbody td {
border-right: 2px solid #fff!important;
border-bottom: 2px solid #fff!important;
background-color: #f2f2f2!important;
}
.blog-single__contents .has-fixed-layout thead th:first-of-type,
.blog-single__contents .has-fixed-layout thead td:first-of-type,
.blog-single__contents .has-fixed-layout tbody td:first-of-type {
width: 200px;
text-align: center;
}
@media not all and (min-width: 999px){
.blog-single__contents .has-fixed-layout thead th:first-of-type,
.blog-single__contents .has-fixed-layout thead td:first-of-type,
.blog-single__contents .has-fixed-layout tbody td:first-of-type {
width: 150px;
}
}
.related-posts__heading {
margin-bottom: 30px;
font-size: 24px;
}
.post-navigation {
margin: 40px 0;
padding: 20px 0;
border-top: 1px solid #e0e0e0;
border-bottom: 1px solid #e0e0e0;
}
.post-navigation .nav-links {
display: flex;
justify-content: space-between;
align-items: flex-start;
gap: 20px;
}
.post-navigation .nav-previous,
.post-navigation .nav-next {
width: 48%;
position: relative;
}
.post-navigation .nav-links a {
display: block;
padding: 10px;
text-decoration: none;
color: #333;
border: 1px solid #ddd;
border-radius: 5px;
transition: background-color 0.2s;
min-height: 60px;
}
.post-navigation .nav-links a:hover {
background-color: #f5f5f5;
}
.post-navigation .nav-label {
display: block;
font-size: 0.8em;
color: #777;
margin-bottom: 5px;
}
.post-navigation .nav-title {
font-weight: bold;
}
.post-navigation .nav-next {
text-align: right;
} .keiei-recruit-cta {
padding: 80px 20px;
background-image: url(//shikaseikou.com/wp-content/themes/ayumi-dentai-wp/assets/images/keiei/home//home-recruit-bg.jpg);
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.keiei-recruit-cta__heading {
margin-bottom: 80px;
color: #fff;
font-size: 36px;
text-align: center;
}
.keiei-recruit-cta__heading strong {
color: #73C7CE;
}
@media not all and (min-width: 999px){
.keiei-recruit-cta {
padding: 60px 20px;
}
.keiei-recruit-cta__heading {
margin-bottom: 40px;
font-size: 27px;
}
}
.keiei-recruit-cta__list {
display: flex;
justify-content: center;
align-items: center;
flex-wrap: wrap;
gap: 50px;
margin-bottom: 40px;
}
@media not all and (min-width: 999px){
.keiei-recruit-cta__list {
gap: 30px;
margin-bottom: 30px;
}
}
@media not all and (min-width: 468px){
.keiei-recruit-cta__list {
gap: 10px;
}
}
.keiei-recruit-cta__list li {
display: grid;
place-content: center;
width: 170px;
height: 170px;
color: #fff;
font-size: 20px;
text-align: center;
font-weight: 700;
border: 1px solid #73C7CE;
border-radius: 50vh;
}
@media not all and (min-width: 468px){
.keiei-recruit-cta__list li {
width: 120px;
height: 120px;
}
}
.keiei-recruit-cta-main__button a {
display: grid;
place-content: center;
position: relative;
margin-inline: auto;
width: 500px;
height: 64px;
color: #006F85;
background-color: #fff;
}
.keiei-recruit-cta-main__button a::after {
content: '';
position: absolute;
top: 50%;
right: 20px;
translate: 0 -50%;
width: 21px;
height: 21px;
background-image: url(//shikaseikou.com/wp-content/themes/ayumi-dentai-wp/assets/images/keiei/common/arrow-g.svg);
background-size: contain;
background-repeat: no-repeat;
background-position: center;
}
@media (any-hover: hover) {
.keiei-recruit-cta-main__button a:hover {
text-decoration: none;
opacity: .5;
}
}
@media not all and (min-width: 999px){
.keiei-recruit-cta-main__button a {
padding: 10px 60px 10px 10px;
width: 100%;
height: fit-content;
}
}
.keiei-recruit-cta-main__button a:focus-visible {
text-decoration: none;
opacity: .5;
}
.fixed-menu {
position: fixed;
top: -100px;
left: 0;
width: 100vw;
z-index: 1000;
background-color: #fff;
box-shadow: 0 4px 8px rgba(0,0,0,0.1);
transition: top 0.4s ease;
}
.fixed-menu--visible {
top: 0;
}
.fixed-menu__wrap {
display: flex;
justify-content: space-between;
align-items: center;
flex-wrap: wrap;
}
.fixed-menu__logo {
height: 70px;
}
.fixed-menu__logo img {
height: 70px;
}
@media not all and (min-width: 999px){
.fixed-menu__logo {
height: 60px;
}
.fixed-menu__logo img {
height: 60px;
}
}
.fixed-menu__gnav {
display: flex;
justify-content: center;
align-items: center;
}
@media not all and (min-width: 999px){
.fixed-menu__gnav {
display: block !important;
position: absolute;
margin: -1px;
padding: 0;
width: 1px;
height: 1px;
white-space: nowrap;
border: 0;
overflow: hidden;
clip: rect(0 0 0 0);
clip-path: inset(50%);
contain: strict !important;
opacity: 0 !important;
}
}
.fixed-menu__gnav > ul {
display: flex;
justify-content: center;
align-items: center;
flex-wrap: wrap;
gap: 25px;
}
@media not all and (min-width: 1280px){
.fixed-menu__gnav {
justify-content: flex-end;
margin-right: 20px;
}
.fixed-menu__gnav > ul {
justify-content: flex-end;
gap: 10px;
font-size: 14px;
}
}
.fixed-menu__gnav > ul a {
color: #006f85;
font-weight: 700;
}
.fixed-menu__gnav a:hover {
color: #73C7CE;
text-decoration: none;
}
.fixed-menu__gnav > ul a.to_top {
color: #E95504;
font-weight: 700;
}
.fixed-menu__gnav a.to_top:hover {
color: #f4a275;
text-decoration: none;
}
.fixed-menu__gnav > ul > li {
position: relative;
text-align: center;
line-height: 1.35;
}
.fixed-menu__gnav .dropdown {
position: relative;
}
.fixed-menu__gnav .dropdown::after {
content: '';
position: absolute;
bottom: -20px;
left: 50%;
translate: -50% 0;
width: 12px;
height: 8px;
background-image: url(//shikaseikou.com/wp-content/themes/ayumi-dentai-wp/assets/images/keiei/common/nav-down-arrow.svg);
background-size: contain;
background-repeat: no-repeat;
background-position: center;
}
.fixed-menu__gnav .child {
position: absolute;
top: 30px;
left: 50%;
translate: -50% 0;
padding-top: 25px;
min-width: 340px;
opacity: 0;
visibility: hidden;
transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;
z-index: 1000;
}
.fixed-menu__gnav .child li { }
.fixed-menu__gnav .child a {
display: block;
padding: 20px 10px;
width: 100%;
color: #006F85;
text-align: center;
background-color: #fff;
}
.fixed-menu__gnav .child a:hover {
color: #73C7CE;
background-color: #DEF0F2;
}
.fixed-menu__gnav li:hover > .child {
opacity: 1;
visibility: visible;
transform: translateY(0);
}
.fixed-menu-cta {
display: flex;
flex-direction: column;
gap: 2px;
margin-right: 15px;
}
@media not all and (min-width: 999px){
.fixed-menu-cta {
display: block !important;
position: absolute;
margin: -1px;
padding: 0;
width: 1px;
height: 1px;
white-space: nowrap;
border: 0;
overflow: hidden;
clip: rect(0 0 0 0);
clip-path: inset(50%);
contain: strict !important;
opacity: 0 !important;
}
}
.fixed-menu-cta a {
display: flex;
align-items: center;
flex-wrap: wrap;
gap: 10px;
padding: 5px 10px;
color: #fff;
font-weight: 700;
background-color: #132555;
}
@media (any-hover: hover) {
.fixed-menu-cta a:hover {
text-decoration: none;
background-color: #73C7CE;
}
}
.fixed-menu-cta a:focus-visible {
text-decoration: none;
background-color: #73C7CE;
}
.fixed-menu-cta img {
height: 23px;
}
.fixed-menu-cta .small {
font-size: 10px;
}
.fixed-menu-cta .text {
line-height: 1.1;
}
.fixed-menu-sp-button {
display: none;
padding-inline: 15px;
width: 60px;
height: 60px;
background-color: #132555;
border: none;
cursor: pointer;
z-index: 99;
}
@media not all and (min-width: 999px){
.fixed-menu-sp-button {
display: block;
}
}
.fixed-menu-sp-button span {
display: block;
width: 100%;
height: 2px;
margin: 6px 0;
background-color: #fff;
transition: all 0.3s ease;
}
.fixed-menu-sp-button.active span:nth-child(1) {
transform: translateY(8px) rotate(45deg);
}
.fixed-menu-sp-button.active span:nth-child(2) {
opacity: 0;
}
.fixed-menu-sp-button.active span:nth-child(3) {
transform: translateY(-8px) rotate(-45deg);
}
.fixed-menu-nav {
position: fixed;
top: 40px;
right: -100%;
padding-block: 30px;
width: 80%;
max-width: 400px;
height: 100vh;
background-color: #fff;
transition: right .3s ease;
overflow-y: auto;
z-index: 98;
}
@media not all and (min-width: 400px){
.fixed-menu-nav {
width: 90%;
}
}
@media not all and (min-width: 360px){
.fixed-menu-nav {
width: 100%;
}
}
.fixed-menu-nav__contents {
overflow-y: auto;
}
.fixed-menu-nav.open {
right: 0;
}
.fixed-menu-nav__list {
margin-bottom: 40px;
padding-inline: 40px;
}
.fixed-menu-nav__list li:not(:last-child) {
border-bottom: 1px solid #73c7ce;
}
.fixed-menu-nav__list li a {
display: block;
position: relative;
padding: 15px 20px;
font-weight: 700;
text-align: center;
}
.fixed-menu-nav__list li a.to_top {
color: #E95504;
}
.fixed-menu-nav__list .external-link a {
position: relative;
}
.fixed-menu-nav__list .external-link a::after {
content: '';
position: absolute;
top: 50%;
right: 0;
translate: 0 -50%;
width: 17px;
height: 17px;
background-image: url(https://shikaseikou.com/wp-content/themes/ayumi-dentai-wp/assets/css/assets/images/common/external-link-icon-menu.svg);
background-size: contain;
background-repeat: no-repeat;
background-position: center;
}
.fixed-menu-nav__cta {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.fixed-menu-nav__cta-item {
width: 50%;
}
.fixed-menu-nav__cta-item a {
display: flex;
justify-content: center;
align-items: center;
gap: 10px;
width: 100%;
height: 100px;
color: #fff;
font-weight: 700;
}
@media not all and (min-width: 999px){
.fixed-menu-nav__cta-item a {
flex-direction: column;
gap: 0;
height: 80px;
}
}
.fixed-menu-nav__cta-tel a {
background-color: #349BA6;
}
.fixed-menu-nav__cta-contact a {
background-color: #006F85;
}
@media (any-hover: hover) {
.fixed-menu-nav__cta-tel a:hover,
.fixed-menu-nav__cta-contact a:hover {
text-decoration: none;
opacity: .7;
}
}
.fixed-menu-nav__cta-tel a:focus-visible,
.fixed-menu-nav__cta-contact a:focus-visible {
text-decoration: none;
opacity: .7;
}
.fixed-menu-nav__cta-item .heading {
display: flex;
align-items: center;
gap: 10px;
}
.fixed-menu-nav__cta-heading {
font-size: 18px;
}
.fixed-menu-nav__cta-num {
font-size: 42px;
}
.fixed-menu-nav__cta-main {
font-size: 30px;
}
@media not all and (min-width: 1100px){
.fixed-menu-nav__cta-num {
font-size: 34px;
}
.fixed-menu-nav__cta-main {
font-size: 24px;
}
}
@media not all and (min-width: 999px){
.fixed-menu-nav__cta-tel img {
width: 15px;
}
.fixed-menu-nav__cta-contact img {
width: 20px;
}
.fixed-menu-nav__cta-heading {
display: block;
font-size: 10px;
}
.fixed-menu-nav__cta-num {
display: block;
font-size: 23px;
line-height: 1.4;
}
.fixed-menu-nav__cta-main {
display: block;
font-size: 18px;
}
}
@media not all and (min-width: 368px){
.fixed-menu-nav__cta-num {
font-size: 18px;
}
.fixed-menu-nav__cta-main {
font-size: 15px;
}
}
.fixed-menu-nav__logo {
margin: 20px;
}
.kaigyo_text {
width: 90%;
line-height: 1.5;
}
.kaigyo_link {
margin: 0 auto;
display: grid;
}
.kaigyo_link a {
margin: 0 auto;
padding: 15px 30px;
font-size: 21px;
letter-spacing: 1px;
color: #fff;
background-color: #006F85;
}
.kaigyo_link a:hover {
opacity: 0.7;
text-decoration: none;
}
@media(max-width:768px){
.kaigyo_text {
width: 100%;
}
} .page-form {
max-width: 1000px;
margin: 30px auto;
}
@media(max-width:768px){
.page-form {
width: 90%;
}
}
.footer_container {
max-width: 1400px;
margin: 50px auto;
display: flex;
flex-direction: row;
justify-content: space-between;
}
.footer_container a:hover {
text-decoration: none;
opacity: 0.7;
}
.footer_container .footer_left,
.footer_container .footer_right {
display: flex;
flex-direction: column;
padding: 25px;
}
.footer_container .footer_left {
width: 30%;
display: flex;
}
.footer_container .footer_right {
width: 70%;
display: flex;
}
.footer_soudan {
color: #fff;
background-color: #006F85;
padding: 7px;
text-align: center;
font-size: 18px;
margin: 15px 0;
}
a.footer_tel {
display: flex;
flex-direction: row;
align-items: center;
margin: 0 auto 15px;
}
a.footer_tel img {
width: 30px;
height: auto;
margin-top: 3px;
}
a.footer_tel p {
font-size: 32px;
font-weight: 700;
margin-left: 3px;
}
a.footer_form {
position: relative;
color: #006F85;
background-color: #fff;
border: 2px solid #006F85;
padding: 15px 25px;
text-align: center;
font-size: 21px;
}
a.footer_form::after {
content: '';
position: absolute;
top: 50%;
right: 20px;
translate: 0 -50%;
width: 21px;
height: 21px;
background-image: url(//shikaseikou.com/wp-content/themes/ayumi-dentai-wp/assets/images/keiei/common/arrow-g.svg);
background-size: contain;
background-repeat: no-repeat;
background-position: center;
}
.footer_container h3 {
font-size: 24px;
font-weight: bold;
margin: 25px 0;
padding: 0.25em 0.5em; background: transparent; border-left: solid 5px #006F85; }
.footer_menu {
display: flex;
flex-direction: row;
justify-content: space-between;
}
.footer_management,
.footer_aymd {
width: 50%;
}
.footer-nav__list {
display: flex;
flex-wrap: wrap;
gap: 3px;
}
.footer-nav__list li {
flex: 1 1 250px;
margin-left: 20px;
}
.footer-nav__list a {
font-size: 16px;
text-decoration: none;
margin-top: 3px;
}
@media(max-width:768px){
.footer_container {
flex-direction: column;
}
.footer_container .footer_left {
width: 90%;
padding: 15px;
margin: 0 auto;
}
.footer_container .footer_right {
width: 90%;
padding: 15px;
margin: 0 auto;
}
.footer_menu {
flex-direction: column;
}
.footer_management,
.footer_aymd {
width: 90%;
margin: 0 auto;
}
}
.btn-grad {
display: flex;
flex-direction: row;
align-items: center;
padding: 20px 50px;
color: #ffffff;
text-decoration: none;
border-radius: 60px; font-weight: bold;
transition: transform 0.2s ease;
border: none;
cursor: pointer;
font-size: 21px;
text-align: center;
line-height: 1.5;
}
.btn-grad:hover {
transform: translateY(-2px); color: #ffffff;
text-decoration: none;
}
.btn-blue {
background: linear-gradient(135deg, #0087a3 0%, #006f85 100%);
box-shadow: 0 4px 15px rgba(0, 111, 133, 0.3);
}
.btn-blue:hover {
box-shadow: 0 6px 20px rgba(0, 111, 133, 0.4);
}
.btn-orange {
background: linear-gradient(135deg, #ff7e39 0%, #e95604 100%);
box-shadow: 0 4px 15px rgba(233, 86, 4, 0.3);
}
.btn-orange:hover {
box-shadow: 0 6px 20px rgba(233, 86, 4, 0.4);
}
.btn-grad img {
width: 54px;
height: auto;
margin-right: 21px;
}
.btn-mgn {
width: 400px;
margin: 50px auto 0;
}
.green {
color: #76a655 !important;
}
.seminor-archive {
display: flex;
flex-direction: row;
justify-content: center;
gap: 20px 30px;
margin: 30px auto 50px;
}
@media(max-width:768px){
.seminor-archive {
flex-direction: column;
}
}
.line_qr .line_icon {
display: none;
}
@media(max-width:768px){
.ft_ayms {
margin-top: 30px;
}
}
@media screen and ( width  >= 1000px ){
.blog-container:not(:has(.blog-container__sidebar)){
display: block;
.blog-container__min{
width: 100%;
}
.blog-archive{
display: grid;
grid-template-columns: repeat( 3 , 1fr );
column-gap: 20px;
justify-content: space-between;
.blog-archive__item-min{
width: 100%;
}
}
}
}
@media screen and ( width  >= 868px ){
.blog-container:not(:has(.blog-container__sidebar)){
.blog-container__min{
width: 100%;
}
}
} .keiei-faq .qa_sec {
max-width: 1200px;
margin: 30px auto;
}
.keiei-faq .q_text {
font-size: 21px;
font-weight: bold;
position: relative; padding: 0.8em 0.5em 0.8em 2.5em; line-height: 1.4; color: #006F85; border-top: dotted 1px gray;
border-bottom: dotted 1px gray;
}
.keiei-faq .q_text::before {
content: "Q.";
font-weight: 900;
position: absolute; font-size: 1em; left: 0.25em; top: 0.75em; color: #fff; background-color: #006F85;
width: 36px;
height: 36px;
border-radius: 18px;
padding: 3px 6px;
line-height: 1.5;
}
.keiei-faq .a_text {
font-size: 16px;
padding-left: 15px;
margin: 10px 0 30px;
line-height: 1.75;
}@font-face {
font-family: 'fontello';
src: url(//shikaseikou.com/wp-content/themes/ayumi-dentai-wp/assets/css/support/icon/font/fontello.eot?35464213);
src: url(//shikaseikou.com/wp-content/themes/ayumi-dentai-wp/assets/css/support/icon/font/fontello.eot?35464213#iefix) format('embedded-opentype'),
url(//shikaseikou.com/wp-content/themes/ayumi-dentai-wp/assets/css/support/icon/font/fontello.woff2?35464213) format('woff2'),
url(//shikaseikou.com/wp-content/themes/ayumi-dentai-wp/assets/css/support/icon/font/fontello.woff?35464213) format('woff'),
url(//shikaseikou.com/wp-content/themes/ayumi-dentai-wp/assets/css/support/icon/font/fontello.ttf?35464213) format('truetype'),
url(//shikaseikou.com/wp-content/themes/ayumi-dentai-wp/assets/css/support/icon/font/fontello.svg?35464213#fontello) format('svg');
font-weight: normal;
font-style: normal;
}   [class^="icon-"]:before, [class*=" icon-"]:before {
font-family: "fontello";
font-style: normal;
font-weight: normal;
speak: never;
display: inline-block;
text-decoration: inherit;
width: 1em;
margin-right: .2em;
text-align: center;  font-variant: normal;
text-transform: none; line-height: 1em;  margin-left: .2em;   -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;  }
.icon-arrow1:before { content: '\e800'; } .icon-arrow2:before { content: '\e801'; } .icon-tel:before { content: '\e802'; } .icon-maru:before { content: '\e803'; }

table {
font-size:inherit;
font:100%;
border-collapse: separate;
border-spacing: 0;
}
address{
font-style:normal;
}
ul{
list-style:none;
}
a{
color: inherit;
text-decoration: none;
outline: 0;
transition: color 0.8s, background-color 0.8s;
}
a:hover{
transition: color 0.4s, background-color 0.4s;
}
i {font-weight: normal !important;} .clearfix:after {
content: "."; display: block; clear: both;
height: 0;
visibility: hidden;
}
.clearfix {
min-height: 1px;
}
* html .clearfix {
height: 1px;/*\*//*/height: auto;
overflow: hidden;/**/} .fw_bold{font-weight: 700;}
.fw_normal{font-weight: 400;}  .txt_al_l{text-align:left;}
.txt_al_r{text-align:right;}
.txt_al_c{text-align:center;}
.sp_txt_l{text-align:center;}  .flt_l{float:left;}
.flt_r{float:right;} .blocklink,
.blocklink_out {
cursor:pointer;
}
.img_max {
width: 100% !important;
max-width: initial !important;
}
.change_img img {margin-left: auto; margin-right: auto;} .sp_tel_btn {
position: relative;
}
.sp_tel_btn img {
position: relative;
z-index: 0;
}
.sp_tel_btn span,
.sp_tel_btn a {
display: block;
}
.sp_tel_btn a {
content: "";
position: absolute;
z-index: 1;
width: 100%;
height: 100%;
left: 0;
top: 0;
}
.ank_adjust { }
.red {color: #b05f5f;}
.green {color: #76a655;}
.tel_border a {
text-decoration: underline;
}
.fs16 {
font-size: 106%;
}
.fs17 {
font-size: 113%;
}
.flex_box {
display: flex;
}
.aster_txt {
position: relative;
color: rgba(76,65,72,0.6);
line-height: 1.8;
padding-left: 1em;
margin-top: 1.4em;
}
.aster_txt::before {
position: absolute;
content: "※";
width: 1em;
height: 1em;
left: 0;
top: 0;
}
.bg_white {	background-color: #fff;}
.bg_gray {	background-color: #F7FAF9;}
.com_slide_area {
position: relative;
}
.com_slide_area .bx-viewport {
overflow: visible !important;
}
.com_slide.type2 > li:nth-of-type(odd) {
margin-top: min(2.6vw,2.5em);
} @media only screen and (min-width: 768px) and (max-width: 959px) {
body {
font-size: 15px;
letter-spacing: .05em;
line-height: 2.0em;
}
.fs17 {
font-size: 106%;
}
} @media only screen and (max-width: 767px) {   body {
font-size: 4.1vw;
letter-spacing: .05em;
line-height: 1.8em;
} .sp_txt_l{text-align:left;} .fs16 {
font-size: 100%;
}
.fs17 {
font-size: 105%;
}
}  .max_width {
width: 94%;
padding: 0 3%;
margin-left: auto;
margin-right: auto;
}
.max_1500 {
width: 100%;
max-width: 1500px;
margin: 0 auto;
}
.w1500 {
width: 94%;
padding: 0 3%;
max-width: 1500px;
margin: 0 auto;
}
.w1400 {
width: 94%;
padding: 0 3%;
max-width: 1400px;
margin: 0 auto;
}
.w1340 {
width: 94%;
padding: 0 3%;
max-width: 1340px;
margin: 0 auto;
}
.w1300 {
width: 94%;
padding: 0 3%;
max-width: 1300px;
margin: 0 auto;
}
.w1200 {
width: 94%;
padding: 0 3%;
max-width: 1200px;
margin: 0 auto;
}
.w1180 {
width: 94%;
padding: 0 3%;
max-width: 1180px;
margin: 0 auto;
}
.ft_min {
font-family: "Noto Serif JP", serif;
font-weight: 400;
font-style: normal;
}
.ft_bilo {
font-family: bilo, sans-serif;
font-weight: 500;
font-style: normal;
}
.com_txt_link {
text-decoration: underline;
text-underline-offset: .1em;
}
.com_txt_link:hover {
text-decoration: none;
color: #76a655;
} @media only screen and (min-width: 768px) and (max-width: 959px) {
} @media only screen and (max-width: 767px) {
.max_width,
.w1500,.w1400,.w1340,.w1300,.w1200,.w1180 {
width: 90%;
padding: 0 5%;
}
}  .fadein {
opacity: 0;
transition: all 2.0s ease;
}
.anime_on .fadein,
.anime_on.fadein {
opacity: 1;
} .fadeup {
opacity: 0;
transform: translateY(20px);
transition: all 2s ease;
}
.anime_on .fadeup,
.anime_on.fadeup {
opacity: 1;
transform: translateY(0px);
} .fadezoom {
opacity: 0;
transform: scale(0.9);
transition: all .8s ease;
}
.anime_on .fadezoom,
.anime_on.fadezoom {
opacity: 1;
transform: scale(1.0);
}
.anm_pyon {
opacity: 0;
}
@keyframes pyonpyon {
0% {
opacity: 0;
transform: translate(0, 0);
}
5% {
opacity: 0;
transform: translate(0, 0);
}
10% {
opacity: 0;
transform: translate(0, 0);
}
20% {
opacity: 1;
transform: translate(0, -15px);
}
25% {
transform: translate(0, 0);
}
30% {
transform: translate(0, -15px);
}
50% {
transform: translate(0, 0);
}
100% {
opacity: 1;
transform: translate(0, 0);
}
} #wrapper{
overflow: hidden;
}  .com_tel {
position: relative;
display: inline-block;
letter-spacing: 0;
line-height: 1;
white-space: nowrap;
box-sizing: border-box;
padding-left: 1.2em;
}
.com_tel .icon-tel {
position: absolute;
display: block;
left: 0;
top: 0;
}
.com_tel .time {
letter-spacing: .08em;
margin-top: .6em;
}
.com_tel .time .radi {
color: #FFF;
font-size: 85%;
background-color: #C8C8A4;
border-radius: 3px;
padding: .3em .6em;
margin-left: .2em;
}
.line_btn a {
display: block;
height: 100%;
text-align: center;
color: #FFF;
font-size: 14px;
letter-spacing: .1em;
line-height: 1.4;
white-space: nowrap;
background-color: #06C755;
box-sizing: border-box;
padding: 1em 0.5em;
} .com_con_btn a {
display: block;
height: 100%;
text-align: center;
color: #FFF;
font-size: min(1.5vw,126%);
text-align: left;
letter-spacing: .1em;
line-height: 1.4;
white-space: nowrap;
background-color: #76a655;
box-sizing: border-box;
padding: 1em;
}
.com_con_btn a span {
position: relative;
padding-right: 1.8em;
}
.com_con_btn i {
position: absolute;
display: block;
background-color: #FFF;
color: #76a655;
border: none;
font-size: 80%;
width: 1.7em;
height: 1.7em;
line-height: 1.6em;
border-radius: 50%;
box-sizing: border-box;
padding-left: .2em;
right: 0;
top: 55%;
transform: translateY(-50%);
}
.com_con_btn a:hover {background-color: #93cc66;} @media only screen and (min-width: 768px) {
} @media only screen and (min-width: 768px) and (max-width: 959px) {
} @media only screen and (max-width: 767px) { .com_con_btn a {
font-size: 90%;
}
} .com_menu1 > li {
margin-bottom: .5em;
}
.com_menu1 > li a {
font-size: 106%;
letter-spacing: .1em;
line-height: 1.4;
white-space: nowrap;
margin-bottom: 1em;
}
.com_menu1 > li a::before {
font-family: 'fontello';
content: '\e800';
font-size: 90%;
}
.com_menu2 {
line-height: 1.5;
margin-left: 1em;
}
.com_menu2 > li a {
font-size: 93%;
letter-spacing: .1em;
white-space: nowrap;
}
.com_menu2 > li a::before {
content: '-';
margin-right: .2em;
}
.com_menu1 > li a,
.com_menu2 > li a {
position: relative;
}
.com_menu1 > li a::after,
.com_menu2 > li a::after {
position: absolute;
content: "";
background-color: rgba(255,255,255,0.5);
width: 0;
height: 1px;
left: 50%;
bottom: -2px;
transform: translateX(-50%);
transition: all .3s;
}
.com_menu1 > li a:hover::after,
.com_menu2 > li a:hover::after {
width: 100%;
} @media only screen and (min-width: 768px) {
} @media only screen and (min-width: 768px) and (max-width: 959px) {
} @media only screen and (max-width: 767px) {
} .m_nav {
position: relative;
width: 100%;
display: flex;
align-items: center;
font-size: min(1.3vw,120%);
}
.m_nav > li {
position: relative;
margin-left: 1.5em;
}
.m_nav > li > a {
position: relative;
display: block;
text-align: center;
color: #8c7155;
letter-spacing: .04em;
line-height: 1.4;
white-space: nowrap;
padding-left: 1em;
}
.m_nav > li > a::before {
position: absolute;
content: "";
background-color: #8c7155;
border-radius: 50%;
width: .4em;
height: .4em;
left: 0;
top: 50%;
transform: translateY(-50%);
transition: all 0.4s;
}
.m_nav > li > a.select::before,
.m_nav > li > a:hover::before {
opacity: 0.5;
background-color: transparent;
border: 1px solid #8c7155;
}
.m_nav_area .m_nav {
margin-right: -1em;
} .in_menu {
display: none;
position: absolute;
color: #FFF;
font-size: min(1.4vw, 15px);
z-index: 999;
right: 0;
top: calc(100% + 1em);
line-height: 1.4em;
letter-spacing: .04em;
background: rgba(86,63,41,0.9);
box-sizing: border-box;
padding: 20px 2em 30px;
}
.in_menu li {
margin-top: .5em;
}
.in_menu .com_menu2 {
margin-left: 0;
} @media only screen and (min-width: 768px) and (max-width: 959px) { .in_menu {
font-size: 1.5vw;
}
} @media only screen and (max-width: 767px) {
.m_nav_area {
display: none !important;
}
} #scl_header {
position: fixed;
z-index: 500;
left: 0;
top: 0;
width: 100%;
background-color: rgba(255,255,255,0.95);
transform: translateY(-101%);
}
#scl_header.is-show {
display: block;
transform: translateY(0);
opacity: 1;
animation: sclAnimation 1.0s;
box-shadow: 0 0 20px rgba(0,0,0,0.1);
}
#scl_header .scl_flex {
display: flex;
justify-content: space-between;
align-items: center;
}
#scl_header .scl_contact {
display: flex;
justify-content: space-between;
width: 36%;
max-width: 500px;
}
#scl_header .com_con_btn {
width: 38%;
}
#scl_header .h_tel {
padding: .5em 0;
}
#scl_header .h_tel .com_tel {
font-size: min(2.4vw,226%);
}
#scl_header .h_tel .time {
font-size: min(1.2vw,86%);
margin-top: -0.2em;
}
#scl_header .com_con_btn a {
display: flex;
flex-direction: column;
justify-content: center;
height: 100%;
font-size: min(1.3vw,126%);
} @media only screen and (min-width: 768px) and (max-width: 959px) {
} @media only screen and (max-width: 767px) {
#scl_header {
display: none !important;
}
} @keyframes sclAnimation {
0% {
transform: translateY(-100%);
}
100% {
transform: translateY(0);
}
} .drw_inbox {
color: #FFF;
padding: 20% 15% 0;
}
.drw_inbox .com_menu1 > li {
margin-top: 1em;
}
.drw_inbox .com_menu1 a::before {
opacity: 0.6;
} .com_arrow1 {
position: relative;
display: block;
text-align: center;
color: #8c7155;
background-color: #FFF;
border: 1px solid #8c7155;
border-radius: 50%;
width: 2.1em;
height: 2.1em;
line-height: 2.1em;
transition: all .5s;
}
.com_arrow1::before {
position: absolute;
font-family: 'fontello';
content: '\e800';
width: 100%;
left: 0;
top: 0;
padding-left: .1em;
}
.com_arrow1:hover,
.com_link1 a:hover .com_arrow1,
.hov_arw:hover .com_arrow1 {
color: #FFF;
background-color: #8c7155;
border-color: #8c7155;
} .com_link1 {
margin-top: 1.5em;
}
.com_link1 a {
position: relative;
display: inline-block;
text-align: left;
color: #8c7155;
font-size: 126%;
line-height: 1.3;
letter-spacing: normal;
white-space: nowrap;
padding: .5em 3em .5em 0;
}
.com_link1 .com_arrow1 {
position: absolute;
right: 0;
top: 50%;
transform: translateY(-50%);
}  .com_btnlist {
display: flex;
flex-wrap: wrap;
}
.com_btnlist > li {
margin-right: 3em;
}
.com_btnlist > li:last-of-type {
margin-right: 0;
} @media only screen and (min-width: 768px) and (max-width: 959px) {
.com_link1 a,
.com_btn1 a {
font-size: 110%;
}
.com_link1 a {
padding-right: 3em;
}
.com_link1 .com_arrow1 {
font-size: 110%;
} .com_btnlist > li {
margin-right: 1.5em;
}
} @media only screen and (max-width: 767px) { .com_link1 {
margin-top: .7em;
}
.com_link1 a {
font-size: 105%;
} .com_btnlist {
justify-content: center;
}
.com_btnlist > li {
margin-right: 2em;
}
} .m_img_area {
position: relative;
}
.m_img_area .m_img {
position: relative;
} .contentpage .m_img_area .m_img {
background-image: url(//shikaseikou.com/wp-content/themes/ayumi-dentai-wp/assets/images/support/contact/m_img@2x.jpg);
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
}
.contentpage .m_img_area .m_img::before {
display: block;
content: "";
padding-top: min(23%,350px);
}
.contentpage .m_img_area .m_img::after {
position: absolute;
content: "";
background: linear-gradient(0deg, rgba(153,153,153,1) 0%, rgba(153,153,153,0.4) 100%);
opacity : 0.7;
width: 38%;
height: 100%;
clip-path: polygon(0 0, 0 100%, 86% 100%, 100% 0);
left: 0;
top: 0;
mix-blend-mode: multiply;
}
.contentpage .m_title {
position: absolute;
color: #FFF;
font-size: min(2.5vw,186%);
letter-spacing: .1em;
line-height: 1.5;
left: 6%;
top: 50%;
transform: translateY(-50%);
text-shadow: 0 0 8px rgba(0,0,0,0.2);
z-index: 1;
}
.contentpage .m_title .ft_bilo {
font-size: 285%;
letter-spacing: normal;
line-height: 1;
margin-bottom: .1em;
} @media only screen and (min-width: 768px) and (max-width: 959px) {
} @media only screen and (max-width: 767px) { .contentpage .m_img_area .m_img::before {
padding-top: 40%;
}
.contentpage .m_img_area .m_img::after {
width: 40%;
}
.contentpage .m_title {
font-size: 110%;
}
.contentpage .m_title .ft_bilo {
font-size: 250%;
}
}  .pankuzu {
color: #999999;
font-size: 93%;
letter-spacing: .05em;
line-height: 1.4em;
display: flex;
flex-wrap: wrap;
margin-top: 2em;
margin-bottom: 5em;
box-sizing: content-box;
}
.pankuzu a {text-decoration: underline;}
.pankuzu a:hover {text-decoration: none;}
.pankuzu li::after {
content: "ー";
margin-left: .3em;
margin-right: .2em;
}
.pankuzu li:last-child::after {
display: none;
} .com_lead {
text-align: center;
}
.com_lead > dt {
font-size: 200%;
letter-spacing: .1em;
line-height: 1.6;
margin-bottom: .6em;
} .com_index1 {
text-align: center;
color: #8c7155;
font-size: min(3.2vw,233%);
letter-spacing: .1em;
line-height: 1.4;
background-color: #faf6f3;
padding: .7em 1em;
margin-bottom: 1em;
border-top: 1px solid #8c7155;
border-bottom: 1px solid #8c7155 ;
} .com_marulist > li {
position: relative;
line-height: 1.6;
box-sizing: border-box;
padding-left: 1.5em;
margin-top: .2em;
}
.com_marulist > li::before {
position: absolute;
font-family: 'fontello';
content: '\e803';
color: rgba(0,0,0,0.2);
left: 0;
top: 0;
mix-blend-mode: multiply;
} .com_inbox{
max-width: 1300px;
margin-left: auto;
margin-right: auto;
} @media only screen and (min-width: 768px) and (max-width: 959px) { .pankuzu {
font-size: 85%;
letter-spacing: .02em;
margin-bottom: 4em;
} .com_lead > dt {
font-size: 180%;
letter-spacing: .05em;
}
} @media only screen and (max-width: 767px) { .pankuzu {
font-size: 70%;
letter-spacing: normal;
margin-top: 2em;
margin-bottom: 4em;
} .com_lead > dt {
font-size: 140%;
letter-spacing: .05em;
}
.com_lead > dd {
text-align: left;
} .com_index1 {
font-size: 130%;
letter-spacing: .05em;
}
}  .icon_open {
letter-spacing: normal;
line-height: 1.0em;
display: inline-block;
vertical-align: middle;
width: 1.4em;
height: 1.4em;
margin-left: .5em;
transform: translateY(-.1em);
position: relative;
transition: all .4s;
}
.icon_open::before,
.icon_open::after {
content: "";
position: absolute;
width: .7em;
height: 1px;
background: #353936;
left: 0;
right: 0;
top: 0;
bottom: 0;
margin: auto;
border-radius: 1px;
}
.icon_open::after {
transform: rotate(90deg);
transition: all 0.4s;
}
.active .icon_open::after {
transform: rotate(0deg);
}  @media only screen and (min-width: 768px) {
} @media only screen and (min-width: 768px) and (max-width: 959px) {
} @media only screen and (max-width: 767px) {
}
#page_top .com_arrow1 {
font-size: 126%;
transform: rotate(-90deg);
} @media only screen and (min-width: 768px) and (max-width: 959px) {
#page_top .com_arrow1 {
font-size: 110%;
}
} @media only screen and (max-width: 767px) {
#page_top .com_arrow1 {
font-size: 90%;
}
} .com_btm_150 {
margin-bottom: 150px;
}
.com_btm_120 {
margin-bottom: 120px;
}
.com_btm_110 {
margin-bottom: 110px;
}
.com_btm_100 {
margin-bottom: 100px;
}
.com_btm_90 {
margin-bottom: 90px;
}
.com_btm_80 {
margin-bottom: 80px;
}
.com_btm_70 {
margin-bottom: 70px;
}
.com_btm_60 {
margin-bottom: 60px;
}
.com_btm_50 {
margin-bottom: 50px;
}
.com_btm_40 {
margin-bottom: 40px;
} @media only screen and (min-width: 768px) and (max-width: 959px) {
.com_btm_150 {
margin-bottom: 12%;
}
.com_btm_120 {
margin-bottom: 10%;
}
.com_btm_110 {
margin-bottom: 9%;
}
.com_btm_100 {
margin-bottom: 8%;
}
.com_btm_90 {
margin-bottom: 8%;
}
.com_btm_80 {
margin-bottom: 7%;
}
.com_btm_70 {
margin-bottom: 6%;
}
.com_btm_60 {
margin-bottom: 5%;
}
.com_btm_50 {
margin-bottom: 4%;
}
.com_btm_40 {
margin-bottom: 4%;
}
} @media only screen and (max-width: 767px) {
.com_btm_150 {
margin-bottom: 14%;
}
.com_btm_120 {
margin-bottom: 13%;
}
.com_btm_110 {
margin-bottom: 12%;
}
.com_btm_100 {
margin-bottom: 12%;
}
.com_btm_90 {
margin-bottom: 11%;
}
.com_btm_80 {
margin-bottom: 10%;
}
.com_btm_70 {
margin-bottom: 9%;
}
.com_btm_60 {
margin-bottom: 8%;
}
.com_btm_50 {
margin-bottom: 7%;
}
.com_btm_40 {
margin-bottom: 6%;
}
} @media only screen and (min-width: 768px) and (max-width: 1500px) and (min-aspect-ratio: 1500/900) {
header {
padding: 25px 2.6% 20px;
}
header .h_contact {
width: 45%;
right: 10px;
top: 10px;
}
} @media only screen and (min-width: 960px)  {
.tb_only{display:none !important;}
.sp_only{display:none !important;}
.sp_tb{display:none !important;}
.sp_pc{display:block !important;}
} @media only screen and (min-width: 768px) and (max-width: 959px) {
.pc_only{display:none !important;}
.sp_only{display:none !important;}
.sp_pc{display:none !important;}
.sp_pc{display:none !important;}
} @media only screen and (max-width: 767px) {
.pc_only{display:none !important;}
.tb_only{display:none !important;}
.tb_pc{display:none !important;}
.sp_pc{display:block!important;}
}
.footer_container {
max-width: 1400px;
margin: 50px auto;
display: flex;
flex-direction: row;
justify-content: space-between;
}
.footer_container a:hover {
text-decoration: none;
opacity: 0.7;
}
.footer_container .footer_left,
.footer_container .footer_right {
display: flex;
flex-direction: column;
padding: 25px;
}
.footer_container .footer_left {
width: 30%;
display: flex;
}
.footer_container .footer_right {
width: 70%;
display: flex;
}
.footer_soudan {
color: #fff;
background-color: #8cba4b;
padding: 7px;
text-align: center;
font-family: "Noto Serif JP", serif;
font-size: 18px;
margin: 15px 0;
}
a.footer_tel {
display: flex;
flex-direction: row;
align-items: center;
margin: 0 auto 15px;
}
a.footer_tel img {
width: 18px;
height: auto;
margin-top: 16px;
}
a.footer_tel p {
font-family: "Noto Serif JP", serif;
font-size: 32px;
font-weight: 700;
margin-left: 5px;
}
a.footer_form {
font-family: "Noto Serif JP", serif;
position: relative;
color: #8cba4b;
background-color: #fff;
border: 2px solid #8cba4b;
padding: 15px 25px;
text-align: center;
font-size: 21px;
}
a.footer_form::after {
content: '';
position: absolute;
top: 50%;
right: 20px;
translate: 0 -50%;
width: 21px;
height: 21px;
background-image: url(//shikaseikou.com/wp-content/themes/ayumi-dentai-wp/assets/css/images/keiei/common/arrow-g.svg);
background-size: contain;
background-repeat: no-repeat;
background-position: center;
}
.footer_container h3 {
font-family: "Noto Serif JP", serif;
font-size: 24px;
font-weight: bold;
margin: 25px 0;
padding: 0.25em 0.5em; background: transparent; border-left: solid 5px #8cba4b; }
.footer_menu {
display: flex;
flex-direction: row;
justify-content: space-between;
}
.footer_management,
.footer_aymd {
width: 50%;
}
.footer-nav__list {
display: flex;
flex-wrap: wrap;
gap: 3px;
}
.footer-nav__list li {
flex: 1 1 250px;
margin-left: 20px;
font-family: "Noto Serif JP", serif;
}
.footer-nav__list a {
font-size: 16px;
text-decoration: none;
margin-top: 3px;
}
@media(max-width:768px){
.footer_container {
flex-direction: column;
}
.footer_container .footer_left {
width: 90%;
padding: 15px;
margin: 0 auto;
}
.footer_container .footer_right {
width: 90%;
padding: 15px;
margin: 0 auto;
}
.footer_menu {
flex-direction: column;
}
.footer_management,
.footer_aymd {
width: 90%;
margin: 0 auto;
}
} .teacher-list {
display: flex;
flex-wrap: wrap;
gap: 30px;
margin: 30px auto;
padding: 30px 50px;
max-width: 1000px;
}
.teacher-card {
max-width: 300px;
border: 1px solid #333;
padding: 20px;
transition: 0.3s;
text-align: center;
box-shadow: 3px 3px 6px #999999;
}
.teacher-card h2 {
font-size: 24px;
margin: 15px auto;
}
.teacher-card a {
padding: 15px 25px;
color: #fff;
background-color: #76a655;
text-decoration: none;
}
.teacher-card img {
width: 75%;
height: auto;
margin: 0 auto;
}
@media only screen and (max-width: 767px) {
.teacher-list {
padding: 15px;
}
} .teacher-detail {
max-width: 800px;
margin: 30px auto;
}
.teacher-detail h1 {
font-size: 24px;
font-weight: bold;
}
.teacher-detail img.teacher_img {
width: 50%;
margin: 20px auto;
}
.teacher-detail li,
.teacher-detail h2 {
font-size: 21px;
}
.teacher-detail p {
font-size: 18px;
}
 .m_img_area {
height: 100vh;
display: flex;
flex-direction: column;
}
.m_img_area header {
max-height: max-content;
}
.m_img_area .m_img {
margin-top: 9vw;
height: 100%;
display: flex;
flex-direction: column;
justify-content: center;
background: url(//shikaseikou.com/wp-content/themes/ayumi-dentai-wp/assets/images/support/top/m_img@2x.jpg) no-repeat center center;
background-size: cover;
min-height: max-content;
box-sizing: border-box; overflow: hidden;
} .m_img_area .m_img .copy {
position: relative;
width: 82%;
filter: drop-shadow(0 0 20px rgba(0,0,0,0.5));
margin: 0 auto;
animation-name: copyAnime;
animation-duration: 1.6s;
animation-timing-function: ease;
animation-delay: 0.8s;
animation-fill-mode: forwards;
opacity: 0;
z-index: 1;
}
.m_img_area .m_inbox {
position: relative;
display: flex;
flex-direction: column;
justify-content: center; width: 80%;
max-width: 1200px;
padding-top: 10%;
margin: 0 auto;
}
.m_img_area .m_col3 {
display: flex;
align-items: flex-start;
margin-top: -1em;
}
.m_img_area .m_col3 > li {
position: relative;
width: 33.33%;
text-align: right;
color: #FFF;
font-size: min(2vw,200%);
letter-spacing: normal;
line-height: 1.5;
white-space: nowrap;
box-sizing: border-box;
padding: 0 10% 5% 0;
}
.m_img_area .m_col3 > li::before {
position: absolute;
content: "";
background: linear-gradient(0deg,rgba(43,135,73,0.9) 0%, rgba(43,135,73,0.3) 100%);
width: 100%;
height: 280%;
left: 0;
bottom: 0;
transform: skewX(-10deg);
}
.m_img_area .m_col3 > li p {
position: relative;
}
.m_img_area .m_col3 > li p.ft_bilo {
color: #b5a08c;
font-size: 74%;
font-style: italic;
letter-spacing: .06em;
mix-blend-mode: screen;
margin-bottom: .2em;
}
.m_img_area .m_col3 > li p.ft_bilo::after {
position: absolute;
content: "";
background: url(//shikaseikou.com/wp-content/themes/ayumi-dentai-wp/assets/images/support/top/plus.svg) no-repeat left top;
background-size: contain;
width: 1.8em;
height: 1.8em;
left: 105%;
top: -0.2em;
}
.m_img_area .m_col3 > li:nth-of-type(2),
.m_img_area .m_col3 > li:nth-of-type(3) {
margin-left: -2%;
}
.m_img_area .m_col3 > li:nth-of-type(1) {
margin-top: 8%;
}
.m_img_area .m_col3 > li:nth-of-type(2) {
margin-top: 4%;
}
.m_img_area .m_col3 > li:nth-of-type(2)::before {
background: linear-gradient(0deg, rgba(3, 118, 110, 0.9) 0%, rgba(3, 118, 110, 0.3) 99.95%);
}
.m_img_area .m_col3 > li:nth-of-type(3)::before {
background: linear-gradient(0deg, rgba(102, 138, 4, 0.9) 0%, rgba(102, 138, 4, 0.3) 100%);
} .m_img_area .m_col3 > li {
opacity: 0;
transition: all .8s;
transform: translateX(-8%);
}
.m_img_area .anime_on .m_col3 > li {
opacity: 1;
transform: translateX(0);
}
.m_img_area .m_col3 > li:nth-of-type(2) {
transition-delay: .2s;
}
.m_img_area .m_col3 > li:nth-of-type(3) {
transition-delay: .4s;
}
@keyframes copyAnime {
0% {
opacity:0;
}
100% {
opacity:1;
}
} @media only screen and (min-width: 768px) and (min-aspect-ratio: 1024/600) {
} @media only screen and (min-width: 768px) and (max-width: 959px) {
} @media only screen and (max-width: 767px) {
.m_img_area .m_img {
margin-top: 70px;
}
.m_img_area {
height: 100svh;
}
.m_img_area .m_img {
background-image: url(//shikaseikou.com/wp-content/themes/ayumi-dentai-wp/assets/images/support/top/m_img_sp@2x.jpg);
}
.m_img_area .m_inbox {
display: block;
width: 100%;
padding-top: 0;
}
.m_img_area .m_img .copy {
position: absolute;
width: 30%;
filter: drop-shadow(0 0 8px rgba(0,0,0,0.4));
margin: 0;
left: 7%;
top: 5%;
}
.m_img_area .m_col3 {
display: block;
}
.m_img_area .m_col3 > li {
width: 95%;
font-size: 105%;
padding: 10% 12% 8% 3%;
}
.m_img_area .m_col3 > li::before {
height: 100%;
}
.m_img_area .m_col3 > li:nth-of-type(1) {
margin-top: 0;
}
.m_img_area .m_col3 > li:nth-of-type(2) {
margin-top: 0;
margin-left: 3%;
}
.m_img_area .m_col3 > li:nth-of-type(3) {
margin-left: 8%;
}
.m_img_area .m_col3 > li:nth-of-type(2),
.m_img_area .m_col3 > li:nth-of-type(3) {
margin-top: -3%;
}
.m_img_area .m_col3 > li::before {
background: linear-gradient(to left,rgba(43,135,73,0.9) 0%, rgba(43,135,73,0.3) 100%);
}
.m_img_area .m_col3 > li:nth-of-type(2)::before {
background: linear-gradient(to left, rgba(3, 118, 110, 0.9) 0%, rgba(3, 118, 110, 0.3) 99.95%);
}
.m_img_area .m_col3 > li:nth-of-type(3)::before {
background: linear-gradient(to left, rgba(102, 138, 4, 0.9) 0%, rgba(102, 138, 4, 0.3) 100%);
}
.m_img_area .m_col3 > li p.ft_bilo::after {
left: 102%;
}
} @media only screen and (min-width: 768px) and (min-aspect-ratio: 1500/900) {
.m_img_area .m_inbox {
width: 70%;
padding-top: 8%;
}
.m_img_area .m_img .copy {
width: 76%;
}
.m_img_area .m_col3 > li {
font-size: min(1.7vw,200%);
padding: 0 10% 3% 0;
}
.m_img_area .m_col3 > li::before {
height: 270%;
}
.m_img_area .m_col3 > li:nth-of-type(1) {
margin-top: 6%;
}
.m_img_area .m_col3 > li:nth-of-type(2) {
margin-top: 3%;
}
} @media only screen and (min-width: 768px) and (min-aspect-ratio: 1500/700) {
.m_img_area {
height: auto;
min-height: 100vh;
display: block;
}
.m_img_area .m_img {
padding: min(3%,75px) 0;
}
} #pagebody { }
.top_index1 {
position: relative;
max-width: max-content;
text-align: left;
color: #8c7155;
font-size: min(2.8vw,193%);
letter-spacing: .1em;
line-height: 1.4;
padding-right: 2em;
margin-bottom: 3em;
}
.top_index1 .ft_min {
text-align: left;
padding-left: 3.2em;
}
.top_index1 .ft_bilo {
text-align: left;
font-size: 448%;
letter-spacing: -0.02em;
line-height: 0.9;
}
.top_index1::before,
.top_index1::after {
position: absolute;
content: "";
background: linear-gradient(0deg,rgba(118,166,85,0.3) 0%, rgba(160,224,115,0.8) 100%);
top: 0;
opacity: 0;
transition: all 1s;
transition-delay: .1s;
}
.top_index1::before {
width: 2.8em;
height: 3.8em;
left: -1.8em;
transform: skewX(-15deg);
}
.top_index1::after {
background : linear-gradient(0deg, rgba(160,224,115,0.8) 0%, rgba(118,166,85,0.3) 100%);
width: .3em;
height: 5.3em;
right: 1em;
transform: skewX(-15deg);
transition-delay: .2s;
}
.top_index1.al_c {
margin-left: auto;
margin-right: auto;
}
.top_index1.anime_on::before {
opacity: 1;
left: -0.8em;
}
.top_index1.anime_on::after {
opacity: 1;
right: 0;
}
.jyunbi_txt {
text-align: center;
margin: 50px 0;
} @media only screen and (min-width: 768px) {
#intro .jyunbi_txt {
text-align: left;
font-size: 120%;
}
} @media only screen and (min-width: 768px) and (max-width: 959px) {
#pagebody {
padding-top: 8%;
}
#intro .jyunbi_txt {
margin-left: 3%;
}
} @media only screen and (max-width: 767px) {
#pagebody {
padding-top: 12%;
}
.top_index1 {
font-size: 100%;
}
.top_index1 .ft_bilo {
font-size: 320%;
}
.top_index1::before {
width: 2.2em;
height: 3em;
}
.top_index1::after {
height: 4.5em;
}
} #news .news_tit {
color: #8c7155;
font-size: min(2vw,166%);
letter-spacing: .1em;
line-height: 1.6;
}
#news .news_tit .ft_bilo {
font-size: 320%;
letter-spacing: 0;
line-height: 1;
}
#news .news_list > li:nth-of-type(odd) {
background-color: #faf9f8;
}
#news .news_list a {
display: block;
box-sizing: border-box;
padding: 40px 3.6%;
}
#news .news_list dl {
display: flex;
transition: all .5s;
}
#news .news_list dt {
color: #8c7155;
font-size: 126%;
letter-spacing: .1em;
line-height: 1.6;
margin-right: 2em;
}
#news .news_list dd .title {
position: relative;
color: #8c7155;
font-size: 126%;
letter-spacing: .1em;
line-height: 1.6;
margin-bottom: .5em;
}
#news .news_list dd .title::before {
position: absolute;
font-family: 'fontello';
content: '\e800';
color: #8c7155;
left: 0;
top: .1em;
}
#news .news_list dd .title,
#news .news_list dd .content {
padding-left: 1.8rem;
}
#news .news_list a:hover dl {
transform: translateX(.6em);
} @media only screen and (min-width: 768px) {
#news .inbox {
display: flex;
}
#news .news_tit {
width: 22%;
}
#news .news_list {
width: 78%;
}
} @media only screen and (min-width: 768px) and (max-width: 959px) {
#news .news_list a {
padding: 20px 3.6%;
}
#news .news_list dt {
font-size: 110%;
letter-spacing: .05em;
margin-right: 1.5em;
}
#news .news_list dd .title {
font-size: 110%;
letter-spacing: .05em;
}
} @media only screen and (max-width: 767px) {
#news .news_tit {
font-size: 110%;
margin-bottom: 5%;
}
#news .news_tit .ft_bilo {
font-size: 280%;
}
#news .news_list a {
padding: 1em 5%;
}
#news .news_list dl {
display: block;
}
#news .news_list dt {
font-size: 105%;
margin-right: 0;
margin-bottom: .3em;
}
#news .news_list dd .title {
font-size: 105%;
letter-spacing: .02em;
}
#news .news_list dd .title::before {
position: absolute;
font-family: 'fontello';
content: '\e800';
color: #8c7155;
left: 0;
top: .1em;
}
#news .news_list dd .title,
#news .news_list dd .content {
padding-left: 1.8rem;
}
#news .news_list dd .content {
font-size: 90%;
line-height: 1.6;
}
} #philosophy {
position: relative;
background: url(//shikaseikou.com/wp-content/themes/ayumi-dentai-wp/assets/images/support/top/philo_bg@2x.jpg) no-repeat center top;
background-size: 100% auto;
padding-top: min(16vw,230px);
}
#philosophy::before {
position: absolute;
content: "";
background : linear-gradient(0deg, rgba(118, 166, 85, 0.3) 0%, rgba(160, 224, 115, 0.8) 100%);
width: min(25vw,250px);
height: 478px;
left: -120px;
top: 0;
transform: skewX(-15deg);
}
#philosophy::after {
position: absolute;
content: "";
background: url(//shikaseikou.com/wp-content/themes/ayumi-dentai-wp/assets/images/support/top/philo_deco2.svg) no-repeat left top;
width: min(28vw,420px);
height: 478px;
left: 82%;
top: 20%;
}
#philosophy .philo_tit {
position: relative;
color: #FFF;
font-size: 320%;
letter-spacing: .1em;
line-height: 1.5;
margin-bottom: 1em;
}
#philosophy .philo_tit .ft_min {
text-shadow: 0 0 20px rgba(0,0,0,0.6);
}
#philosophy .philo_tit .ft_bilo {
color: #5ca32c;
font-size: 35%;
letter-spacing: .12em;
line-height: 1;
mix-blend-mode: screen;
}
#philosophy .copy1 {
position: relative;
color: #FFF;
font-size: min(8.3vw,660%);
letter-spacing: 0;
line-height: 1.2;
margin-bottom: 1em;
text-shadow: 0 0 30px rgba(0,0,0,0.6);
}
#philosophy .philo_list {
position: relative;
max-width: 1120px;
display: flex;
justify-content: space-between;
z-index: 1;
}
#philosophy .philo_list > li {
width: 32.2%;
max-width: 360px;
background-color: #999;
box-sizing: border-box;
padding-bottom: 25px;
}
#philosophy .philo_list > li .box_img {
position: relative;
max-width: 360px;
margin: 0 auto;
}
#philosophy .philo_list > li .box_img::before {
position: absolute;
content: "";
background : linear-gradient(0deg, rgba(153,153,153,1) 0%, rgba(153,153,153,0.4) 100%);
width: 100%;
height: 35%;
left: 0;
bottom: -1px;
clip-path: polygon(0 100%,100% 100%,100% 0);
}
#philosophy .philo_list > li .img_txt {
position: absolute;
width: 39%;
max-width: 140px;
right: 5%;
top: 38%;
}
#philosophy .philo_list > li p {
position: relative;
text-align: center;
color: #FFF;
font-size: min(1.9vw,140%);
letter-spacing: .1em;
line-height: 1.5;
margin-top: -0.8em;
}
#philosophy .copy2 {
color: #8c7155;
font-size: min(4vw,386%);
letter-spacing: .1em;
line-height: 1.4;
margin-top: 1.2em;
margin-bottom: 1em;
}
#philosophy .time {
position: relative;
padding-left: 3%;
}
#philosophy .time::before {
position: absolute;
content: "";
background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(230,230,230,1) 100%);
width: 100vw;
height: 200px;
left: 50%;
bottom: 15%;
transform: translateX(-50%);
clip-path: polygon(0 100%, 100% 0, 100% 100%);
z-index: -1;
opacity: 0.5;
}
#philosophy .time .bg_img {
position: absolute;
width: 66%;
right: 0;
bottom: 35%;
}
#philosophy .time .txt1 {
display: inline-block;
color: #8c7155;
font-size: 126%;
font-weight: bold;
letter-spacing: .1em;
line-height: 1.4;
white-space: nowrap;
padding-bottom: .8em;
padding-right: 3em;
margin-bottom: 1em;
border-bottom: 1px solid #8c7155;
}
#philosophy .time .txt2 {
color: #8c7155;
font-size: 206%;
letter-spacing: .1em;
line-height: 1.5;
margin-bottom: 1em;
}
#philosophy .time .txt3 {
color: #808080;
font-size: 153%;
letter-spacing: .1em;
line-height: 1.7;
background: url(//shikaseikou.com/wp-content/themes/ayumi-dentai-wp/assets/images/support/top/philo_abs@2x.png) no-repeat left center;
background-size: auto 100%;
padding: 1.6em 0 3em;
padding-left: 6em;
margin-top: 2em;
margin-bottom: 1em;
}
#philosophy .time .txt3 span {
display: block;
font-size: min(4.1vw,186%);
}
#philosophy .txt4 {
color: #8c7155;
font-size: min(2.2vw,206%);
letter-spacing: .1em;
line-height: 2;
margin-bottom: 1em;
} #philosophy::before,
#philosophy::after {
transition: all .5s;
}
#philosophy.anime_on::before {
left: -120px;
}
#philosophy.anime_on::after {
left: 82%;
}
.slide1 li {
display: none;
}
.bx-viewport .slide1 li {
display: block !important;
} @media only screen and (min-width: 768px) {
#philosophy .philo_list > li:nth-of-type(2) {transition-delay: .2s;}
#philosophy .philo_list > li:nth-of-type(3) {transition-delay: .4s;}
} @media only screen and (min-width: 768px) and (max-width: 959px) {
#philosophy .time .bg_img {
width: 60%;
right: -5%;
bottom: 30%;
}
#philosophy .time .txt1 {
font-size: 115%;
letter-spacing: .05em;
}
#philosophy .time .txt2 {
font-size: 180%;
letter-spacing: .08em;
}
#philosophy .time .txt3 {
font-size: 130%;
letter-spacing: .08em;
}
#philosophy .txt4 {
font-size: 150%;
letter-spacing: .05em;
line-height: 1.6;
margin-bottom: 1em;
}
} @media only screen and (max-width: 767px) {
#philosophy {
background-size: 120% auto;
padding-top: min(16vw,230px);
}
#philosophy::before {
width: 30%;
height: 50vw;
left: -10%;
}
#philosophy::after {
width: 45%;
height: 80vw;
left: 65%;
top: 45vw;
}
#philosophy .philo_tit {
font-size: 140%;
}
#philosophy .philo_tit .ft_min {
text-shadow: 0 0 10px rgba(0,0,0,0.8);
}
#philosophy .philo_tit .ft_bilo {
font-size: 50%;
}
#philosophy .copy1 {
font-size: 220%;
text-shadow: 0 0 20px rgba(0,0,0,0.8);
}
#philosophy .philo_list {
display: block;
width: 100%;
margin: 0 auto;
}
#philosophy .philo_list > li {
width: 100%;
max-width: none;
background: linear-gradient(0deg, rgba(153,153,153,1) 50%, rgba(153,153,153,0) 80%);
padding: 0 5% 1.5em;
}
#philosophy .philo_list > li:nth-of-type(n+2) {
margin-top: 8%;
}
#philosophy .philo_list > li .box_img {
width: 85%;
}
#philosophy .philo_list > li .img_txt {
right: -10%;
top: 50%;
}
#philosophy .philo_list > li p {
font-size: 110%;
letter-spacing: .1em;
margin-top: -0.2em;
}
#philosophy .copy2 {
font-size: 130%;
letter-spacing: .05em;
}
#philosophy .time {
padding-left: 0;
}
#philosophy .time::before {
height: 100px;
}
#philosophy .time .bg_img {
position: relative;
width: 115%;
right: auto;
bottom: auto;
margin-left: -15%;
}
#philosophy .time .txt1 {
font-size: 110%;
letter-spacing: .05em;
}
#philosophy .time .txt2 {
font-size: 130%;
letter-spacing: .05em;
}
#philosophy .time .txt3 {
font-size: 110%;
letter-spacing: .03em;
background-size: 4em auto;
padding: 0;
padding-left: 4.5em;
margin-top: 1em;
margin-bottom: 1em;
}
#philosophy .time .txt3 span {
font-size: 150%;
line-height: 1.5;
margin-top: .2em;
}
#philosophy .txt4 {
font-size: 120%;
letter-spacing: .05em;
line-height: 1.6;
}
} #concept {
background: url(//shikaseikou.com/wp-content/themes/ayumi-dentai-wp/assets/images/support/top/cpt_bg@2x.jpg) no-repeat right top,
linear-gradient(90deg, rgba(245,239,227,1) 0%, rgba(245,239,227,0.5) 100%);
background-size: 60% auto, auto;
padding: 150px 0;
}
#concept .cpt_inbox {
position: relative;
max-width: 1180px;
margin: 0 auto;
}
#concept .img_txt1 {
position: absolute;
width: 52%;
left: 64%; bottom: 0;
translate: 0 15%;
}
#concept .green {
font-size: min(4vw,286%);
line-height: 1.6;
letter-spacing: .1em;
margin-bottom: .8em;
}
#concept .fs24 {
position: relative;
font-size: min(2.1vw,160%);
line-height: 1.6;
}
#concept .fs24 span {
font-size: 129%;
}
#concept p.large {
font-size: min(3vw,200%);
margin-top: 1em;
margin-bottom: 1em;
}
#concept ul {
display: flex;
text-align: center;
color: #94893b;
margin: 50px 0 40px 10%;
}
#concept ul > li {
margin-left: 20px;
}
#concept ul dt {
font-size: min(3vw, 200%);
font-weight: bold;
line-height: 1.4;
margin-top: .8em;
margin-bottom: .3em;
}
#concept ul dd {
font-size: 113%;
line-height: 1.7;
}
#concept .icon {
width: 15vw;
max-width: 150px;
} @media only screen and (min-width: 768px) and (max-width: 1260px) {
#concept .img_txt1 {
width: 48%; left: 58%;
}
#concept ul {
margin-left: 0;
}
}
@media only screen and (min-width: 768px) and (max-width: 1140px) {
#concept .img_txt1 {
left: 60%; }
#concept ul dt {
font-size: min(3vw, 200%);
}
#concept ul dd {
font-size: 105%;
}
} @media only screen and (min-width: 768px) and (max-width: 959px) {
#concept {
padding: 13% 0;
}
} @media only screen and (max-width: 767px) {
#concept {
background-size: 80% auto, auto;
padding: 15% 0;
}
#concept .img_txt1 {
position: relative;
width: 90%;
left: auto;
top: auto;
margin: 0 auto;
}
#concept .green {
font-size: 140%;
letter-spacing: .05em;
}
#concept .fs24 {
font-size: 110%;
}
#concept p.large {
font-size: 140%;
line-height: 1.6;
text-indent: -0.5em;
}
#concept ul {
justify-content: space-between;
width: 100%;
margin: 0 0 5%;
}
#concept ul > li {
width: 48%;
margin-left: 0;
}
#concept ul dt {
font-size: 120%;
}
#concept ul dd {
text-align: left;
font-size: 90%;
}
#concept .icon {
width: 20vw;
}
} #service .com_index1 {
margin-bottom: 75px;
}
#service .serv_list > li {
padding-top: 20px;
}
#service .serv_list a {
position: relative;
display: block;
height: 100%;
text-align: center;
line-height: 1.4;
background-color: #FFF;
box-sizing: border-box;
padding-top: 9.6%;
border-radius: 10px;
box-shadow: 0 0 20px rgba(0,0,0,0.2);
}
#service .serv_list a:hover {
background-color: rgba(87,118,3,0.1);
}
#service .serv_list dt {
color: #577603;
font-size: min(3vw,233%);
letter-spacing: 0;
line-height: 1.3;
margin-bottom: .4em;
}
#service .serv_list dt.line1 {
line-height: 2.6;
}
#service .serv_list dd {
color: #6b6f6f;
font-size: 126%;
}
#service .serv_list .note {
color: #6b6f6f;
line-height: 1.5;
letter-spacing: 0;
margin-top: .2em;
}
#service .serv_list .target {
position: absolute;
width: 15em;
color: #FFF;
font-size: 113%;
line-height: 1.2;
letter-spacing: .1em;
white-space: nowrap;
background: linear-gradient(90deg, #7EA642 0%, #9CBA6C 100%);
box-sizing: border-box;
padding: .7em 1em;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
right: 1em;
top: 0;
transform: translateY(-40%);
}
#service .serv_list .target span {
font-size: 123%;
}
#service .serv_list .ft_bilo {
color: #FFF;
line-height: 1;
letter-spacing: .1em;
background: linear-gradient(90deg, #7EA642 0%, #9CBA6C 100%);
padding: 1em 0;
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
margin-top: 1.5em;
}
#service .serv_list .ft_bilo::after {
font-family: 'fontello';
content: '\e800';
font-size: 120%;
padding-left: .2em;
}
#service .serv_list .tgt_all dt {color: #03766e;}
#service .serv_list .tgt_all a:hover {background-color: rgba(3,118,110,0.1);}
#service .serv_list .tgt_all .target,
#service .serv_list .tgt_all .ft_bilo {
background: linear-gradient(90deg, #56A19A 0, #79B7B1 100%);
}
#service .serv_list .tgt_dr dt {color: #032b76;}
#service .serv_list .tgt_dr a:hover {background-color: rgba(3,43,118,0.1);}
#service .serv_list .tgt_dr .target,
#service .serv_list .tgt_dr .ft_bilo {
background: linear-gradient(90deg, #3D599C 0%, #6B81B5 100%);
}
#service .serv_list .tgt_dh dt {color: #ad5617;}
#service .serv_list .tgt_dh a:hover {background-color: rgba(173,86,23,0.1);}
#service .serv_list .tgt_dh .target,
#service .serv_list .tgt_dh .ft_bilo {
background: linear-gradient(90deg, #C4793C 0%, #D29A6A 100%);
} #service .serv_list > li {
transition: all 1.5s;
opacity: 0;
transform: translateY(20px);
}
#service .serv_list > li:nth-of-type(2) {transition-delay: .2s;}
#service .serv_list > li:nth-of-type(3) {transition-delay: .4s;}
#service .serv_list > li:nth-of-type(4) {transition-delay: .6s;}
#service .serv_list > li:nth-of-type(5) {transition-delay: .8s;}
#service .serv_list > li:nth-of-type(6) {transition-delay: 1.0s;}
#service .serv_list.anime_on > li {
opacity: 1;
transform: translateY(0);
} @media only screen and (min-width: 768px) {
#service .serv_list {
display: flex;
flex-wrap: wrap;
}
#service .serv_list > li {
width: 48%;
margin-right: 4%;
}
#service .serv_list > li:nth-of-type(even) {
margin-right: 0;
}
#service .serv_list > li:nth-of-type(n+3) {
margin-top: 3.8%;
}
} @media only screen and (min-width: 768px) and (max-width: 959px) {
#service .com_index1 {
margin-bottom: 7%;
}
#service .serv_list dd {
font-size: 115%;
}
#service .serv_list .target {
width: 13em;
font-size: 105%;
padding: .6em 1em;
}
} @media only screen and (max-width: 767px) {
#service .com_index1 {
margin-bottom: 9%;
}
#service .serv_list > li {
padding-top: 4.5%;
}
#service .serv_list > li:nth-of-type(n+2) {
margin-top: 6%;
}
#service .serv_list a {
padding-top: 9.6%;
}
#service .serv_list dt {
font-size: 130%;
}
#service .serv_list dd {
font-size: 110%;
}
#service .serv_list .note {
font-size: 90%;
}
#service .serv_list .target {
width: 11em;
font-size: 80%;
letter-spacing: .04em;
padding: .5em 1em;
}
#service .serv_list .target span {
font-size: 110%;
}
#service .serv_list .ft_bilo {
padding: .6em 0;
margin-top: 1em;
}
} #voice {
background: linear-gradient(90deg, rgba(245,239,227,1) 0%, rgba(245,239,227,0.5) 100%);
padding: 130px 0 40px;
}
#voice .voi_inbox {
max-width: 1310px;
margin-left: auto;
margin-right: auto;
}
#voice .voi_inbox .box_img {
position: relative;
max-width: 410px;
margin: 0 auto 6%;
overflow: hidden;
aspect-ratio: 410/320;
}
#voice .voi_inbox .box_img img {
display: block;
object-fit: cover;
width: 100%;
height: 100%;
}
#voice .voi_inbox dt {
font-size: min(2vw,140%);
letter-spacing: 0;
line-height: 1.5;
margin-bottom: .4em;
}
#voice .voi_inbox dt .name {
font-size: 157%;
}
#voice .com_link1 {
max-width: max-content;
padding-top: 1em;
border-top: 1px solid #8c7155;
margin-left: auto;
} @media only screen and (min-width: 768px) {
#voice .voi_inbox {
display: flex;
}
#voice .voi_inbox > div {
width: 31.3%;
margin-right: 3%;
}
#voice .voi_inbox > div:nth-of-type(3n) {
margin-right: 0;
}
} @media only screen and (min-width: 768px) and (max-width: 959px) {
#voice {
padding: 13% 0 4%;
}
} @media only screen and (max-width: 767px) {
#voice {
padding: 15% 0 8%;
}
#voice .voi_inbox > div:nth-of-type(n+2) {
margin-top: 10%;
}
#voice .voi_inbox .box_img {
width: 80%;
}
#voice .voi_inbox dt {
font-size: 110%;
}
} .atte_tit {
text-align: center;
color: #8c7155;
letter-spacing: .1em;
line-height: 1.6;
margin-bottom: 2.5em;
}
.atte_tit .ft_min {
display: block;
font-size: 266%;
letter-spacing: .1em;
}
#attendance .atte_list {
display: flex;
flex-wrap: wrap;
justify-content: center;
max-width: 1160px;
margin: 0 auto;
}
#attendance .atte_list > li {
position: relative;
aspect-ratio: 1;
overflow: hidden;
}
#attendance .atte_list > li:last-of-type {
margin-right: 0;
}
#attendance .atte_list > li img {
display: block;
object-fit: cover;
width: 100%;
height: 100%;
} @media only screen and (min-width: 768px) {
#attendance .atte_list > li {
width: 17.3%;
margin-right: 3.3%;
}
#attendance .atte_list > li:nth-of-type(5n) {
margin-right: 0;
}
#attendance .atte_list > li:nth-of-type(n+6) {
margin-top: 2.5%;
}
} @media only screen and (min-width: 768px) and (max-width: 959px) {
} @media only screen and (max-width: 767px) {
.atte_tit {
letter-spacing: .05em;
margin-bottom: 1.5em;
}
.atte_tit .ft_min {
font-size: 160%;
letter-spacing: .05em;
}
#attendance .atte_list > li {
width: 31%;
margin-right: 3.5%;
}
#attendance .atte_list > li:nth-of-type(3n) {
margin-right: 0;
}
#attendance .atte_list > li:nth-of-type(n+4) {
margin-top: 2.5%;
}
} #intro .bg {
color: #FFF;
background: linear-gradient(90deg, rgba(126,173,139,1) 0%, rgba(145,173,126,0.85) 100%);
padding: 110px 0 85px;
}
#intro .intro_tit {
position: relative;
font-size: min(3.2vw,280%);
letter-spacing: .1em;
line-height: 1.5;
padding-left: 1.4em;
margin-bottom: .4em;
}
#intro .intro_tit .ft_bilo {
position: absolute;
color: #000;
font-size: 476%;
letter-spacing: 0;
line-height: 1;
opacity: 0.05;
mix-blend-mode: multiply;
left: -0.1em;
top: 40%;
transform: translateY(-50%);
opacity: 0;
transition: all 3s .2s;
}
#intro .intro_tit.anime_on .ft_bilo {
opacity: 0.05;
}
#intro .intro_tit .ft_min {
position: relative;
}
#intro .intro_inbox {
position: relative;
}
#intro .intro_inbox .box_img .name {
text-align: right;
font-size: 140%;
letter-spacing: .1em;
line-height: 1.6;
margin-top: -0.6em;
margin-right: -0.9em;
}
#intro .intro_inbox .box_img .name img {
margin-right: 0;
}
#intro .intro_inbox .box_img .name span {
font-size: 147%;
}
#intro .message > dt {
font-size: min(2.75vw,200%);
line-height: 1.6;
margin-bottom: .5em;
}
#intro .message > dd {
font-size: 113%;
line-height: 1.8;
}
#intro .profile {
margin-top: 3em;
}
#intro .profile > dt {
font-size: 126%;
line-height: 1.6;
letter-spacing: .1em;
background-color: rgba(0,0,0,0.2);
border-radius: 10px;
box-sizing: border-box;
padding: .5em 1.5em;
margin-bottom: 1em;
}
#intro .profile > dd {
padding: 0 1.5em;
}
#intro .reki_list > li {
display: flex;
line-height: 1.7;
}
#intro .reki_list > li p:first-of-type {
white-space: nowrap;
margin-right: 1em;
}
#intro .bg.ceo {
background: linear-gradient(90deg, rgba(115,162,168,1) 0%, rgba(126,173,157,0.85) 100%);
} @media only screen and (min-width: 768px) {
#intro .intro_inbox {
display: flex;
justify-content: space-between;
max-width: 1240px;
margin: 0 auto;
}
#intro .intro_inbox .box_img {
width: 35%;
order: 2;
}
#intro .intro_inbox .box_txt {
width: 60%;
order: 1;
margin-top: 10%;
}
#intro .com_marulist {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
#intro .com_marulist > li {
width: 49%;
}
} @media only screen and (min-width: 768px) and (max-width: 959px) {
#intro .bg {
padding: 10% 0 8%;
}
#intro .intro_inbox .box_txt {
margin-top: 6%;
}
#intro .profile > dd {
padding: 0 1em;
}
#intro .intro_inbox .box_img .name {
font-size: 120%;
margin-right: -0.5em;
}
#intro .profile {
margin-top: 2em;
}
#intro .profile:last-of-type {
width: 160%;
} #intro .ceo .intro_inbox {
display: block;
}
#intro .ceo .intro_inbox::after {
content: ".";
display: block;
clear: both;
height: 0;
visibility: hidden;
}
#intro .ceo .intro_inbox .box_img {
float: right;
margin-left: 5%;
margin-bottom: 3em;
}
#intro .ceo .intro_inbox .box_txt {
width: 100%;
}
} @media only screen and (max-width: 767px) {
#intro .bg {
padding: 12% 0 10%;
}
#intro .intro_tit {
font-size: 120%;
padding-left: 1em;
margin-bottom: 2em;
}
#intro .intro_tit .ft_bilo {
font-size: 400%;
}
#intro .intro_inbox .box_img {
width: 70%;
margin: 0 auto 5%;
}
#intro .intro_inbox .box_img img {
width: 80%;
}
#intro .intro_inbox .box_img .name {
font-size: 110%;
margin-right: -0.9em;
}
#intro .message > dt {
font-size: 140%;
}
#intro .message > dd {
font-size: 105%;
}
#intro .profile {
margin-top: 2em;
}
#intro .profile > dt {
font-size: 110%;
padding: .3em 1em;
margin-bottom: 1em;
}
#intro .profile > dd {
padding: 0 .5em;
}
#intro .reki_list > li,
#intro .com_marulist > li {
font-size: 90%;
}
} #contact .com_tel {
font-size: 320%;
margin-bottom: .4em;
}
#contact .fs19 {
font-size: 126%;
letter-spacing: .1em;
line-height: 1.6;
} @media only screen and (min-width: 768px) {
} @media only screen and (min-width: 768px) and (max-width: 959px) {
#contact .fs19 {
font-size: 115%;
letter-spacing: .05em;
}
} @media only screen and (max-width: 767px) {
#contact .com_tel {
font-size: 200%;
}
#contact .fs19 {
font-size: 100%;
letter-spacing: .04em;
}
}  @media only screen and (min-width: 768px) {
} @media only screen and (min-width: 768px) and (max-width: 959px) {
} @media only screen and (max-width: 767px) {
}

.thanks .btn_close{
text-align: center;
margin-top: 3em;
}
.form_kakunin .tbl_form td {
vertical-align: middle;
} .required {
display: inline-block;
color: #FFF;
font-family: "Hiragino Kaku Gothic ProN","游ゴシック","Yu Gothic","Hiragino Sans",Meiryo,sans-serif;
font-size: 60%;
letter-spacing: .1em;
line-height: 1;
background-color: #b05f5f;
box-sizing: border-box;
border-radius: 5px;
padding: .3em .7em;
vertical-align: .2em;
margin-left: .5em;
} .tbl_form {
width: 100%;
font-size: 126%;
font-family: "Noto Serif JP", serif;
font-weight: 400;
font-style: normal;
line-height: 1.6;
}
.tbl_form tr:nth-child(odd) {
background: #faf9f8;
}
.tbl_form th {
width: 30%;
text-align: left;
font-weight: 400;
letter-spacing: .1em;
vertical-align: top;
white-space: nowrap;
padding: 1.5rem 1.5% 1.5rem 3%;
}
.tbl_form td {
vertical-align: top;
padding: 1.5rem 5% 1.5rem 0;
} .tbl_form .radio_list li {
float: left;
margin-right: 2em;
}
.tbl_form .radio_list li:last-of-type {
margin-right: 0;
}
.tbl_form .radio_list.service li {
margin-bottom: .5em;
} .submit_box {
text-align:center;
padding-top: 45px;
margin-top: 20px;
border-top: 1px solid #ccc;
}
.submit_box .btnlist {
max-width: 530px;
margin: 0 auto;
}
.submit_box .btnlist button {
display: inline-block;
}
.submit_box .btnlist button:first-of-type {
width: 60%;
max-width: 314px;
}
.submit_box .btnlist button:first-of-type::after {
font-family: 'fontello';
content: '\e801';
line-height: 1;
margin-left: .3em;
}
.submit_box .btnlist button:last-of-type {
width: 39%;
max-width: 206px;
}
.submit_box .chk_btn {
margin-top: 2em;
margin-bottom: 3em;
} @media only screen and (min-width: 768px) and (max-width: 959px) { .tbl_form {
font-size: 110%;
}
.tbl_form th {
letter-spacing: .05em;
}
.submit_box {
margin-top: 4%;
}
.submit_box p {
margin-bottom: 6%;
}
} @media only screen and (max-width: 767px) { .tbl_form {
font-size: 100%;
}
.tbl_form tr,
.tbl_form th,
.tbl_form td {
display: block;
width: 100%;
box-sizing: border-box;
}
.tbl_form th,
.tbl_form td {
font-size: 100%;
}
.tbl_form th {
letter-spacing: normal;
padding: 1em 5% .7em;
border-bottom: none;
}
.tbl_form td {
padding: 0 4% 1.2em;
} .tbl_form .radio_list li {
margin-right: 1.5em;
}
.tbl_form .radio_list.service li {
margin-bottom: .2em;
}
.submit_box {
padding-top: 6%;
margin-top: 5%;
}
.submit_box .btnlist button {
display: block;
margin: 0 auto 10px;
width: 80% !important;
max-width: none !important;
}
.submit_box .chk_btn {
margin-top: 1.5em;
margin-bottom: 2.5em;
}
} .tbl_form .max_txt {
width: 100%;
}
.tbl_form .mid_txt {
width: 40%;
}
.tbl_form .min_txt {
width: 156px;
}   .com_form input[type="text"] {
padding: .2em .8em;
height: 2em;
box-sizing: border-box;
background: #fff;
font-size: 100%;
outline: none;
border: solid 1px #b3b3b3;
border-radius: 5px;
-webkit-appearance: none;
}
.com_form textarea {
padding: 1em;
box-sizing: border-box;
background: #fff;
font-size: 100%;
font-weight: normal;
outline: none;
border: solid 1px #b3b3b3;
border-radius: 5px;
-webkit-appearance: none;
height: 200px;
resize: none;
}
::placeholder {
color: #ccc;
font-weight: normal;
}   .com_form input[type=radio],
.com_form input[type=checkbox] {
display: inline-block;
}
.com_form input[type=radio] + label,
.com_form input[type=checkbox] + label {
position: relative;
display: inline-block;
cursor: pointer;
}
@media (min-width: 1px) {
.com_form input[type=radio],
.com_form input[type=checkbox] { position: absolute; z-index: -1; pointer-events: none; visibility: hidden; margin: 0;
}
.com_form input[type=radio] + label,
.com_form input[type=checkbox] + label {
padding-left: 2em;
}
.com_form input[type=radio] + label::before,
.com_form input[type=checkbox] + label::before {
content: "";
position: absolute;
top: .2em;
left: 0;
-moz-box-sizing: border-box;
box-sizing: border-box;
display: block;
width: 1.3em;
height: 1.3em;
background: #fff;
}
.com_form input[type=radio] + label::before {
border: solid 1px #b3b3b3;
border-radius: 50%;
}
.com_form input[type=checkbox] + label::before {
border: solid 1px #b3b3b3;
border-radius: 5px;
}
.com_form input[type=radio]:checked + label::after,
.com_form input[type=checkbox]:checked + label::after {
content: "";
position: absolute;
top: .8em;
box-sizing: border-box;
display: block;
}
.com_form input[type=radio]:checked + label::after {
width: .6em;
height: .6em;
background: #b3b3b3;
border-radius: 50%;
left: .25em;
top: 0;
}
.com_form input[type=checkbox]:checked + label::after {
left: .2em;
width: 1em;
height: .5em;
margin-top: -8px;
border-left: 3px solid #b05f5f;
border-bottom: 3px solid #b05f5f;
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
}
}   .com_form select {
font-size: 100%;
padding: 0.7em;
padding-right: 2em;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
background: linear-gradient(to bottom, #E6E6E6 0, #FFF 100%);
outline: none;
border: solid 1px #b3b3b3;
-webkit-appearance: none;
}   .com_form button[type="submit"],
.com_form button[type="button"],
.com_form button[type="reset"] {
-webkit-appearance: none;
width: 100%;
border: none;
cursor: pointer;
border-radius: 0;
color: #fff;
font-family: "Noto Serif JP", serif;
font-weight: 400;
font-style: normal;
font-size: min(2.2vw,113%);
letter-spacing: .2em;
line-height: 1.2;
padding: 1.4em 1em;
transition: all .5s;
}
.com_form button[type="submit"] {
background-color:#8c7155;
}
.com_form button[type="submit"]:disabled {
pointer-events: none;
background-color: #ccc;
}
.com_form button[type="reset"],
.com_form button[type="button"] {
background-color: #a3a3a3;
}
.com_form button[type="submit"]:hover {
background-color:#775b40;
}
.com_form button[type="reset"]:hover,
.com_form button[type="button"]:hover {
opacity: 0.8;
} @media only screen and (min-width: 768px) and (max-width: 959px) {
.com_form input[type="text"] {
height: 2.5em;
padding: .5em .7em;
}
.com_form select {
padding: .5em;
}
} @media only screen and (max-width: 767px) {
.tbl_form .mid_txt {
width: 100%;
}
.tbl_form .min_txt {
width: 30%;
}
.com_form textarea {
height: 150px;
}
.com_form input[type="text"],
.com_form textarea {
font-size: 16px;
}
.com_form button[type="submit"],
.com_form button[type="button"],
.com_form button[type="reset"] {
font-size: 105%;
letter-spacing: .1em;
padding: 1.2em 1em;
}
} .kakunin .m_img {
background-image: url(//shikaseikou.com/wp-content/themes/ayumi-dentai-wp/assets/images/support/contact/m_img@2x.jpg);
}
.kakunin .kakunin_txt {
text-align: center;
}
.kakunin .fs19 {
font-size: 126%;
letter-spacing: .1em;
line-height: 1.6;
margin-bottom: 50px;
}
.kakunin .submit_box {
margin-top: 80px;
} @media only screen and (min-width: 768px) and (max-width: 959px) {
.kakunin .fs19 {
font-size: 115%;
letter-spacing: .05em;
margin-bottom: 5%;
}
.kakunin .submit_box {
margin-top: 8%;
}
} @media only screen and (max-width: 767px) {
.kakunin .fs19 {
font-size: 100%;
letter-spacing: .04em;
margin-bottom: 8%;
}
.kakunin .submit_box {
margin-top: 12%;
}
}
 .contentpage .m_img_area .m_img {
background-image: url(//shikaseikou.com/wp-content/themes/ayumi-dentai-wp/assets/images/support/service/m_img@2x.jpg);
height: auto;
}
.m_img_area{
height: auto;
} .ank_list {
display: flex;
flex-wrap: wrap;
}
.ank_list > li {
margin-right: 10px;
margin-top: 10px;
}
.ank_list a {
display: block;
color: #8c7155;
font-size: 93%;
letter-spacing: .1em;
line-height: 1.3;
padding: .6em 1.5em;
border-radius: 6px;
background-color: #faf6f3;
}
.ank_list a:hover {
color: #FFF;
background-color: #8c7155;
}
.pankuzu {
margin-bottom: 40px;
} @media only screen and (min-width: 768px) and (max-width: 959px) {
.pankuzu {
margin-bottom: 4%;
}
} @media only screen and (max-width: 767px) {
.ank_list > li {
margin-right: 5px;
margin-top: 5px;
}
.ank_list a {
font-size: 90%;
letter-spacing: normal;
padding: .4em 1.2em;
}
.pankuzu {
margin-bottom: 6%;
}
} .serv_title {
width: 10em;
text-align: center;
color: #8c7155;
font-size: 233%;
letter-spacing: .1em;
line-height: 1.5;
border-top: 1px solid #8c7155;
padding-top: .8em;
margin: 0 auto 2em;
}
.course_box {
margin-bottom: 100px;
}
.course_box .course_tit {
position: relative;
text-align: center;
color: #FFF;
background: linear-gradient(90deg, rgba(78,143,4,0.8) 0%, rgba(78,143,4,0.6) 100%);
padding: 20px 20px 5.5%;
}
.course_box .course_tit::before {
position: absolute;
content: "";
background: url(//shikaseikou.com/wp-content/themes/ayumi-dentai-wp/assets/images/support/service/tit_bg_l@2x.png) no-repeat left top,
url(//shikaseikou.com/wp-content/themes/ayumi-dentai-wp/assets/images/support/service/tit_bg_r@2x.png) no-repeat right top;
background-size: auto 100%;
width: 100%;
height: 100%;
left: 0;
top: 0;
}
.course_box .course_tit > * {
position: relative;
}
.course_box .course_tit .target {
width: 15em;
color: #FFF;
line-height: 1.2;
letter-spacing: normal;
white-space: nowrap;
background: #577603;
box-sizing: border-box;
padding: .7em 1em;
border-radius: 10px;
margin-left: auto;
margin-bottom: 1em;
}
.course_box .course_tit .target span {
font-size: 123%;
vertical-align: -0.1em
}
.course_box .course_tit .name {
font-size: min(4vw,286%);
letter-spacing: 0;
line-height: 1.3;
}
.course_box .course_tit .type {
font-size: min(2.5vw,166%);
letter-spacing: 0;
line-height: 1.3;
margin-top: .4em;
}
.course_box .detail {
background-color: #faf9f8;
padding: 50px 6% 40px;
}
.course_box .detail dt {
text-align: center;
color: #577603;
font-size: min(2.5vw,166%);
letter-spacing: .2em;
line-height: 1.3;
padding: .6em 0;
background-color: #fff;
border: 1px solid rgba(87,118,3,0.5);
border-radius: 2em;
margin-bottom: 1.4em;
}
.course_box .detail dd {
margin-bottom: 50px;
}
.course_box .detail dd:last-of-type {
margin-bottom: 0;
}
.course_box .detail li {
font-size: 126%;
padding-bottom: 1.4em;
margin-top: 0;
margin-bottom: 1.6em;
border-bottom: 1px solid rgba(87,118,3,0.3);
}
.course_box .detail li::before {
color: rgba(87,118,3,0.5);
}
.course_box .detail li:last-of-type {
padding-bottom: 0;
margin-bottom: 0;
border-bottom: none;
}
.course_box .note {
text-align: center;
color: #FFF;
background-color: #707070;
padding: 1.4em 5%;
}
.course_box .note ul {
display: flex;
justify-content: center;
font-size: min(2.5vw,166%);
letter-spacing: .05em;
line-height: 1.3;
}
.course_box .note ul li {
background: url(//shikaseikou.com/wp-content/themes/ayumi-dentai-wp/assets/images/support/service/icon_price.svg) no-repeat left top .3em;
background-size: 1.3em auto;
padding: .3em 0 .3em 2em;
}
.course_box .note ul li:first-of-type {
background-image: url(//shikaseikou.com/wp-content/themes/ayumi-dentai-wp/assets/images/support/service/icon_time.svg);
padding-right: 1.5em;
margin-right: 1.5em;
border-right: 1px solid rgba(255,255,255,0.5);
}
.course_box .note ul li span {
font-size: 60%;
}
.course_box .note ul + p {
line-height: 1.4;
margin-top: 1em;
}
.course_box.tgt_all .course_tit {
background: linear-gradient(90deg, rgba(3,138,128,0.8) 0.05%, rgba(3,138,128,0.6) 100%);
}
.course_box.tgt_all .course_tit .target {background-color: #03766e;}
.course_box.tgt_all .detail dt {
color: #03766e;
border-color: rgba(3,118,110,0.5);
}
.course_box.tgt_all .detail li {border-color: rgba(3,118,110,0.3);}
.course_box.tgt_all .detail li::before {color: rgba(3,118,110,0.5);}
.course_box.tgt_dr .course_tit {
background: linear-gradient(90deg, rgba(3,48,135,0.8) 0%, rgba(3,48,135,0.6) 100%);
}
.course_box.tgt_dr .course_tit .target {background-color: #032b76;}
.course_box.tgt_dr .detail dt {
color: #032b76;
border-color: rgba(3,43,118,0.5);
}
.course_box.tgt_dr .detail li {border-color: rgba(3,43,118,0.3);}
.course_box.tgt_dr .detail li::before {color: rgba(3,43,118,0.5);}
.course_box.tgt_dh .course_tit {
background: linear-gradient(90deg, #C4793C 0%, #D29A6A 100%);
}
.course_box.tgt_dh .course_tit .target {background-color: #ad5617;}
.course_box.tgt_dh .detail dt {
color: #ad5617;
border-color: rgba(173,86,23,0.5);
}
.course_box.tgt_dh .detail li {border-color: rgba(173,86,23,0.3);}
.course_box.tgt_dh .detail li::before {color: rgba(173,86,23,0.5);} @media only screen and (min-width: 768px) and (max-width: 959px) {
.course_box {
margin-bottom: 10%;
}
.course_box .detail {
padding: 5%;
}
.course_box .detail dd {
margin-bottom: 5%;
}
.course_box .detail li {
font-size: 110%;
}
} @media only screen and (max-width: 767px) {
.serv_title {
font-size: 130%;
margin-bottom: 1.5em
}
.course_box {
margin-bottom: 12%;
}
.course_box .course_tit {
padding: 4% 10px 8%;
}
.course_box .course_tit .target {
font-size: 80%;
padding: .5em 1em;
margin-right: auto;
}
.course_box .course_tit .target span {
font-size: 110%;
}
.course_box .course_tit .name {
font-size: 140%;
}
.course_box .course_tit .type {
font-size: 105%;
}
.course_box .detail {
padding: 8% 5%;
}
.course_box .detail dt {
font-size: 110%;
margin-bottom: 1em;
}
.course_box .detail dd {
margin-bottom: 10%;
}
.course_box .detail dd:last-of-type {
margin-bottom: 0;
}
.course_box .detail li {
font-size: 105%;
padding-bottom: 1em;
margin-bottom: 1em;
}
.course_box .note {
text-align: left;
padding: 1em 5%;
}
.course_box .note ul {
display: block;
font-size: 110%;
}
.course_box .note ul li:first-of-type {
padding-right: 0;
margin-right: 0;
border-right: none;
}
.course_box .note ul + p {
font-size: 90%;
margin-top: .6em;
}
}  @media only screen and (min-width: 768px) and (max-width: 959px) {
} @media only screen and (max-width: 767px) {
}.bx-wrapper {
position: relative; padding: 0;
*zoom: 1;
-ms-touch-action: pan-y;
touch-action: pan-y;
}
.bx-wrapper img {
max-width: 100%;
display: block;
}
.bxslider {
margin: 0;
padding: 0; -webkit-perspective: 1000;
}
ul.bxslider {
list-style: none;
}
.bx-viewport { -webkit-transform: translateZ(0);
} .bx-wrapper { }
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
position: absolute;
bottom: -30px;
width: 100%;
} .bx-wrapper .bx-loading {
min-height: 50px;
background: url(//shikaseikou.com/wp-content/themes/ayumi-dentai-wp/assets/js/support/bxslider/images/bx_loader.gif) center center no-repeat #ffffff;
height: 100%;
width: 100%;
position: absolute;
top: 0;
left: 0;
z-index: 2000;
} .bx-wrapper .bx-pager {
text-align: center;
font-size: .85em;
font-family: Arial;
font-weight: bold;
color: #666;
padding-top: 20px;
}
.bx-wrapper .bx-pager.bx-default-pager a {
background: #666;
text-indent: -9999px;
display: block;
width: 10px;
height: 10px;
margin: 0 5px;
outline: 0;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
background: #000;
}
.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
display: inline-block;
vertical-align: bottom;
*zoom: 1;
*display: inline;
}
.bx-wrapper .bx-pager-item {
font-size: 0;
line-height: 0;
} .bx-wrapper .bx-prev {
left: 10px;
background: url(//shikaseikou.com/wp-content/themes/ayumi-dentai-wp/assets/js/support/bxslider/images/controls.png) no-repeat 0 -32px;
}
.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
background-position: 0 0;
}
.bx-wrapper .bx-next {
right: 10px;
background: url(//shikaseikou.com/wp-content/themes/ayumi-dentai-wp/assets/js/support/bxslider/images/controls.png) no-repeat -43px -32px;
}
.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
background-position: -43px 0;
}
.bx-wrapper .bx-controls-direction a {
position: absolute;
top: 50%;
margin-top: -16px;
outline: 0;
width: 32px;
height: 32px;
text-indent: -9999px;
z-index: 9999;
}
.bx-wrapper .bx-controls-direction a.disabled {
display: none;
} .bx-wrapper .bx-controls-auto {
text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
display: block;
text-indent: -9999px;
width: 10px;
height: 11px;
outline: 0;
background: url(//shikaseikou.com/wp-content/themes/ayumi-dentai-wp/assets/js/support/bxslider/images/controls.png) -86px -11px no-repeat;
margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus {
background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
display: block;
text-indent: -9999px;
width: 9px;
height: 11px;
outline: 0;
background: url(//shikaseikou.com/wp-content/themes/ayumi-dentai-wp/assets/js/support/bxslider/images/controls.png) -86px -44px no-repeat;
margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus {
background-position: -86px -33px;
} .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
text-align: left;
width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
right: 0;
width: 35px;
} .bx-wrapper .bx-caption {
position: absolute;
bottom: 0;
left: 0;
background: #666;
background: rgba(80, 80, 80, 0.75);
width: 100%;
}
.bx-wrapper .bx-caption span {
color: #fff;
font-family: Arial;
display: block;
font-size: .85em;
padding: 10px;
}

.drawer-wrap{
position: absolute;
top: 0;
right: 0;	
}
#drawer-content {
overflow: auto;
position: fixed;
top: 0;
right: 0;
padding: 0;
box-sizing: border-box;
z-index: 501;
width: 80%; min-width: 80%; height: 100%;
background: rgba(86,63,41,0.9); transition: all 0.3s ease-in-out 0s;
transform: translateX(100%); }
#drawer-checkbox:checked ~ #drawer-content {
transform: translateX(0); box-shadow: 6px 0 24px rgba(0, 0, 0, 0.16);
}
#drawer-close {
display: none;
position: fixed;
z-index: 39;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #000;
opacity: 0;
transition: all 0.3s ease-in-out 0s;
}
#drawer-checkbox:checked ~ #drawer-close {
display: block;
opacity: 0.3;
}
#drawer-checkbox {
display: none;
}
#drawer-icon {	
position: fixed;
z-index: 504;
display: block;
box-sizing: content-box;
text-align: center;
border: none;
outline: 0;
-webkit-transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
cursor: pointer;
} .drawer-hamburger {
top: 10px;
right: 10px !important;
width: 4em;
height: 2em;
padding-top: 2em;
font-size: 80%;
letter-spacing: normal;
line-height: 1.2em;
background-color: #8c7155;
border-radius: 50%;
}
.drawer-hamburger-icon {
position: relative;
left: 0;
right: 0;
margin: 0 auto;
display: block;
}
.drawer-hamburger-icon,
.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
width: 2em;
height: 1px;
-webkit-transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
background-color: #FFF;
}
.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
position: absolute;
top: -.6em;
left: 0;
content: ' ';
}
.drawer-hamburger-icon:after {
top: .6em;
} #drawer-checkbox:checked ~ #drawer-icon .menu_txt::before {
content: "CLOSE";
}
#drawer-checkbox:checked ~ #drawer-icon .drawer-hamburger-icon {
background: transparent;
box-shadow: none !important;
}
#drawer-checkbox:checked ~ #drawer-icon .drawer-hamburger-icon::before,
#drawer-checkbox:checked ~ #drawer-icon .drawer-hamburger-icon::after {
top: 0;
}
#drawer-checkbox:checked ~ #drawer-icon .drawer-hamburger-icon::before {
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
}
#drawer-checkbox:checked ~ #drawer-icon .drawer-hamburger-icon::after {
width: 2em;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}.formError { z-index: 300; }
.formError .formErrorContent { z-index: 301; }
.formError .formErrorArrow { z-index: 306; }
.ui-dialog .formError { z-index: 400; }
.ui-dialog .formError .formErrorContent { z-index: 401; }
.ui-dialog .formError .formErrorArrow { z-index: 406; }
.ui-datepicker {
z-index: 490 !important; }
.inputContainer {
position: relative;
float: left;
}
.formError {
position: absolute; display: block;
cursor: pointer;
text-align: left;
}
.formError.inline {
position: relative;
top: 0;
left: 0;
display: inline-block;
}
.ajaxSubmit {
padding: 20px;
background: #55ea55;
border: 1px solid #999;
display: none;
} .formError.inline .formErrorContent {
box-shadow: none;
-moz-box-shadow: none;
-webkit-box-shadow: none;
-o-box-shadow: none;
border: none;
border-radius: 0;
-moz-border-radius: 0;
-webkit-border-radius: 0;
-o-border-radius: 0;
}
.greenPopup .formErrorContent {
background: #33be40;
}
.blackPopup .formErrorContent {
background: #393939;
color: #FFF;
}
.formError .formErrorArrow {
width: 15px;
margin: -2px 0 0 13px;
position:relative;
}
body[dir='rtl'] .formError .formErrorArrow,
body.rtl .formError .formErrorArrow {
margin: -2px 13px 0 0;
}
.formError .formErrorArrowBottom {
box-shadow: none;
-moz-box-shadow: none;
-webkit-box-shadow: none;
-o-box-shadow: none;
margin: 0px 0 0 12px;
top:2px;
}
.formError .formErrorArrow div {
border-left: 2px solid #ddd;
border-right: 2px solid #ddd;
box-shadow: 0 2px 3px #444;
-moz-box-shadow: 0 2px 3px #444;
-webkit-box-shadow: 0 2px 3px #444;
-o-box-shadow: 0 2px 3px #444;
font-size: 0px;
height: 1px;
background: #ee0101;
margin: 0 auto;
line-height: 0;
font-size: 0;
display: block;
}
.formError .formErrorArrowBottom div {
box-shadow: none;
-moz-box-shadow: none;
-webkit-box-shadow: none;
-o-box-shadow: none;
}
.greenPopup .formErrorArrow div {
background: #33be40;
}
.blackPopup .formErrorArrow div {
background: #393939;
color: #FFF;
}
.formError .formErrorArrow .line10 {
width: 13px;
border: none;
}
.formError .formErrorArrow .line9 {
width: 11px;
border: none;
}
.formError .formErrorArrow .line8 {
width: 11px;
}
.formError .formErrorArrow .line7 {
width: 9px;
}
.formError .formErrorArrow .line6 {
width: 7px;
}
.formError .formErrorArrow .line5 {
width: 5px;
}
.formError .formErrorArrow .line4 {
width: 3px;
}
.formError .formErrorArrow .line3 {
width: 1px;
border-left: 2px solid #ddd;
border-right: 2px solid #ddd;
border-bottom: 0 solid #ddd;
}
.formError .formErrorArrow .line2 {
width: 3px;
border: none;
background: #ddd;
}
.formError .formErrorArrow .line1 {
width: 1px;
border: none;
background: #ddd;
} .valid_box {
position: relative;
}
.valid_box .formError {
left: 0 !important;
top: calc(100% + 2px) !important;
bottom: auto !important;
right:  auto !important;
margin: 0 !important;
}
.valid_box .formError .formErrorContent {
width: 100%;
position:relative;
background: #ee0101;
padding: 2px 5px 2px 15px;
border-radius: 3px;
color: #fff;
font-size: 80%;
font-weight: normal;
letter-spacing: .05em;
line-height: 1.4em;
}
.valid_box .formError .formErrorContent::before {
content: ""; position: absolute;
position: absolute;
left: 10px;
bottom: calc(100% - 2px);
width: 0;
height: 0;
border-style: solid;
border-width: 0 5px 10px 5px;
border-color: transparent transparent #ee0101 transparent;
} .valid_box.top_msg .formError {
left: 0 !important;
top: 0 !important;
}
.valid_box.top_msg .formError .formErrorContent::before {
bottom: auto;
top: calc(100% - 2px);
border-width: 10px 5px 0 5px;
border-color: #ee0101 transparent transparent transparent;
}