﻿@import url("https://fonts.googleapis.com/css?family=Crimson+Text:400,600,700");

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0
}

textarea {
    resize: vertical
}

html {
    font-size: 62.5%
}

body {
    color: #000;
    font-family: "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
    line-height: 1.8;
    font-size: 1.2rem
}

@media (min-width: 640px) {
    body {
        font-size: calc(1.2rem + (1vw - 6.4px) * .5208333333)
    }
}

@media (min-width: 1024px) {
    body {
        font-size: 1.4rem
    }
}

_:-ms-lang(x)::-ms-backdrop,
body {
    font-family: "メイリオ", Meiryo, sans-serif
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
dl {
    margin: 0
}

dd {
    margin-left: 0
}

a {
    color: #000;
    text-decoration: underline
}

a:hover {
    text-decoration: none
}

a:focus {
    border: 0;
    outline: 0
}

table {
    border-spacing: 0
}

th,
td {
    padding: 0
}

ul,
ol {
    margin: 0;
    padding-left: 0
}

ul li,
ol li {
    list-style: none
}

img {
    max-width: 100%;
    height: auto
}

img[src$=".svg"] {
    max-width: 100%;
    height: auto
}

svg {
    max-width: 100%;
    height: auto
}

svg[display="none"] {
    display: none
}

*,
*::before,
*::after {
    box-sizing: border-box;
    outline: none
}

.invisible {
    visibility: hidden
}

@keyframes fadeIn {
    form {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

body.body-fixed {
    overflow: hidden;
    height: 100vh
}

.wrap {
    width: 89.3333333333%;
    max-width: 1024px;
    margin: 0 auto
}

.content-body {
    padding-top: 4em
}

@media screen and (min-width: 640px) {
    .content-body {
        padding-bottom: 2em
    }
}

.content-bg {
    background: #eef2ee
}

.content-block {
    margin-bottom: 3em
}

.block-inner {
    margin-bottom: 2em
}

body {
    opacity: 0;
    animation: fadeIn .2s ease .3s forwards
}

header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 103;
    width: 100%;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2)
}

header .overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4)
}

.jus-e {
    justify-content: flex-end;
}
@media screen and (min-width: 900px) {
    .sp {display: none;}
}
@media screen and (max-width: 899px) {
    .pc {display: none;}
}
@media screen and (min-width: 900px) {
    .flexbox {
        display: flex;
    }

    .to-report {
        padding: 10px 4em 5px 0;
        color: #1d7e4b;
        font-weight: bold;
        letter-spacing: .1em;
    }
}

header .header-wrap {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 110;
    width: 100%;
    padding: 0 0 0 1em;
    height: 5rem;
}

@media screen and (min-width: 640px) {
    header .header-wrap {
        height: 6rem
    }
}

@media screen and (min-width: 768px) {
    header .header-wrap {
        padding: 0 0 0 1.4em
    }
}

@media screen and (min-width: 900px) {
    header .header-wrap {
        height: 8rem;
        padding: 0 2.8em 0 1.4em;
    }
}

header .header-wrap.open~.overlay {
    display: block
}

header .header-wrap.open .nav-list-wrap {
    transform: translateX(-100%)
}

header .header-wrap.open .menu-btn span:first-child {
    top: 50%;
    transform: translateY(-50%) rotate(45deg)
}

header .header-wrap.open .menu-btn span:nth-child(2) {
    opacity: 0
}

header .header-wrap.open .menu-btn span:nth-child(3) {
    top: 50%;
    transform: translateY(-50%) rotate(135deg)
}

header .site-id {
    width: 46.6124661247%;
    max-width: 287px
}

header .nav-list-wrap {
    position: fixed;
    top: 0;
    left: 100%;
    width: 100%;
    max-width: 400px;
    height: calc(100% - 5rem);
    margin: 5rem 0 0 auto;
    background: #eef2ee;
    overflow-y: auto;
    transform: translateX(0);
    transition: transform .2s ease-out
}

@media screen and (min-width: 640px) {
    header .nav-list-wrap {
        height: calc(100% - 6rem);
        margin-top: 6rem
    }
}

@media screen and (min-width: 900px) {
    header .nav-list-wrap {
        display: flex;
        position: static;
        width: auto;
        max-width: none;
        height: 100%;
        margin: 0 0 0 auto;
        overflow: visible
    }
}

