:root {
    /*--main-bg-color: #1F3345;*/
    --main-bg-color: #024F86;
    /*--secondary-bg-color: #47637B;*/
    --secondary-bg-color: #3d80b0;
    --third-bg-color: #9EACBD;
    --light-bg-color: #f4f7ff;
    --common-bg-color: #f5f5f5;
    --main-text-color: #333;
    --top-text-color: #1F3345;
    --red-color: #c60000;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.float-clear {
    clear: both;
}

.liq-nav-menu {
    margin-right: 1.75rem;
    font-weight: 400;
}

@media screen and (max-width: 767px) {
    .liq-nav-menu {
        display: none;
    }
}

#liq-wrapper {
    background: var(--common-bg-color);
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    color: var(--main-text-color);
    font-family: 'Noto Sans JP', "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
}

#liq-wrapper h1,
#liq-wrapper h2,
#liq-wrapper h3,
#liq-wrapper h4,
#liq-wrapper h5,
#liq-wrapper p {
    color: var(--main-text-color);
    font-family: 'Noto Sans JP', "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
}

#main-container
{
    padding: 2rem 0 2rem;
}

.ui.margin-less {
    margin: 0;
}

.ui.border-less.card,
.ui.border-less.segment,
.ui.border-less.message {
    border: none;
    box-shadow: none;
}

.liq-header {
    background: var(--main-bg-color);
}

footer {
    margin-top: auto;
    color: #fff;
    background: var(--main-bg-color);
    padding: 1rem 0 1rem;
}
footer a {
    color: #fff;
}
footer a:hover {
    color: #c3c3c3;
}

.ui.liq-primary {
    background: var(--main-bg-color);
    color: #fff;
}

.ui.liq-primary:hover {
    background: #47637B;
    color: #fff;
}

.ui.liq-secondary {
    background: var(--secondary-bg-color);
    color: #fff;
}

.ui.liq-secondary:hover {
    background: #7794ae;
    color: #fff;
}

.ui.liq-light {
    background: var(--light-bg-color);
}

.ui.liq-gray {
    background: #f8f8f8;
}

.liq-red {
    color: var(--red-color);
}

.ui .liq-container-padding {
    padding: 3rem;
}

.ui .wide-button {
    padding: 1rem 3rem;
}

hr.liq-hr {
    height: 1px;
    border: none;
    background-color: #ccc;
}

.ui.liq-form input[type=text],
.ui.liq-form input[type=number],
.ui.liq-form textarea {
    background: var(--light-bg-color);
    border: 1px solid var(--third-bg-color);
}

.ui.liq-table td {
    padding: 1.5rem;
}

@media screen and (max-width: 767px) {
    .ui .liq-container-padding {
        padding: 1rem;
    }
}

.ui.liq-mentor-card-wrapper.card {
    padding: 0.5rem;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
}

.liq-mentor-card-user-icon {
    width:100px;
	height:100px;
	object-fit:cover;
	border-radius:50%;
    margin-bottom: 20px;
}

.liq-mentor-user-icon {
    width:100px;
	height:100px;
	object-fit:cover;
	border-radius:50%;
}

.ui.liq-mentor-card.items .item {
    margin: 0.5em 0;
}

.ui.liq-mentor-card.button {
    border-radius: 20px;
}

.liq-mentor-card-introduction {
    height: 2.6rem;overflow: hidden;
}

.liq-mentor-card-introduction p {
    color: #666 !important;
}

.ui .liq-mentor-review-cards > .card {
    background: var(--light-bg-color);
    border-radius: 10px;
    padding: 1rem;
}

.liq-search-box {
    border: none !important;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1) !important;
}

#search_box_form input[type="checkbox"] {
    display: none;
}

#search_box_form label {
    display: inline-block;
    border-radius: 20px;
    text-align: center;
    text-decoration: none;
    border: solid 1px #ccc;
    padding: 6px 18px;
    cursor: pointer;
    font-size: 14px;
    margin: 3px;
    background: var(--common-bg-color);
}

#search_box_form input[type="checkbox"]:checked + label {
    background: var(--secondary-bg-color);
    color: #fff;
}

.liq-search-box-companies p {
    margin-bottom: 0.25rem;
}

.liq-support-apply-form-container {
    padding: 1rem;
}

.liq-career-support-apply-form-container {
    padding: 1rem 0 1rem;
}

.liq-support-apply-form {
    background: var(--main-bg-color);
    border-radius: 10px;
}

.ui .liq-support-apply-form-button {
    background: #E8BC3B;
    color: var(--main-bg-color);
}

.ui .liq-support-apply-form-button:hover {
    background: #ffd55d;
}

iframe[src^="https://docs.google.com/forms/d/e"]{
  width:100%;
}

.google-login {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0.6rem 1.2rem;
    border: 1px solid #aaa;
    border-radius: 5px;
}

.google-login:hover {
    background: #f5f5f5;
}

#liq-footer-menu {
    margin: 1rem 0 1rem;
}
#liq-footer-menu h4 {
    color: #fff;
}

.sns-icon-small-container{
    vertical-align: bottom;
}
.sns-icon-small{
    width: 20px;
}
.sns-icon-small-linkedin{
    width: 15px;
}
.sns-icon-container{
    padding-left: 5px;
    vertical-align: middle;
}
.sns-icon{
    width: 25px;
}
.sns-icon-linkedin{
    width: 25px;
}

/* スマホのみ */
@media screen and (min-width: 768px) {
  .sp-only {
    display: none;
  }
}
/* PCのみ */
@media not all and (min-width: 768px) {
  .pc-only {
    display: none;
  }
}