/*------------------------------------*\
    SYSTEM ELEMENT
\*------------------------------------*/

html {}

body {
    background-color: #ffffff;
    font-family: 游ゴシック体, YuGothic, "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", メイリオ, sans-serif;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

a:hover,
a:focus,
a:visited {
    text-decoration: none;
}

.only-sp {
    display: none !important;
}

.ai-btn {
    display: inline-block;
    /*height: 48px;*/
    padding: 12px 40px;
    text-align: center;
    /*font-family: HiraKakuPro-W6;*/
    font-family: 游ゴシック体, YuGothic, "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", メイリオ, sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1px;
    color: #ffffff;
    border-radius: 30.5px;
    transition: .3s all;
    /*line-height: 48px;*/
    cursor: pointer;
    position: relative;
    overflow: hidden;
    z-index: 2;
}

.ai-btn i,
.ai-btn span {
    vertical-align: middle;
    position: relative;
    z-index: 2;
}

.ai-btn i {}

.ai-btn span {}

.ai-btn:hover {
    color: #ffffff;
}

.ai-btn-pink {
    background-color: #e84d71;
}

.ai-btn-pink:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: -1px;
    background-color: #184f8b;
    transform: translateX(-100%);
    z-index: 1;
    transition: .3s all;
}

.ai-btn-pink:hover:before {
    transform: translateX(0);
}

.ai-btn-blue {
    background-color: #184f8b;
}

.ai-btn-blue:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: -1px;
    background-color: #e84d71;
    transform: translateX(-100%);
    z-index: 1;
    transition: .3s all;
}

.ai-btn-blue:hover:before {
    transform: translateX(0);
}

.ai-btn-white {
    background-color: #ffffff;
}

.ai-btn-white:hover {
    background-color: #f3f6f8 !important;
}

/* 塗りボタン(pink/blue)と併置する副次アクション用。塗りつぶさず階層を下げる */
.ai-btn-outline {
    background-color: #ffffff;
    border: 1px solid #184f8b;
    color: #184f8b;
}

.ai-btn-outline:hover {
    background-color: #f3f6f8;
    color: #184f8b;
}



/*.ai-btn-pink:hover {
	border: 1px solid #e84d71;
	color: #e84d71;
	background-color: transparent;
}
.ai-btn-blue:hover {
	border: 1px solid #184f8b;
	color: #184f8b;
	background-color: transparent;
}*/

.ai-btn-readmore {
    background-color: #ffffff;
    border: 1px solid #184f8b;
    color: #184f8b;
    /*height: 40px;*/
    /*line-height: 40px;*/
    margin-top: 10px;
    padding: 8px 40px;
}

.ai-btn-readmore span {
    margin-left: 5px;
}

.ai-btn-readmore:hover {
    color: #184f8b;
    background-color: #f3f6f8;
}

.main-nav {
    height: 100%;
}

.main-nav ul {
    width: 100%;
    display: flex;
    align-items: center;
    height: 100%;
}

.main-nav ul li {
    display: inline-block;
    margin-right: 37px;
    height: 100%;
}

.main-nav ul li a {
    display: flex;
    align-items: center;
    height: 100%;
    /*font-family: HiraginoSans-W6;*/
    font-family: 游ゴシック体, YuGothic, "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", メイリオ, sans-serif;
    font-size: 13px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1.5px;
    color: #2c2e31;
    transition: .5s all;
    position: relative;
}

.main-nav ul li a:hover,
.main-nav ul li a.active {
    color: #184f8b;
}

.main-nav ul li a:after {
    transition: .5s all;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 0%;
    content: '.';
    color: transparent;
    background: #184f8b;
    height: 1px;
}

.main-nav ul li a:hover:after,
.main-nav ul li a.active:after {
    width: 100%;
}

.main-nav ul li:last-child {
    margin-right: 0;
}

.main-nav.at-footer {
    height: auto;
}

.main-nav.at-footer ul {
    display: block;
    height: auto;
}

.section-container {
    padding: 0 69px;
}

section.main-section {
    padding: 80px 0 0 0;
}

.sec-border {
    border: solid 1px #dae0e4;
}

.sec-bg-gray {
    background-color: #f3f6f8;
}

.section-title {
    /*font-family: HiraginoSans-W3;*/
    font-family: 游ゴシック体, YuGothic, "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", メイリオ, sans-serif;
    font-size: 28px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 3.89px;
    color: #2c2e31;
    margin: 0;
    padding: 0;
}

.section-sub-title {
    /*font-family: HiraginoSans-W3;*/
    font-family: 游ゴシック体, YuGothic, "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", メイリオ, sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.7px;
    text-align: center;
    color: #2c2e31;
}

.section-body {
    margin-top: 32px;
}


/*card*/

.card.ai-orange {
    background-color: #fb8585 !important;
    box-shadow: none !important;
}

.card.ai-yellow {
    background-color: #fbbd46 !important;
    box-shadow: none !important;
}