header .nav-list {
    background: #fff;
    border-bottom: 1px solid #1d7e4b
}

@media screen and (min-width: 900px) {
    header .nav-list {
        display: flex;
        border-bottom: 0
    }
}

header .nav-list>li {
    position: relative
}

@media screen and (min-width: 900px) {
    header .nav-list>li {
        max-width: 200px
    }
}

@media screen and (min-width: 900px) and (min-width: 900px) {

    header .nav-list>li:hover>a .inner::after,
    header .nav-list>li:hover .checkbox-lbl .inner::after {
        transform: scaleX(1)
    }
}

@media screen and (min-width: 900px) {
    header .nav-list>li:hover .sub-menu {
        max-height: 30rem
    }
}

header .nav-list>li .checkbox-lbl {
    pointer-events: auto;
    cursor: pointer
}

@media screen and (min-width: 900px) {
    header .nav-list>li .checkbox-lbl {
        pointer-events: none
    }
}

header .nav-list a,
header .nav-list .checkbox-lbl {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 1em;
    border-top: 1px solid #1d7e4b;
    color: #1d7e4b;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    transition: .2s ease
}

@media screen and (min-width: 900px) {

    header .nav-list a,
    header .nav-list .checkbox-lbl {
        border: none
    }
}

header .nav-list a .inner,
header .nav-list .checkbox-lbl .inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    width: 100%
}

@media screen and (min-width: 900px) {

    header .nav-list a .inner,
    header .nav-list .checkbox-lbl .inner {
        width: auto
    }
}

header .nav-list a .inner::after,
header .nav-list .checkbox-lbl .inner::after {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #1d7e4b;
    transform-origin: left;
    transform: scaleX(0);
    transition: .2s ease;
    content: ""
}

header .nav-list input[type="checkbox"] {
    display: none
}

header .nav-list input[type="checkbox"]:checked~.sub-menu {
    max-height: 30rem
}

header .nav-list input[type="checkbox"]:checked~label .ac-icon::after {
    transform: translateY(-50%) rotate(0)
}

header .nav-list .ac-icon {
    position: absolute;
    top: 50%;
    right: 0;
    width: 1.5em;
    height: 1.5em;
    transform: translateY(-50%)
}

@media screen and (min-width: 900px) {
    header .nav-list .ac-icon {
        display: none
    }
}

header .nav-list .ac-icon::before,
header .nav-list .ac-icon::after {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    background: #1d7e4b;
    transform: translateY(-50%);
    content: ""
}

header .nav-list .ac-icon::after {
    transform: translateY(-50%) rotate(90deg);
    transition: .2s ease
}

header .nav-list .icon {
    display: none;
    margin-bottom: .3em
}

@media screen and (min-width: 900px) {
    header .nav-list .icon {
        display: block
    }
}

header .nav-list svg {
    fill: #1d7e4b;
    transition: .2s ease
}

header .sub-menu {
    max-height: 0;
    overflow: hidden;
    transition: max-height .3s ease-in-out
}

@media screen and (min-width: 900px) {
    header .sub-menu {
        display: block;
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 10;
        width: 100%;
        background: #fff;
        box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
        font-size: 1rem
    }
}

@media screen and (min-width: 900px) and (min-width: 480px) {
    header .sub-menu {
        font-size: calc(1rem + (1vw - 4.8px) * .2173913043)
    }
}

@media screen and (min-width: 900px) and (min-width: 1400px) {
    header .sub-menu {
        font-size: 1.2rem
    }
}

@media screen and (min-width: 900px) {
    header .sub-menu-list {
        padding: .8em 0
    }
}

header .sub-menu a {
    padding: 1em .5em;
    background: #eef2ee;
    border-color: #fff
}

@media screen and (min-width: 900px) {
    header .sub-menu a {
        padding: .5em .5em;
        background: none
    }
}

@media screen and (min-width: 900px) {
    header .sub-menu a:hover .inner::after {
        transform: scaleX(1)
    }
}

.menu-btn {
    display: block;
    position: relative;
    width: 5rem;
    margin-left: auto;
    background: #1d7e4b;
    border: 1px solid #1d7e4b;
    color: #fff;
    cursor: pointer;
    transition: .2s ease-out
}

