@charset "utf-8";

.block {
    width: 200px;
    height: 200px;
    margin: 200px auto;
    background-color: aquamarine;
}
p {
    text-align: center;
}

header.masthead {
    padding-top: 10rem;
    padding-bottom: calc(10rem - 4.5rem);
    background: linear-gradient(90deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0)), url("../img/catch.png");
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
}
header.masthead h1,
header.masthead .h1 {
    font-size: 2.25rem;
}
@media (min-width: 992px) {
    header.masthead {
        height: 100vh;
        min-height: 40rem;
        padding-top: 4.5rem;
        padding-bottom: 0;
    }
}
header.masthead p {
    font-size: 1.15rem;
}
header.masthead h1,
header.masthead .h1 {
    font-size: 3rem;
}
@media (min-width: 1200px) {
    header.masthead h1,
    header.masthead .h1 {
        font-size: 3.5rem;
    }
}

.pagetop {
    position: fixed;
    bottom: 12px;
    right: 12px;
}
.pagetop a {
    color: silver;
    display: block;
    text-decoration: none;
}
.pagetop:hover {
    opacity: 0.85;
}

.table-responsive > .table {
    width: 800px;
    table-layout: fixed;
    word-wrap: break-word;
}
@media (max-width: 767px) {
    .table-responsive > .table {
        max-width: 99%;
        table-layout: auto;
    }
}

.circle4 {
    display: flex;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    background: #9bccf1;
    border-radius: 50%;
    width: 90px;
    height: 90px;
    color: #fff;
    font-size: 14px;
    text-align: center;
}
.circle4:hover {
    background: #167ac6;
}
.circle4 > .circle-txt1 {
    display: block;
    width: 100%;
    font-size: 36px;
    line-height: 0.8;
}
.circle4 > .circle-txt2 {
    display: block;
    width: 100%;
    margin-top: 8px;
}
a.footericon:hover {
    text-decoration: none;
}

a.btn--orange {
    color: #fff;
    background-color: #167ac6;
    width: 100%;
    font-size: clamp(2rem, 2vw + 1rem, 2.5rem);
    border: 2px solid #167ac6;
    border-radius: 0;
}
a.btn--orange:hover {
    color: #167ac6;
    background: #fff;
    box-sizing: border-box;
    border: 2px solid #167ac6;
}
a.btn-c {
    font-size: 2rem;
    position: relative;
    padding: 1.5rem 3rem 1.5rem 2rem;
}
a.btn-c i.fa {
    margin-right: 1rem;
}
a.btn-c:before {
    font-family: "Font Awesome 5 Free";
    font-size: 1.6rem;
    line-height: 1;
    position: absolute;
    top: calc(50% - 0.8rem);
    right: 1rem;
    margin: 0;
    padding: 30px;
    content: "";
}

.js-animation {
    opacity: 0;
    visibility: hidden;
    transform: translateY(40px);
    transition: all 1s;
}
.js-animation.is-show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}

.sendbutton {
    border: none;
    color: #fff;
    background-color: #167ac6;
    padding: 10px 30px;
    font-weight: bold;
}

.section_line {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 120px;
    margin-bottom: 0px;
    padding: 20px;
    text-align: center;
    height: 200px;
    background: rgb(155, 204, 241);
    background: linear-gradient(90deg, rgba(155, 204, 241, 1) 0%, rgba(148, 208, 209, 1) 100%);
}

.staff_comment_title {
    width: 800px;
    max-width: 99%;
    font-family: "Zen Old Mincho", serif;
    font-size: clamp(1.5rem, 2vw + 1rem, 2rem);
    line-height: 150%;
    color: #808080;
    font-weight: 600;
    line-height: 2em;
    text-align: left;
}
.staff_comment_inner {
    width: 800px;
    max-width: 99%;
    font-family: "Zen Old Mincho", serif;
    font-size: clamp(1rem, 2vw + 1rem, 1.5rem);
    line-height: 150%;
    color: #808080;
    font-weight: 400;
    line-height: 2em;
    text-align: left;
    margin-bottom: 20px;
}
.staff_name {
    width: 800px;
    max-width: 99%;
    font-family: "Zen Old Mincho", serif;
    font-size: clamp(1.5rem, 2vw + 1rem, 2rem);
    line-height: 150%;
    color: #808080;
    font-weight: 600;
    line-height: 2em;
    text-align: center;
    margin-bottom: 40px;
}
.staff_name2 {
    width: 800px;
    max-width: 99%;
    font-family: "Zen Old Mincho", serif;
    font-size: clamp(1.5rem, 2vw + 1rem, 2rem);
    line-height: 150%;
    color: #808080;
    font-weight: 600;
    line-height: 2em;
    text-align: center;
    margin: 0 auto 40px;
}
.staffcom_underline {
    background: linear-gradient(transparent 70%, rgb(255, 252, 70) 70%);
}