.card.ai-lavender {
    background-color: #db9b81 !important;
    box-shadow: none !important;
}

.card.ai-green {
    background-color: #67d1be !important;
    box-shadow: none !important;
}

.card.ai-blue {
    background-color: #80abdd !important;
    box-shadow: none !important;
}

.card.ai-violet {
    background-color: #ae8fed !important;
    box-shadow: none !important;
}

.card.ai-pink {
    background-color: #df8fed !important;
    box-shadow: none !important;
}

.ai-form {}

.ai-form label {
    /*font-family: HiraKakuPro-W6;*/
    font-family: 游ゴシック体, YuGothic, "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", メイリオ, sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #2c2e31;
}

.ai-form .form-group label {
    font-weight: 700;
}

.ai-form .req {
    border-radius: 3px;
    background-color: #ff6b6b;
    /*font-family: HiraKakuPro-W6;*/
    font-family: 游ゴシック体, YuGothic, "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", メイリオ, sans-serif;
    font-size: 11px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;
    padding: 3px 6px;
    margin-left: 5px;
}

.ai-form input,
.ai-form textarea {
    border-radius: 3px;
    border: solid 1px #dee5ec;
    background-color: #ffffff;
    padding: 15px 10px;
    /*font-family: HiraginoSans-W3;*/
    font-family: 游ゴシック体, YuGothic, "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", メイリオ, sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #2c2e31;
}

.ai-form input:focus,
.ai-form textarea:focus {
    border: solid 1px #184f8b;
}

.ai-form input::placeholder,
.ai-form textarea::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #b7c5cc;
    opacity: 1;
    /* Firefox */
}

.ai-form input:-ms-input-placeholder,
.ai-form textarea:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #b7c5cc;
}

.ai-form input::-ms-input-placeholder,
.ai-form textarea::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #b7c5cc;
}

.ai-form input[type=checkbox] {
    position: relative;
    cursor: pointer;
    -webkit-appearance: none;
    border-radius: 0;
    padding-top: 10px;
    padding-bottom: 0;
}

.ai-form input[type=checkbox]:focus {
    outline: none;
}

.ai-form input[type=checkbox]:before {
    content: "";
    display: block;
    position: absolute;
    width: 24px;
    height: 24px;
    top: 0;
    left: 0;
    border-radius: 3px;
    border: solid 1px #dee5ec;
    background-color: #ffffff;
}

.ai-form input[type=checkbox]:checked:before {
    background-color: #0092d4;
}

.ai-form input[type=checkbox]:checked:after {
    content: "";
    display: block;
    width: 7px;
    height: 10px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 5px;
    left: 7px;
}

.ai-checkbox {
    cursor: pointer;
    position: relative;
    margin: 0;
}

.ai-checkbox span {
    margin-left: 9px;
    vertical-align: middle;
}

.ai-checkbox .wpcf7-not-valid-tip {
    margin-top: 7px !important;
}

.sec-contact-page .submit {
    position: relative;
}

.ai-form .ai-submit {
    display: inline-block;
    width: 430px;
    height: 48px;
    line-height: 48px;
    border-radius: 24px;
    background-color: #184f8b;
    font-family: 游ゴシック体, YuGothic, "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", メイリオ, sans-serif;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;
    text-align: center;
    position: relative;
    overflow: hidden;
    z-index: 2;
}

.ai-form .ai-submit span {
    position: relative;
    z-index: 2;
}

.ai-form .ai-submit:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: -1px;
    background-color: #e84d71;
    transform: translateX(-100%);
    z-index: 1;
    transition: .5s all;
}

.ai-form .ai-submit:hover:before {
    transform: translateX(0);
    left: 0;
}

.ai-form .ai-submit:focus {
    outline: none;
}

.ai-form .form-group {
    margin-bottom: 15px;
}

._img {}

._img img {
    transition: .5s ease;
}

._img:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.post-view-all {
    width: 200px;
    text-transform: uppercase;
    font-weight: 700;
    padding-top: 10px;
    padding-bottom: 10px;
}
.post-view-all span {}
.post-view-all:hover {}

.aiw-pagination {
    margin-top: 20px;
}
.aiw-pagination ul {
    text-align: center;
}
.aiw-pagination li {
    display: inline-block;
}
.aiw-pagination li .page-numbers {
    color: #184F8B;
    font-size: 16px;
    padding: 0 30px;
    position: relative;
}
.aiw-pagination li .page-numbers:after {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    background-color: #184F8B;
    right: 0;
    top: 0;
}
.aiw-pagination li:last-child .page-numbers:after {
    display: none;
}
.aiw-pagination li .page-numbers.current, 
.aiw-pagination li .page-numbers:hover {
    color: #E84D71;
}
.clear_icon {
    opacity: 0;
    cursor: default;
}
.clear_icon li {
    cursor: default;
}
.clear_icon i {
    cursor: default;
}