@media screen and (min-width: 640px) {
    .menu-btn {
        width: 6rem
    }
}

@media screen and (min-width: 900px) {
    .menu-btn {
        display: none
    }
}

.menu-btn:hover {
    background: #fff
}

.menu-btn:hover span {
    background: #1d7e4b
}

.menu-btn:hover .en {
    color: #1d7e4b
}

.menu-btn::before {
    display: block;
    padding-top: 100%;
    content: ""
}

.menu-btn .btn-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 20%
}

.menu-btn .btn-inner {
    position: relative;
    width: 50%;
    margin: 0 auto .6em
}

.menu-btn .btn-inner::before {
    display: block;
    padding-top: 60%;
    content: ""
}

.menu-btn span {
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background: #fff;
    transition: .2s ease-out
}

.menu-btn span:first-child {
    top: 0
}

.menu-btn span:nth-child(2) {
    top: 50%;
    transform: translateY(-50%)
}

.menu-btn span:nth-child(3) {
    top: calc(100% - 2px)
}

.menu-btn .en {
    text-align: center;
    font-size: 1rem;
    font-weight: bold;
    line-height: 1;
    transition: .2s ease-out
}

@media (min-width: 480px) {
    .menu-btn .en {
        font-size: calc(1rem + (1vw - 4.8px) * .652173913)
    }
}

@media (min-width: 1400px) {
    .menu-btn .en {
        font-size: 1.6rem
    }
}

.mv {
    position: relative
}

.mv .mv-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.mv .mv-ttl {
    display: flex;
    flex-direction: column-reverse;
    color: #fff;
    font-size: 3rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.4
}

@media (min-width: 480px) {
    .mv .mv-ttl {
        font-size: calc(3rem + (1vw - 4.8px) * 1.5217391304)
    }
}

@media (min-width: 1400px) {
    .mv .mv-ttl {
        font-size: 4.4rem
    }
}

.mv .mv-ttl .en {
    font-family: 'Crimson Text', serif;
    font-size: 1.6rem;
    font-weight: 600
}

@media screen and (min-width: 640px) {
    .mv .mv-ttl .en {
        font-size: 1.4rem
    }
}

.mv .bg-img {
    height: 48vw;
    overflow: hidden
}

@media screen and (min-width: 640px) {
    .mv .bg-img {
        max-height: 230px
    }
}

.mv .bg-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;'
}

.breadcrumb-block {
    display: none;
    padding: .6em 0;
    background: #eef2ee
}

@media screen and (min-width: 640px) {
    .breadcrumb-block {
        display: block
    }
}

.breadcrumb-block ol {
    display: flex;
    line-height: 1.2
}

.breadcrumb-block ol li:not(:last-child) {
    position: relative;
    margin-right: 1em;
    padding-right: 1.5em
}

.breadcrumb-block ol li:not(:last-child) a {
    transition: .2s ease-out
}

.breadcrumb-block ol li:not(:last-child) a:hover {
    color: #1d7e4b;
    text-decoration: underline
}

.breadcrumb-block ol li:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 50%;
    right: .5em;
    display: block;
    width: 7px;
    height: 7px;
    border-top: 1px solid #222;
    border-right: 1px solid #222;
    transform: rotate(45deg) translateY(-75%)
}

.breadcrumb-block ol li:last-child {
    font-weight: bold
}

.main-container {
    padding-top: 5rem
}

@media screen and (min-width: 640px) {
    .main-container {
        padding-top: 6rem
    }
}

@media screen and (min-width: 900px) {
    .main-container {
        padding-top: 8rem
    }
}

footer {
    padding: 3em 0 0;
    background: #1d7e4b
}

footer .footer-top-block {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: column;
    margin-bottom: 2em
}

@media screen and (min-width: 1024px) {
    footer .footer-top-block {
        align-items: flex-start;
        flex-direction: row
    }
}

footer .footer-id {
    max-width: 253px;
    margin-bottom: 1em;
    margin-right: 1em
}

footer .footer-link-group {
    margin: 0
}

@media screen and (min-width: 1024px) {
    footer .footer-link-group {
        display: flex;
        align-items: flex-end;
        margin-left: auto
    }
}

