@charset "utf-8";

/* CSS Document */
/************************************
	clearfix 
************************************/
:root {
    interpolate-size: allow-keywords;
}

.clearfix:after {
    visibility: hidden;
    height: 0;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
}

* html .clearfix {
    zoom: 1;
}

*:first-child+html .clearfix {
    zoom: 1;
}

html {
    scroll-behavior: smooth;
}

body {
    font-size: 16px;
    font-family: 'Kiwi Maru', sans-serif;
    font-weight: 400;
    color: #353535;
    text-underline-offset: 0.1em;
    overflow-x: hidden;
    background: url(../img/bg.png);
    background-size: 12px;
}

main,
header,
footer,
nav {
    display: block;
}

p {
    font-feature-settings: "pkna";
}

img {
    max-width: 100%;
    vertical-align: middle;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

.bold {
    font-weight: bold;
}

.underline {
    text-decoration: underline;
}

.default-section {
    overflow: hidden;
}

.container {
    width: 1300px;
    margin: 1% auto;
    padding: 2%;
    position: relative;
    z-index: 1;
}

.container-password {
    padding-top: 0;
    margin-top: 0;
}

.title {
    display: flex;
    align-items: center;
    gap: 0.5em;
    font-weight: 500;
}

.title img {
    height: 1.4em;
}

.pdf-link {
    display: flex;
    flex-direction: column;
    width: fit-content;
    align-items: center;
    width: 192px;
    margin-bottom: 15px;
}

.pdf-link img {
    width: 60px;
}

.pdf-link p {
    color: #195e78;
    margin: 0;
    font-weight: 500;
    margin-top: 0.1em;
}

.pdf-link:hover p {
    text-decoration: underline;
}

.pdf-list {
    display: flex;
    gap: 3em;
    flex-wrap: wrap;
    row-gap: 1.5em;
}

/*新着情報*/
.info-box {
    background: #FFFDE9;
    padding: 3%;
}

.tab-content {
    display: none;
}

.tab-content#all-info {
    display: block;
}

.info-box-inner {
    max-height: 400px;
    overflow-y: auto;
    padding: 2%;
}

.info {
    display: flex;
    align-items: center;
    gap: 5%;
    margin-bottom: 0.5%;
    border-bottom: dotted 1px #B8B8B8;
    padding-bottom: 0.5%;
}

.info-date-box {
    color: #7A7A7A;
    width: 70px;
}

.info-year {
    margin: 0;
    font-size: 0.9em;
}

.info-date {
    margin: 0;
    line-height: 1em;
}

.info-title {
    color: #353535;
    font-size: 1.1em;
    width: calc(92% - 70px);
    margin: 0;
}

.content-box a.info-title {
    color: #353535;
}

.info-title:hover {
    text-decoration: underline;
}

.info-link-box {
    display: flex;
    justify-content: center;
    margin-top: 2%;
}

.info-link {
    color: #FD8D0B;
}

.info-link i {
    margin-right: 0.7em;
    font-size: 0.8em;
}

.info-link:hover span {
    text-decoration: underline;
}

.info-with-category {
    justify-content: flex-end;
}

.info-with-category a {
    width: calc(92% - 70px - 5em);
}

.info-with-category a:hover {
    text-decoration: underline;
}

.news-category a {
    color: #195e78;
}

.news-category {
    font-size: 0.85em;
    width: 5em;
}

/*研修情報*/
.info-box-kensyu {
    width: 52%;
    background-color: #CDF3FF;
    position: relative;
    z-index: 1;
    height: 530px;
    margin-top: 5%;
    border-radius: 10px;
    overflow-y: auto;
}

.info-box-kensyu .info {
    margin-bottom: 3%;
    border-bottom: dotted 1px #B8B8B8;
    padding-bottom: 3%;
}

.kensyu-image {
    position: absolute;
    top: 6%;
    right: 3%;
    z-index: 0;
    width: 60%;
}

.kensyu-image img {
    border-radius: 10px;
}

.info-link-box-kensyu {
    width: 50%;
}

.calendar-link {
    display: block;
    width: fit-content;
    color: #fd951c;
    padding: 1em 3em;
    border: solid 2px #fd951c;
    font-weight: 500;
    margin-top: 1em;
    margin-left: 47%;
    border-radius: 3px;
    background-color: #fff;
    transition-duration: 0.2s;
}

.calendar-link:hover {
    background-color: #faffe1;
}


/*フッター*/
.footer-main {
    background: #fff;
    padding-bottom: 4%;
}

.footer-main-container {
    width: 1300px;
    margin: auto;
    padding: 2%;
    padding-top: 4%;
    border-top: solid 1px #353535;
    font-size: 1.2em;
}

.footer-character {
    width: 400px;
    margin: auto;
    display: block;
    margin-bottom: 3%;
}

