@charset "utf-8";

.page-info {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    margin: auto;
    width: 96%;
    justify-content: space-between;
}
.page-info::after {
    content: '';
    display: block;
    width: 31%;
}
.page-info li {
    flex-basis: 31%;
    margin-bottom: .7rem;
}
.page-info li a {
    align-items: center;
    background-color: #1577a9;
    box-shadow: 0 2px 1px #055076;
    border-radius: 6px;
    color: #fff;
    display: flex;
    font-size: .86rem;
    justify-content: center;
    height: 3.2rem;
    line-height: 1.3;
    text-align: center;
    width: 100%;
}
.page-info li a:hover {
    opacity: .9;
}

body .title-h2 {
    text-align: center;
}
body .title-h2 h2 {
    align-items: center;
    background: -webkit-linear-gradient(0deg, #29abb6, #4887b9);
    color: #3999b8;
    display: flex;
    font-weight: 800;
    font-size: 1.8rem;
    text-align: center;
    height: 1.1em;
    margin-bottom: 0.4rem;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.title-h2 h2::before,
.title-h2 h2::after {
    border-top: 1px solid;
    content: "";
    display: inline;
    flex-grow: 1;
}
.title-h2 h2::before {
    margin-right: .5rem;
}
.title-h2 h2::after {
    margin-left: .5rem;
}
.title-h2 .title-info {
    color: #222;
    font-size: 0.93rem;
    font-weight: 600;
    letter-spacing: 0;
}

.title-h3 {
    font-size: 1.2rem !important;
    margin: 0 auto;
    text-align: center;
    width: fit-content;
}
.title-h3 i {
    font-size: 1.5em;
    color: #3999b8;
    margin-right: .6rem;
}
.movie-bg {
    background-image: url(../img/movie_bg.gif);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center top;
    margin-bottom: 2em;
    padding: 1rem;
}
.movie-bg .img-fit {
    background-color: #fff;
}
.content-text {
    color: #333;
    font-size: 1rem !important;
    font-weight: 600;
    padding: 0 .8rem 1rem;
    text-align: center;
}

.slogan-text {
    margin: auto;
    text-align: center;
    width: fit-content;
}
.slogan-text .text {
    color: #333;
    font-size: 2rem !important;
    margin-bottom: 0.5em;
}
.slogan-text li.text {
    font-size: 1.2rem !important;
    margin-bottom: 0.1rem;
}
.slogan-text .text span {
    color: #ff5600;
}

.achievement-list {
    display: flex;
    padding: 0 4%;
    flex-direction: column;
}
.achievement-list .img {
    margin: auto;
    width: 80%;
}
.achievement-list .strong {
    font-size: 1.2rem !important;
    font-weight: bold;
}
.achievement-list .strong.color1 {
    color: #2289d4;
}
.achievement-list .strong.color2 {
    color: #e0076d;
}
.achievement-list .strong.color3 {
    color: #13ad07;
}
.achievement-list p {
    font-size: .95rem !important;
}
.bg-square-btn {
    font-size: .9rem;
    margin-left: auto;
    width: 54%;
}
.bg-square-btn .bold {
    font-size: .9rem !important;
    margin-bottom: 3px;
}
.bg-square-btn a {
    color: #000;
    border: 2px solid #000;
    display: flex;
    font-size: .95rem;
    line-height: 1.6;
    padding: 0.5rem 1rem 0.6rem;
    transition: .4s;
    align-items: center;
    justify-content: space-between;
}
.bg-square-btn a:hover {
    background: #000;
    color: #fff;
}

.voice-list {
    display: flex;
    padding: 0 4%;
    flex-direction: column;
}
.voice-list .img-box {
    margin-bottom: 0.8rem;
    width: 52%;
}
.voice-list .customer-box {
    margin-bottom: 0.6rem;
}
.voice-list .name {
    display: block;
    font-size: .95rem;
    font-weight: bold;
    margin-bottom: 0.3rem;
}
.voice-list .voice-text {
    font-size: .96rem !important;
}

.after-list li {
    align-items: center;
    border: 4px #4db8c5;
    border-style: none solid solid solid;
    display: flex;
    flex-direction: column;
    padding: 4%;
}
.after-list li:first-of-type {
    border-top: 4px solid #4db8c5;
}
.after-list .img-box {
    margin-bottom: 10px;
    width: 25%;
}
.after-list .text-box {
    width: 96%;
}
.after-list .text-box p {
    font-size: .96rem !important;
}
.after-list .text-box .strong {
    font-size: 1.3em !important;
    font-weight: bold;
    padding-bottom: 4px;
}

.advantage-media {
    background-color: #4887b9;
    border-radius: 8px;
    display: flex;
    padding: 4% 2% 1%;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: auto;
    width: 96%;
}
.advantage-media li {
    flex-basis: 45%;
    margin-bottom: 0.6rem;
}

.advantage-licenses {
    background-image: url(../img/profesional_box_bg.gif);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 5% 5% 1%;
    margin: auto;
    width: 96%;
}
.advantage-licenses::after {
    content: '';
    display: block;
    width: 48%;
}
.advantage-licenses li {
    margin-bottom: 1rem;
    padding: 0 0.6rem;
    width: 48%;
}
.advantage-licenses li .name {
    font-size: .8rem;
    font-weight: bold;
    margin-top: .6rem;
    text-align: center;
}

/* SP用 */
@media screen and (max-width: 560px) {

.content-center-img {
    margin: auto;
    width: 60%;
}

.page-info li a,
body .title-h2 h2,
.title-h2 .title-info,
.title-h3,
.bg-square-btn a,
.after-list .text-box .strong {
    font-family: "Helvetica Neue",
        Arial,
        "Hiragino Kaku Gothic ProN",
        "Hiragino Sans",
        Meiryo,
        sans-serif;
    font-weight: bold;
}
.slogan-text .text {
    font-family: sans-serif;
    font-weight: bold;
}
}

/* PC用 */
@media screen and (min-width: 561px) {

.page-info li a,
body .title-h2 h2,
.title-h2 .title-info,
.title-h3,
.bg-square-btn a,
.after-list .text-box .strong {
    font-family: "A-OTF Shin Go Pro";
}
.page-info {
    width: 98%;
}
.page-info::after {
    width: 23%;
}
.page-info li {
    flex-basis: 23%;
    margin-bottom: 1.4rem;
}
.page-info li a {
    box-shadow: 0 5px 1px #025b89;
    font-size: .94rem;
    height: 4rem;
    letter-spacing: 1px;
}

body .title-h2 h2 {
    font-size: 2.6rem;
}
.title-h2 h2::before {
    margin-right: .8rem;
}
.title-h2 h2::after {
    margin-left: .8rem;
}
.title-h2 .title-info {
    font-size: 1.1rem;
    letter-spacing: 0.8px;
}

.title-h3 {
    font-size: 1.4rem !important;
}
.title-h3 i {
    font-size: 1.6em;
    margin-right: .8rem;
}
.movie-bg {
    background-size: contain;
    margin: 0 auto 1rem;
    padding: 40px 20px;
    width: 80%;
}
.content-text {
    padding: 0 1rem 1rem;
}
.content-center-img {
    margin: auto;
    width: fit-content;
}

.slogan-text .text {
    font-family: HGPHeiseiMarugothictaiW8;
    font-size: 2.4rem !important;
    margin-bottom: 0.3em;
}
.slogan-text li.text {
    font-size: 1.6rem !important;
    margin-bottom: 0.23em;
}
    
.achievement-list {
    padding: 0 0 2rem 38%;
    position: relative;
}
.achievement-list .img {
    left: 0;
    position: absolute;
    width: fit-content;
}
.bg-square-btn {
    align-self: flex-end;
    right: 0;
    width: 220px;
}
.voice-list {
    padding: 0;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
}
.voice-list .customer-box {
    align-self: center;
    margin-left: 1.5rem;
}
.voice-list .name {
    font-size: 1.1rem;
    margin-bottom: .6rem;
}
.voice-list .customer-box img {
    width: fit-content;
}
.voice-list .img-box {
    width: fit-content;
}
.voice-list .voice-text {
    width: 80%;
}

.after-list li {
    flex-direction: row;
    justify-content: space-between;
    padding: 4%;
}
.after-list .img-box {
    margin-bottom: 0;
    width: fit-content;
}
.after-list .text-box {
    flex-basis: 82%;
    width: auto;
}
    
.advantage-media {
    padding: 2.5% 2% 1%;
    width: 94%;
}
.advantage-media li {
    flex-basis: fit-content;
    margin-bottom: .8rem;
}
.advantage-licenses {
    padding: 3% 3% 0;
    width: 85%;
}
.advantage-licenses::after {
    width: 24%;
}
.advantage-licenses li {
    margin-bottom: 1.3rem;
    padding: 0 0.9rem;
    width: 27%;
}
.advantage-licenses li .name {
    font-size: .8rem;
}
}
    
/*矢印 IEのみ*/
@media all and (-ms-high-contrast: none) {

}