footer .footer-list {
    display: none
}

@media screen and (min-width: 640px) {
    footer .footer-list {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 1.5em
    }
}

@media screen and (min-width: 1024px) {
    footer .footer-list {
        margin: 0 2em 0 0
    }
}

footer .footer-list li {
    font-size: 1.1rem;
    font-weight: bold;
    line-height: 1.2
}

@media (min-width: 480px) {
    footer .footer-list li {
        font-size: calc(1.1rem + (1vw - 4.8px) * .3260869565)
    }
}

@media (min-width: 1400px) {
    footer .footer-list li {
        font-size: 1.4rem
    }
}

footer .footer-list li+li {
    margin-left: 1em;
    padding-left: 1em;
    border-left: 1px solid #fff
}

footer .footer-list a {
    color: #fff;
    text-decoration: none
}

footer .footer-list a:hover {
    text-decoration: underline
}

footer .btn {
    border-color: #fff;
    color: #fff
}

footer .btn:hover {
    background: #fff;
    color: #1d7e4b
}

footer .btn.slim {
    padding: .3em 1.5em
}

footer .footer-list-block {
    margin-bottom: 2em;
    text-align: center
}

@media screen and (min-width: 768px) {
    footer .footer-list-block {
        text-align: left
    }
}

footer .campus-list {
    display: inline-block
}

@media screen and (min-width: 768px) {
    footer .campus-list {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 100%
    }
}

footer .campus-list li {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    max-width: 496px
}

@media screen and (min-width: 768px) {
    footer .campus-list li {
        justify-content: flex-start;
        width: 48.4375%
    }
}

footer .campus-list li+li {
    margin-top: 2em
}

@media screen and (min-width: 768px) {
    footer .campus-list li+li {
        margin: 0
    }
}

footer .campus-list li .img {
    overflow: hidden;
    width: 13.1048387097%;
    border-radius: 50%;
    margin-right: 1em
}

footer .campus-list li dl {
    font-weight: bold;
    color: #fff;
    text-align: left
}

footer .campus-list li dl dt {
    font-size: 1.3rem
}

@media (min-width: 480px) {
    footer .campus-list li dl dt {
        font-size: calc(1.3rem + (1vw - 4.8px) * .3260869565)
    }
}

@media (min-width: 1400px) {
    footer .campus-list li dl dt {
        font-size: 1.6rem
    }
}

footer .campus-list li dl dd {
    font-size: 1rem
}

@media (min-width: 480px) {
    footer .campus-list li dl dd {
        font-size: calc(1rem + (1vw - 4.8px) * .4347826087)
    }
}

@media (min-width: 1400px) {
    footer .campus-list li dl dd {
        font-size: 1.4rem
    }
}

footer .campus-list li dl dd .add {
    line-height: 1.6
}

footer .campus-list li dl dd .add span {
    display: inline-block
}

footer .copy-right {
    padding: .5em;
    color: #fff;
    border-top: 1px solid #fff;
    font-size: 1rem;
    font-weight: bold;
    text-align: center
}

@media (min-width: 480px) {
    footer .copy-right {
        font-size: calc(1rem + (1vw - 4.8px) * .2173913043)
    }
}

@media (min-width: 1400px) {
    footer .copy-right {
        font-size: 1.2rem
    }
}

.cont-txt {
    margin-bottom: 1.5em
}

.btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: .6em 2em;
    background: #1d7e4b;
    border: 1px solid #1d7e4b;
    border-radius: 25px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    transition: .2s ease-out
}

.btn.white {
    background: #fff;
    color: #1d7e4b
}

.btn.white:hover {
    background: #1d7e4b;
    color: #fff
}

.btn:hover {
    background: #fff;
    color: #1d7e4b
}

.btn[target="_blank"] span {
    position: relative;
    padding-right: 1.5em
}

.btn[target="_blank"] span::before,
.btn[target="_blank"] span::after {
    position: absolute;
    width: 1em;
    height: .8em;
    content: "";
    transform: translateY(-50%)
}

.btn[target="_blank"] span::before {
    width: .7em;
    height: .6em;
    top: 50%;
    right: 3px;
    border: 1px solid currentColor;
    border-top-width: 2px
}

