@charset "UTF-8";

/* layer 共通 */
main {
    margin: 15em auto 10em;
    animation: .6s pageIn .8s forwards;
    -webkit-animation: .6s pageIn .8s forwards;
    opacity: 0;
}

main#essay {
    margin: 10em auto 10em;
}

main#service {
    margin: 8em auto 10em;
}

.block_layer {
    width: 100%;
    padding: 0 2%;
    margin: 0 auto;
}

.block_layer .midashi {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    text-align: left;
}

.block_layer .midashi h3 {
    width: 15%;
}

.block_layer .midashi p {
    width: 85%;
}


.block_layer .detail {
    width: 100%;
    text-align: left;
}


/* profile */
#profile #yurishimoda .detail {
    width: 85%;
    margin-left: auto;
    margin-top: 6em;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

#profile #yurishimoda .detail figure {
    width: 40%;
}


#profile #yurishimoda .detail .text {
    width: 45%;
    text-align: left;
    display: flex;
    flex-direction: column;
}

#profile #yurishimoda .detail .text #katagaki {
    font-size: 0.9em;
    margin-bottom: 4em;
}

#profile #yurishimoda .detail .text #name {
    font-size: 1.3em;
    margin-bottom: 1em;
}

#profile #yurishimoda .detail .text p {
    text-align: justify;
    margin-bottom: 4em;
}

#profile #yurishimoda .detail .link {
    margin-top: auto;
    display: flex;
    align-items: flex-end;
}

#profile #yurishimoda .detail .link .button_a {
    margin-right: 2em;
}

#profile #message {
    width: 82%;
    margin-right: 2%;
    margin-left: auto;
    margin-top: 6em;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    background-color: #F1F1F1;
    padding: 7em 5%;
    border-radius: 10px;
}

#profile #message div {
    width: 20%;
    text-align: left;
}

#profile #message section {
    width: 75%;
    text-align: left;
}

#profile #message section h2 {
    font-size: 1.4em;
    margin-bottom: 3em;
}

#profile #message section p {
    font-size: 1.1em;
    line-height: 2.4;
}

#profile #books {
    margin-top: 6em;
}

#profile #books .detail {
    width: 85%;
    margin-left: auto;
    margin-top: 6em;
}

#profile #books .detail ul li a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 0.75em;
    margin-bottom: 2em;
}

#profile #books .detail ul li a .title {
    font-size: 1.2em;
    margin-right: 5%;
}

#profile #books .detail ul li a .publication {
    font-size: 0.8em;
}

/* company */
#company #info .detail dl {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 1.5em;
}

#company #info .detail dl dt {
    width: 10em;
}

#company #form {
    margin-top: 8em;
}

/* newslist */
#newslist ul li a {
    display: flex;
    align-items: flex-start;
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 0.8em;
    margin-bottom: 1.6em;
}

#newslist ul li a .date {
    width: 10em;
}

#newslist ul li a .title {
    width: auto;
}

/* news single */
#news #single #date {
    font-size: 0.9em;
}

#news #single #title {
    font-size: 1.3em;
    margin-top: 1em;
}

#news #single #entry {
    margin-top: 3em;
    padding-top: 3em;
    border-top: 1px solid #D9D9D9;
}

#news #single #entry a:link {
    border-bottom: 1px dashed #D9D9D9 !important;
    padding-bottom: 0.3em;
}

#news #single #entry h1 {
    font-size: 1.5em;
    margin-top: 3em;
}

#news #single #entry h2 {
    font-size: 1.4em;
    margin-top: 3em;
}

#news #single #entry h3 {
    font-size: 1.3em;
    margin-top: 3em;
}

#news #single #entry h4 {
    font-size: 1.2em;
    margin-top: 3em;
}

#news #single #entry h5 {
    font-size: 1.1em;
    margin-top: 3em;
}

#news #single #entry h6 {
    font-size: 1em;
    font-weight: bold;
}

#news #single #entry p {
    margin-top: 2em;
    margin-bottom: 2em;
}

#news #single #entry img {
    padding-top: 2em;
    padding-bottom: 2em;
    width: 100%;
    max-width: 700px;
}

/* essaylist */
#essay h3 {
    font-size: 1.1em;
}

#essay #essaylist {
    width: 95%;
    margin: 0 auto;
}

#essay #essaylist .essay_wrapper {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
}

#essay #essaylist .article {
    width: 25%;
    height: auto;
    padding: 0 1%;
    margin-top: 6em;
}

#essay #essaylist .essay_wrapper::before {
    content: "";
    display: block;
    width: 25%;
    order: 1;
}