.footer-title {
    font-size: 2.2em;
    font-weight: 500;
    color: #353535;
    display: flex;
    align-items: center;
    width: 35%;
    gap: 4%;
    margin: auto;
    margin-bottom: 3%;
}

.footer-title-logo-box {}

.footer-title-logo-box img {
    width: auto;
    height: 1.4em;
}

.footer-title-text-box {}

.footer-title-text-sub {
    font-size: 0.5em;
    margin: 0;
}

.footer-title-text-main {
    font-size: 0.8em;
    line-height: 1em;
    margin: 0;
}

.footer-info {
    width: fit-content;
    margin: auto;
    font-size: 1.1em;
    line-height: 1.4em;
    font-weight: 500;
}

.footer-info p {
    margin: 0;
}

.footer-info address {
    font-style: normal;
    margin-bottom: 5%;
}

.tel {
    display: flex;
    gap: 2em;
}

.tel-number {}

.tel-time {
    font-size: 0.8em;
}

.footer-btns ul {
    display: flex;
    width: fit-content;
    margin: auto;
    margin-bottom: 1%;
    gap: 2em;
}

.footer-btns a {
    color: #FFA337;
    display: flex;
    align-items: center;
    gap: 0.5em;
}

.footer-btns a i {}

.footer-btns a:hover p {
    text-decoration: underline;
}

.footer-member ul {
    display: flex;
    margin: auto;
    width: fit-content;
    gap: 1em;
    align-items: center;
}

.footer-member ul li a {
    display: block;
    background: #FF981F;
    color: #fff;
    padding: 0.2em 1.5em;
    text-align: center;
    border-radius: 100px;
    font-size: 0.95em;
    font-weight: 300;
    transition-duration: 0.2s;
}

.footer-member ul li a:hover {
    background: #f9680f;
}

.footer-member ul li a i {
    margin-right: 0.3em;
}

.footer-member ul li:not(:first-child) a i {
    display: none;
}

.footer-nav {
    background: #0D9AC8;
    width: 100%;
    padding: 1.5em;
}

.footer-nav ul {
    display: flex;
    justify-content: center;
    margin: 0;
    gap: 3em;
}

.footer-nav ul li {}

.footer-nav ul li a {
    color: #fff;
    text-underline-offset: 0.3em;
}

.footer-nav ul li a:hover {
    text-decoration: underline;
}

.footer-map iframe {
    width: 100%;
    height: 600px;
}

.copyright {
    text-align: center;
}

/*ページトップへ*/
#pagetop {
    position: fixed;
    bottom: 20px;
    right: -300px;
    z-index: 2;
    transition-duration: 0.3s;
}

#pagetop img {
    width: 150px;
}

#pagetop.show {
    right: 20px;
}

#pagetop:hover {
    transform: scale(1.1);
}

/* 検索結果 */
.entry-title {
    font-size: 1.2em;
    margin-bottom: 0;
}

.re-search-box {
    width: 500px;
    max-width: 100%;
}

.re-search-box #searchform {
    border: solid 1px #999;
}

/* 検索フォーム */
.main-search-box {
    margin: 15px 0px;
}

#searchform {
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
    border-radius: 5px;
}

#searchform input {
    width: 100%;
    height: 35px;
    padding: 5px 15px;
    border: none;
    box-sizing: border-box;
    font-size: 1em;
    outline: none;
    background-color: #fbfbfbed;
    font-size: 0.85em;
}

#searchform label {
    width: 100%;
}

#searchform input::placeholder {
    opacity: 0.65;
    color: #333;
}

#searchform button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 37px;
    height: 35px;
    border-radius: 0 5px 5px 0;
    border: none;
    background-color: #fbfbfbed;
    cursor: pointer;
    padding: 0;
}

#searchform button::after {
    width: 30px;
    height: 31px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M18.031 16.6168L22.3137 20.8995L20.8995 22.3137L16.6168 18.031C15.0769 19.263 13.124 20 11 20C6.032 20 2 15.968 2 11C2 6.032 6.032 2 11 2C15.968 2 20 6.032 20 11C20 13.124 19.263 15.0769 18.031 16.6168ZM16.0247 15.8748C17.2475 14.6146 18 12.8956 18 11C18 7.1325 14.8675 4 11 4C7.1325 4 4 7.1325 4 11C4 14.8675 7.1325 18 11 18C12.8956 18 14.6146 17.2475 15.8748 16.0247L16.0247 15.8748Z' fill='%23ffffff'%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 21px;
    background-position: center;
    content: '';
    background-color: #40B7E5;
    border-radius: 4px;
}

#searchform button:hover::after {
    background-color: #249bc9;
}

/* 404 */
.content-box a.not-found-back {
    color: #fff;
    padding: 0.6em 2em;
    border-radius: 100px;
    font-size: 1em;
    transition-duration: 0.2s;
    background: #58C0E8;
    display: block;
    width: fit-content;
    margin-top: 20px;
}