.btn[target="_blank"] span::after {
    width: .4em;
    height: .4em;
    top: calc(50% - 4px);
    right: 0;
    border-top: 1px solid currentColor;
    border-right: 1px solid currentColor
}

.btn-list {
    display: flex;
    flex-wrap: wrap
}

.btn-list li {
    width: 100%;
    margin-bottom: 1em
}

@media screen and (min-width: 640px) {
    .btn-list li {
        display: inline-block;
        width: auto;
        margin: 0 2em .5em 0
    }
}

.form-box {
    width: 100%;
    max-width: 820px;
    margin: 0 auto 1.5em
}

@media screen and (min-width: 640px) {
    .form-box {
        margin-bottom: 2.8em
    }
}

.form-box .form-inner {
    display: flex;
    border-radius: 6px;
    overflow: hidden
}

.form-box .select-wrap {
    position: relative;
    width: 20%;
    padding: 1em 1em 1em .5em;
    background: #e9e9e9;
    border-right: 1px solid #bbb
}

@media screen and (min-width: 640px) {
    .form-box .select-wrap {
        padding: 1em 2em 1em 1.2em
    }
}

.form-box .select-wrap::after {
    position: absolute;
    top: 50%;
    right: 6%;
    width: .6em;
    height: .6em;
    border-right: 1px solid #666;
    border-bottom: 1px solid #666;
    transform: translateY(-50%) rotate(45deg);
    pointer-events: none;
    content: ""
}

@media screen and (min-width: 640px) {
    .form-box .select-wrap::after {
        right: 10%
    }
}

.form-box select {
    width: 100%;
    height: 100%;
    background: none;
    border-radius: 0;
    border: none;
    font-size: 1rem;
    appearance: none;
    -webkit-appearance: none
}

@media screen and (min-width: 375px) {
    .form-box select {
        font-size: 1.2rem
    }
}

.form-box select::-ms-expand {
    display: none
}

.form-box .input-wrap {
    display: flex;
    align-items: center;
    position: relative;
    width: 80%;
    padding: .5em;
    background: #fff
}

.form-box .input-txt {
    flex: 1;
    margin-right: .5em;
    height: 100%
}

.form-box .input-txt .keyword {
    width: 100%;
    height: 100%;
    padding: 0 .5em;
    border-radius: 0;
    border: none;
    appearance: none;
    -webkit-appearance: none
}

.form-box .input-submit {
    position: relative;
    z-index: 0;
    background: #1d7e4b;
    border-radius: 3px;
    border: 1px solid #1d7e4b;
    overflow: hidden;
    transition: .4s ease-out
}

.form-box .input-submit:hover {
    background: #fff
}

.form-box .input-submit:hover .submit {
    color: #1d7e4b
}

.form-box .input-submit:hover .icon svg {
    fill: #1d7e4b
}

.form-box .input-submit .submit {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    background: none;
    padding: .5em 1em .5em 2.5em;
    color: #fff;
    font-weight: bold;
    transition: .4s ease-out;
    cursor: pointer
}

.form-box .input-submit .icon {
    position: absolute;
    top: 50%;
    left: .8em;
    z-index: -1;
    transform: translateY(-50%)
}

.form-box .input-submit svg {
    fill: #fff;
    transition: .4s ease-out
}

input[name=tab-group]:nth-child(1):checked~.tab-list>li:nth-child(1) label {
    color: #1d7e4b;
    background: none;
    border-bottom-color: #eef2ee
}

input[name=tab-group]:nth-child(2):checked~.tab-list>li:nth-child(2) label {
    color: #1d7e4b;
    background: none;
    border-bottom-color: #eef2ee
}

input[name=tab-group]:nth-child(3):checked~.tab-list>li:nth-child(3) label {
    color: #1d7e4b;
    background: none;
    border-bottom-color: #eef2ee
}

input[name=tab-group]:nth-child(4):checked~.tab-list>li:nth-child(4) label {
    color: #1d7e4b;
    background: none;
    border-bottom-color: #eef2ee
}

input[name=tab-group]:nth-child(5):checked~.tab-list>li:nth-child(5) label {
    color: #1d7e4b;
    background: none;
    border-bottom-color: #eef2ee
}

.tab-container>input[type=radio] {
    display: none !important;
    opacity: 0
}