#essay #essaylist .essay_wrapper::after {
    content: "";
    display: block;
    width: 25%;
}

#essay #essaylist .article .card {
    width: 100%;
    height: 100%;
    padding: 1em 3%;
    background-color: #FFF;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#essay #essaylist .article .card .date {
    font-size: 0.9em;
    padding-bottom: 1em;
    width: 100%;
    border-bottom: 1px solid #D9D9D9;
    margin-bottom: auto;
}

#essay #essaylist .article .card div.title {
    display: flex;
    align-items: center;
    min-height: 22em;
    max-height: 22em;
    padding: 4em 0;
}

#essay #essaylist .article .card div.title h2 {
    font-size: 1.1em;
}

#essay #essaylist .article .card div.link {
    font-size: 0.9em;
    padding-top: 1em;
    width: 100%;
    border-top: 1px solid #D9D9D9;
    margin-top: auto;
}

/* essay single */
#essay #single {
    background-color: #FFF;
    width: 800px;
    margin: 0 auto;
    border-radius: 10px;
    padding: 5em 5%;
}

#essay #single #date {
    font-size: 1em;
}

#essay #single #title {
    margin-top: 3em;
    padding-top: 3em;
    border-top: 1px solid #D9D9D9;
    margin-bottom: 3em;
    padding-bottom: 3em;
    border-bottom: 1px solid #D9D9D9;
    font-size: 1.4em;
}

#essay #single #entry p {
    font-size: 1.2em;
    margin-bottom: 2em;
    text-align: center;
    line-height: 2.4;
}

/* service */
#service #title {
    width: 800px;
    margin: 0 auto 10em;
}

#service #title #catch {
    font-size: 1.2em;
}

#service #title #service_logo {
    width: auto;
    height: 6.5em;
    margin: 4em auto;
}

#service #title #service_logo img {
    width: auto;
    height: 100%;
}

#service #title #copy {
    font-size: 1.2em;
    margin-bottom: 3em;
}

#service #title p {
    font-size: 1.1em;
    line-height: 2.4;
}

/* service about */
#service #about .detail {
    width: 85%;
    margin-left: auto;
    margin-top: 6em;
}

#service #about .detail .flex {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

#service #about .detail .flex h3 {
    width: 20%;
}

#service #about .detail .flex div {
    width: 80%;
    font-size: 1.1em;
}

#service #about .detail #graph {
    width: 85%;
    margin: 6em auto 6em 0;
}

#service #about .detail .flex #aim ul {
    width: 80%;
}

#service #about .detail .flex #aim ul li {
    font-size: 1.1em;
    padding-bottom: 0.75em;
    margin-bottom: 1.5em;
    border-bottom: 1px dashed #6B6A6B;
    display: flex;
}

#service #about .detail .flex #aim li span {
    font-size: 1.1em;
    margin-right: 2em;
}

#service #about .detail #suitable {
    width: 85%;
    margin: 4em auto 0 0;
    background-color: #FFF;
    border: 1px solid #6B6A6B;
    border-radius: 10px;
    padding: 4em 5%;
}

#service #about .detail #suitable .suitable_block {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px dashed #6B6A6B;
    padding-bottom: 4em;
    margin-bottom: 4em;
}

#service #about .detail #suitable .suitable_block:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

#service #about .detail #suitable .suitable_block .icon {
    width: 70px;
    margin-left: 3%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#service #about .detail #suitable .suitable_block h3 {
    width: 25%;
    margin-left: 5%;
    margin-right: auto;
    font-size: 1.1em;
}

#service #about .detail #suitable .suitable_block ul {
    width: 70%;
}

#service #about .detail #suitable .suitable_block ul li {
    font-size: 1em;
    margin-bottom: 0.75em;
}

#service #about .detail #suitable .suitable_block ul li:last-child {
    margin-bottom: 0;
}

/* service program */
#service #program {
    margin-top: 10em;
}

#service #program .detail {
    width: 85%;
    margin-left: auto;
    margin-top: 6em;
}

#service #program .detail .program_block {
    width: 85%;
    background-color: #FFF;
    border: 1px solid #6B6A6B;
    border-radius: 10px;
    margin-bottom: 5em;
}

#service #program .detail .program_block:last-child {
    width: 85%;
    background-color: #FFF;
    border: 1px solid #C15A5A;
    color: #C15A5A;
    border-radius: 10px;
    margin-bottom: 0;
}

#service #program .detail .program_block .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #6B6A6B;
    color: #FFF;
    padding: 2em 4%;
    border-radius: 8px 8px 0 0;
}

#service #program .detail .program_block:last-child .title {
    background-color: #C15A5A;
}

