/*----------------------------------------------
	Common
---------------------------------------------*/

.tbl {
    display: table;
    width: 100%;
    height: 100%;
}
.tbl__cell {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}
.f_main {
    background-color: #ebf2f8;
    color: #1a1a1a;
    font-size: 18px;
}
.l_wrapper {
    margin: 0 auto;
    max-width: 100%;
    position: relative;
    width: 1220px;
}
.c_ttl {
    color: #0085ce;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: calc(1rem * 0.001 * 100);
    line-height: 1.5;
    margin-bottom: 0;
    margin-top: 0;
    text-align: center;
}

/*----------------------------------------------
	About page
---------------------------------------------*/

.f_bnr {
    background: url('./images/about/bnr-bg.webp') no-repeat center center #ccd6e0;
    height: 210px;
    position: relative;
}
.p_bnr {
    text-align: center;
}
.p_bnr__ttl span {
    position: relative;
}
.p_bnr__ttl span:after {
    background-color: #0185cf;
    bottom: -40px;
    content: '';
    height: 1px;
    left: 0;
    margin: 0 auto;
    right: 0;
    position: absolute;
    width: 80px;
}

.f_content .l_wrapper {
    background-color: #fff;
    padding: 80px 0 65px;
}
.p_content {
    margin: 0 auto;
    max-width: 100%;
    position: relative;
    width: 1000px;
}
.p_content__subttl {
    /* border-top: 3px solid #0085ce; */
    display: block;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: calc(1rem * 0.001 * 100);
    line-height: 1.5;
    margin-bottom: 9px;
    position: relative;
    text-align: center;
}
.p_content__subttl:before {
    background-color: #0085ce;
    content: '';
    height: 3px;
    left: 0;
    margin: 0 auto;
    right: 0;
    position: absolute;
    top: -3px;
    width: 100%;
}
.p_content__subttl span {
    background-color: #0085ce;
    color: #fff;
    padding: 5px 20px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.p_content__ttl {
    border-bottom: 1px solid #0185cf;
    margin-bottom: 31px;
    padding-bottom: 10px;
}
.p_content__ttl span {
    color: #1a1a1a;
}

.p_item {
    clear: both;
    display: block;
    overflow: hidden;
    margin: 0 auto;
    padding: 0 50px 68px;
    position: relative;
}
.p_item__img {
    position: absolute;
    width: auto;
}
.p_item__txt {
    line-height: 2;
}
.p_item__title {
    font-size: 21px;
    font-weight: 700;
    line-height: 1.7;
    letter-spacing: 2px;
    text-align: center;
    margin-bottom: 40px;
    display: flex;
    justify-content: center;
}
.p_item__title::before {
    content: '';
    width: 47px;
    height: 40px;
    background-image: url(./images/about/apos.svg);
    background-repeat: no-repeat;
    display: block;
    margin-right: 10px;
}
.p_item__title::after {
    content: '';
    width: 47px;
    height: 40px;
    background-image: url(./images/about/apos.svg);
    background-repeat: no-repeat;
    display: block;
    margin-left: 10px;
}

.p_item.one {
    min-height: 232px;
    /* padding-right: 436px;  */
}
.p_item01__img {
    margin-top: 40px;
}
.p_item.one .p_item__img {
    right: 50px;
    top: 9px;
}

.p_content__ttl.two {
    margin-bottom: 40px;
}
.p_item.two {
    min-height: 232px;
    padding-left: 445px;
}
.p_item.two .p_item__img {
    left: 50px;
    top: 0;
}
.p_item.two .p_item__list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.p_item.two .p_item__list li {
    display: block;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    padding: 0 0 10px 40px;
    position: relative;
}
.p_item.two .p_item__list li:last-child {
    padding-bottom: 0;
}
.p_item.two .p_item__list li:before {
    content: url('./images/about/item-check.png');
    left: 0;
    position: absolute;
    top: 0;
}

.p_item.three {
    min-height: 342px;
    padding-right: 406px;
}
.p_item.three .p_item__img {
    right: 50px;
    top: 9px;
}

.f_list {
    background-color: #ccd6e0;
    clear: both;
    display: block;
    overflow: hidden;
    padding: 60px 0;
}
.p_col {
    margin: 0;
    padding: 0;
    list-style: none;
}
.p_col li {
    background-color: #fff;
    display: block;
    float: left;
    margin-bottom: 30px;
    margin-right: 3%;
    padding: 13px 0;
    width: 48.5%;
}
.p_col li:hover {
    -webkit-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.2);
    margin-top: -10px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.p_col li:nth-child(2n),
.p_col li:last-child {
    margin-right: 0;
}
.p_col li:nth-child(3),
.p_col li:last-child {
    margin-bottom: 0;
}
.p_col li a {
    color: #1a1a1a;
    display: block;
    text-decoration: none;
}
.p_col__wrap {
    min-height: 154px;
    padding-left: 275px;
    position: relative;
}
.p_col__img {
    left: 0;
    position: absolute;
    top: 0;
}
.p_col__info {
    padding: 0 20px;
}
.p_col__ttl {
    font-size: 21px;
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 5px;
    text-align: left;
}
.p_col__ttl span {
    display: inline-block;
    padding-left: 26px;
    position: relative;
}
.p_col__ttl span:before {
    background: #fff;
    border: 1px solid #0085ce;
    border-radius: 50%;
    content: '';
    height: 18px;
    left: 0;
    margin-top: -12px;
    position: absolute;
    top: 50%;
    width: 18px;
}
.p_col__ttl span:after {
    content: '';
    height: 5px;
    left: 6px;
    margin-top: -5px;
    position: absolute;
    top: 50%;
    width: 5px;
    border-top: 1px solid #0085ce;
    border-right: 1px solid #0085ce;
    -ms-transform: rotate(45deg) skew(0deg);
    -webkit-transform: rotate(45deg) skew(0deg);
    -moz-transform: rotate(45deg) skew(0deg);
    -o-transform: rotate(45deg) skew(0deg);
    transform: rotate(45deg) skew(0deg);
}
.p_col__txt {
    font-size: 16px;
    line-height: 1.7;
}

.center {
    text-align: center;
}

/*----------------------------------------------
	Media
---------------------------------------------*/
@media only screen and (max-width: 1220px) {
    .l_wrapper {
        width: 100%;
    }
}

@media only screen and (max-width: 736px) {
    .f_main {
        font-size: 16px;
    }
    .c_ttl {
        font-size: 21px;
        margin-left: 20px;
        margin-right: 20px;
    }
    .f_bnr {
        background-image: none;
        height: auto;
    }
    .p_bnr {
        bottom: 0;
        left: 0;
        position: absolute;
        right: 0;
        z-index: 1;
    }
    /* .sp-padding { padding-left: 20px; padding-right: 20px;} */
    .p_item01__img {
        margin-top: 40px;
        padding: 0 20px;
    }
    .p_item {
        padding: 0 19px 0 20px;
    }
    .p_item__title {
        font-size: 18px;
        font-weight: 700;
        line-height: 1.7;
        letter-spacing: 0px;
        text-align: center;
        margin-bottom: 30px;
        display: flex;
        justify-content: center;
    }
    .p_item__title::before {
        content: '';
        width: 23.5px;
        height: 20px;
        background-image: url(./images/about/apos.svg);
        background-repeat: no-repeat;
        display: block;
        margin-right: -20px;
    }
    .p_item__title::after {
        content: '';
        width: 23.5px;
        height: 20px;
        background-image: url(./images/about/apos.svg);
        background-repeat: no-repeat;
        display: block;
        margin-left: -35px;
    }
    .center {
        text-align: left;
    }

    .f_content .l_wrapper {
        padding-bottom: 47px;
        padding-top: 0;
    }
    .p_item.one,
    .p_item.two,
    .p_item.three {
        min-height: 0;
        padding-left: 0;
        padding-right: 0;
    }
    .p_item {
        padding-bottom: 40px;
    }
    .p_item.four {
        padding-bottom: 0;
    }
    .p_item__img {
        padding-bottom: 24px;
        position: relative;
    }
    .p_item.one .p_item__img,
    .p_item.two .p_item__img,
    .p_item.three .p_item__img {
        left: 0;
        right: 0;
        top: 0;
    }
    .p_content__subttl {
        font-size: 13px;
        margin: 0 20px 5px;
    }
    .p_content__subttl span {
        padding: 3px 10px;
    }
    .p_content__ttl {
        padding-bottom: 1px;
    }
    /* .p_content__ttl span { display: block; } */
    .p_item__txt {
        line-height: 1.8;
        padding-left: 20px;
        padding-right: 20px;
    }
    .p_item.two .p_item__list {
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 8px;
    }
    .p_item.two .p_item__list li {
        font-size: 17px;
        padding-bottom: 11px;
        padding-left: 26px;
    }
    .p_item.two .p_item__list li:last-child {
        margin-bottom: 5px;
        padding-bottom: 0;
    }
    .p_item.two .p_item__list li:before {
        content: url('./images/about/item-check_sp.png');
        top: 2px;
    }
    .p_content__ttl.three {
        margin-bottom: 23px;
    }
    .p_item.three .p_item__txt {
        padding-right: 19px;
    }

    .f_list {
        padding: 30px;
    }
    .p_list {
        margin: 0 auto;
        max-width: 622px;
    }
    .p_col li {
        margin-bottom: 20px;
        margin-right: 0;
        padding: 0;
        width: 100%;
    }
    .p_col li:nth-child(3) {
        margin-bottom: 20px;
    }
    .p_col__wrap {
        min-height: 0;
        padding-left: 0;
    }
    .p_col__img {
        display: block;
        position: relative;
    }
    .p_col__info {
        padding: 20px;
    }
    .p_col__ttl {
        margin-left: 0;
        margin-right: 0;
        padding-bottom: 15px;
        text-align: center;
    }
}

@media only screen and (max-width: 375px) {
    .p_item.one .p_item__txt {
        padding-right: 19px;
    }
    .p_col__info {
        padding: 20px 39px 20px 20px;
        word-break: break-all;
    }
}