.tab-container .tab-content {
    display: none
}

.tab-container>input[type=radio]:nth-child(1):checked~.tab-body>.tab-content:nth-child(1) {
    display: block;
    animation: fadeIn ease .6s forwards
}

.tab-container>input[type=radio]:nth-child(2):checked~.tab-body>.tab-content:nth-child(2) {
    display: block;
    animation: fadeIn ease .6s forwards
}

.tab-container>input[type=radio]:nth-child(3):checked~.tab-body>.tab-content:nth-child(3) {
    display: block;
    animation: fadeIn ease .6s forwards
}

.tab-container>input[type=radio]:nth-child(4):checked~.tab-body>.tab-content:nth-child(4) {
    display: block;
    animation: fadeIn ease .6s forwards
}

.tab-container>input[type=radio]:nth-child(5):checked~.tab-body>.tab-content:nth-child(5) {
    display: block;
    animation: fadeIn ease .6s forwards
}

.page-ttl {
    margin-bottom: 1.3em;
    color: #1d7e4b;
    font-size: 2.1rem;
    text-align: center
}

@media (min-width: 480px) {
    .page-ttl {
        font-size: calc(2.1rem + (1vw - 4.8px) * 1.6304347826)
    }
}

@media (min-width: 1400px) {
    .page-ttl {
        font-size: 3.6rem
    }
}

.block-ttl {
    margin-bottom: .6em;
    padding: .6em 1.2em;
    background: #1d7e4b;
    color: #fff;
    font-size: 1.6rem;
    line-height: 1.4
}

@media (min-width: 480px) {
    .block-ttl {
        font-size: calc(1.6rem + (1vw - 4.8px) * .4347826087)
    }
}

@media (min-width: 1400px) {
    .block-ttl {
        font-size: 2rem
    }
}

@media screen and (min-width: 640px) {
    .block-ttl {
        margin-bottom: 1.5em
    }
}

.content-ttl01 {
    position: relative;
    margin-bottom: 1em;
    padding-bottom: .5em;
    font-size: 1.5rem;
    border-bottom: 2px solid #ccc;
    color: #1d7e4b
}

@media (min-width: 480px) {
    .content-ttl01 {
        font-size: calc(1.5rem + (1vw - 4.8px) * .3260869565)
    }
}

@media (min-width: 1400px) {
    .content-ttl01 {
        font-size: 1.8rem
    }
}

.content-ttl01::after {
    position: absolute;
    top: 100%;
    left: 0;
    width: 11em;
    height: 2px;
    background: #1d7e4b;
    content: ""
}

.content-ttl02 {
    margin-bottom: .8em;
    padding-left: .8em;
    border-left: 4px solid #1d7e4b;
    font-size: 1.4rem;
    line-height: 1.4
}

@media (min-width: 480px) {
    .content-ttl02 {
        font-size: calc(1.4rem + (1vw - 4.8px) * .2173913043)
    }
}

@media (min-width: 1400px) {
    .content-ttl02 {
        font-size: 1.6rem
    }
}

@media screen and (min-width: 640px) {
    .content-ttl02 {
        margin-bottom: 1.2em
    }
}

.tbl-common {
    width: 100%;
    border-top: 1px solid #dbdbdb;
    border-left: 1px solid #dbdbdb
}

.tbl-common th,
.tbl-common td {
    border-right: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
    padding: 1em
}

.tbl-common tbody th {
    background: #eef2ee
}

.tbl-common tbody td {
    text-align: center
}

.tbl-header thead th {
    background: #ddebe4;
    color: #1d7e4b;
    font-weight: normal
}

.notes {
    margin-top: 1em;
    font-size: 1.1rem
}

@media (min-width: 480px) {
    .notes {
        font-size: calc(1.1rem + (1vw - 4.8px) * .2173913043)
    }
}

@media (min-width: 1400px) {
    .notes {
        font-size: 1.3rem
    }
}

.notes::before {
    display: inline-block;
    content: "※"
}

.list-circle li {
    padding-left: 1.1rem;
    text-indent: -1.1rem
}

.list-circle li::before {
    display: inline-block;
    width: .8rem;
    height: .8rem;
    margin-right: .3rem;
    background: #1d7e4b;
    border-radius: 50%;
    content: ""
}