#service #program .detail .program_block .title h4 {
    text-align: left;
    width: 20%;
}

#service #program .detail .program_block .title h3 {
    text-align: center;
    width: 60%;
    font-size: 1.2em;
}

#service #program .detail .program_block .title p {
    text-align: right;
    width: 20%;
}

#service #program .detail .program_block .flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 4em 4%;
}

#service #program .detail .program_block .flex figure {
    width: 30%;
    padding: 0 7%;
}

#service #program .detail .program_block .flex div {
    width: 65%;
}

#service #program .detail .program_block .flex div p {
    font-size: 1.1em;
}

#service #program .detail .program_block:last-child .flex figure {
    width: 30%;
    padding: 0 5%;
}

#service #program .detail .program_block:last-child .flex div .caption {
    font-size: 0.8em;
    margin-top: 2em;
}

/* service join */
#service #join {
    margin-top: 10em;
}

#service #join .detail {
    width: 85%;
    margin-left: auto;
    margin-top: 6em;
}

#service #join .detail #attention {
    width: 85%;
    background-color: #FFF;
    border: 1px solid #6B6A6B;
    border-radius: 10px;
    margin-bottom: 5em;
    padding: 0 4%;
}

#service #join .detail #attention h3 {
    font-size: 1.2em;
    text-align: center;
    padding: 3em 0 2em;
    border-bottom: 1px dashed #6B6A6B;
    margin-bottom: 2em;
}

#service #join .detail #attention .flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0 3em;
}

#service #join .detail #attention .flex figure {
    width: 20%;
}

#service #join .detail #attention .flex div {
    width: 80%;
}

#service #join .detail #attention .flex div ul li {
    font-size: 1.1em;
    margin-bottom: 0.75em;
}

#service #join .orientation {
    width: 85%;
    margin-left: auto;
    margin-top: 6em;
}

#service #join .orientation .flex {
    width: 85%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    text-align: left;
    flex-wrap: wrap;
}

#service #join .orientation .flex:last-child {
    margin-top: 4em;
}

#service #join .orientation .flex h3 {
    width: 20%;
}


#service #join .orientation .flex section {
    width: 80%;
    margin-left: auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 2em;
    margin-bottom: 3em;
    border-bottom: 1px dashed #6B6A6B;
}

#service #join .orientation .flex h4 {
    width: 20%;
}

#service #join .orientation .flex div {
    width: 75%;
}

#service #join .orientation .flex div p.caption {
    font-size: 0.8em;
    margin-top: 2em;
}

/* snow monkey form */
.snow-monkey-form {
    margin-right: auto;
    width: 85%;
}

.smf-form .smf-item .smf-text-control__control {
    border: 1px solid #6B6A6B !important;
    background-color: #FFF;
    color: #6B6A6B;
    font-size: 1em;
    letter-spacing: 0.01em;
    font-family: 'Zen Old Mincho', "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    width: 100%;
    border-radius: 0;
}

.smf-form .smf-item .smf-textarea-control__control {
    border: 1px solid #6B6A6B !important;
    background-color: #FFF;
    font-size: 1em;
    color: #6B6A6B;
    letter-spacing: 0.01em;
    font-family: 'Zen Old Mincho', "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    width: 100%;
    border-radius: 0;
}

.smf-form--letter .smf-item {
    margin-bottom: 1em !important;
}

.smf-item__description {
    font-size: 0.9em !important;
}

.smf-item {
    margin: 0 auto 4em;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.smf-item.info {
    margin: 0;
}

.smf-item__col.smf-item__col--label {
    width: 25%;
}

.smf-item__col.smf-item__col--controls {
    width: 75%;
}

.smf-item__label {
    text-align: left;
    font-size: 1em;
}

.smf-item__controls {
    text-align: left;
    font-size: 0.9em;
}

.smf-item__controls a {
    border-bottom: 1px dashed #6B6A6B;
}

.smf-placeholder {
    font-size: 1.1em;
}

.smf-action .smf-button-control__control {
    margin-top: 2em;
    background-color: #6B6A6B;
    background-image: none;
    border-radius: 30px;
    padding: 1.35em 8em;
    color: #F1F1F1;
    border: none !important;
    font-size: 1.1em;
    line-height: 1;
    letter-spacing: 0.01em;
    font-family: 'Zen Old Mincho', "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

/* pagenavi */
#pagenavi {
    display: flex;
    justify-content: space-between;
    margin-top: 10em;
    font-size: 0.8em;
}

#pagenavi li {
    width: 8em;
    text-align: center;
}

#essay #pagenavi {
    width: 800px;
    margin: 5em auto 0;
}