@media screen and (min-width: 640px) {
    .list-circle.half-width {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between
    }

    .list-circle.half-width li {
        width: 48%
    }
}

.txt-link {
    color: #1d7e4b;
    font-weight: bold
}

.caution-box {
    padding: 1.8em 1.5em;
    background: #eef2ee
}

@media screen and (min-width: 640px) {
    .caution-box {
        padding: 2.5em 1.8em
    }
}

.lnav-block {
    padding: 1.8em 0;
    background: #eef2ee
}

@media screen and (min-width: 640px) {
    .lnav-block {
        padding: 3.5em 0
    }
}

.lnav-block .ttl {
    position: relative;
    margin-bottom: 1.3em;
    padding-left: 1em;
    font-size: 1.6rem;
    font-weight: bold
}

@media (min-width: 480px) {
    .lnav-block .ttl {
        font-size: calc(1.6rem + (1vw - 4.8px) * .4347826087)
    }
}

@media (min-width: 1400px) {
    .lnav-block .ttl {
        font-size: 2rem
    }
}

.lnav-block .ttl .en {
    color: #1d7e4b;
    font-family: 'Crimson Text', serif;
    font-size: 1.2rem;
    font-weight: 600
}

.lnav-block .ttl::before,
.lnav-block .ttl::after {
    display: block;
    position: absolute;
    top: 0;
    width: 1px;
    height: 100%;
    background: #c2cdc2;
    content: ""
}

.lnav-block .ttl::before {
    left: 0
}

.lnav-block .ttl::after {
    left: 2px
}

.lnav-block .lnav-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

@media screen and (min-width: 768px) {
    .lnav-block .lnav-list {
        justify-content: flex-start
    }
}

.lnav-block .lnav-list li {
    width: 48%;
    margin-bottom: 4%
}

@media screen and (min-width: 768px) {
    .lnav-block .lnav-list li {
        width: 22.65625%;
        margin: 0 3.125% 3.125% 0
    }

    .lnav-block .lnav-list li:nth-child(4n) {
        margin-right: 0
    }
}

.lnav-block .lnav-list li a {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    height: 100%;
    padding: 1em 1.5em;
    background: #fff;
    overflow: hidden;
    color: #1d7e4b;
    font-size: 1.2rem;
    text-decoration: none;
    transition: .2s ease-out
}

@media (min-width: 480px) {
    .lnav-block .lnav-list li a {
        font-size: calc(1.2rem + (1vw - 4.8px) * .4347826087)
    }
}

@media (min-width: 1400px) {
    .lnav-block .lnav-list li a {
        font-size: 1.6rem
    }
}

.lnav-block .lnav-list li a::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: rgba(29, 126, 75, 0.3);
    transform-origin: left;
    transform: scaleX(0);
    transition: .2s ease;
    content: ""
}

.lnav-block .lnav-list li a::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 1em;
    width: .6em;
    height: .6em;
    border-top: 1px solid currentColor;
    border-right: 1px solid currentColor;
    transform: translateY(-50%) rotate(45deg);
    content: ""
}

.lnav-block .lnav-list li a:hover::before {
    transform: scaleX(1)
}

/*20230717*/
.btn-box.pdf .btn {
    padding-right: 55px;
}
.btn-box.pdf .btn:hover span::after {
    color: #fff;;
    background: #1d7e4b;
}
.btn-box.pdf span:before {
    display: none; 
}
.btn-box.pdf span:after {    
    content: "PDF";
    top: 50%;
    transform: translateY(-50%);
    right: -28px;
    color: #1d7e4b;
    font-size: 10px;
    background: #fff;
    border-radius: 20px;
    width: 40px;
    height: 18px;
    border: none;
}

@media (max-width: 899px) {
    .report-list {
        width: 100%;
    }
    .report-list .btn-box {
        margin-top: 20px;
    }
}
@media (min-width: 900px) {
    .report-list {
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
        max-width: 900px;
        margin: 0 auto;

    }

    .report-list .btn-box {
        width: calc(33.33% - 13.33px);
    }
    .report-list .btn-box:not(:nth-child(3n)) {
        margin-right: 20px;
    }
    .report-list .btn-box:nth-child(n + 4) {
        margin-top: 20px;
    }
}