@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700;900&display=swap');

html{
    font-size: 62.5%;
}
body{
    font-size: 1.6rem;
    line-height: 2;
    font-family: 'Noto Sans JP', "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    font-weight: 700;
    -webkit-text-size-adjust: 100%;
    color: #000;
    background: #fff;
    word-wrap: break-word;
    overflow-wrap: break-word;
}
img {
    image-rendering: -webkit-optimize-contrast;
}
a:hover{
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha( opacity=80 )";
}
a.int-link {
    border-bottom: 2px solid #3f97cf;
}
a.int-link:hover {
    color: #3f97cf;
    border-bottom: 2px solid #ccc;
}
.maru {
    font-family: fot-tsukuardgothic-std, "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO", sans-serif;
    font-weight: 700;
}
.futura-pt {
    font-family: futura-pt, sans-serif;
    font-weight: 500;
}
.futura-pt-condensed {
    font-family: futura-pt-condensed, sans-serif;
    font-weight: 400;
}
.rollerscript-smooth {
    font-family: rollerscript-smooth, serif;
    font-weight: 400;
}
.ten-mincho {
    font-family: ten-mincho, serif;
    font-weight: 400;
}

/*--------------------------------------------------------------------------------------------------
 PC
 -------------------------------------------------------------------------------------------------*/

.vsp {
    display: none;
}
.inner {
    min-width: 1024px;
    max-width: 1366px;
    margin: 0 auto;
    padding: 0 10px;
}
#header {
    background: #fff;
}
#header a span,
#footer a span {
    position: relative;
    display: inline-block;
    text-decoration: none;
}
#header a span::after,
#footer a span::after {
    position: absolute;
    bottom: -4px;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    background: #3f97cf;
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform .3s;
}
#header a span:hover::after,
#footer a span:hover::after {
    transform-origin: left top;
    transform: scale(1, 1);
}
#header .header-area {
    display: flex;
    justify-content: space-between;
    padding: 10px 0 15px;
}
#header .header-service {
    display: flex;
}
#header .header-service .logo {
    z-index: 2;
    position: fixed;
    margin: 0 10px;
}
#header .header-service ul {
    display: flex;
    margin-left: 60px;
}
#header .header-service nav a {
    display: inline-block;
    padding: 1em;
}
#header .header-info {
    display: flex;
    justify-content: flex-end;
}
#header .header-info ul {
    display: flex;
}
#header .header-info nav ul {
    margin-right: 160px;
}
#header .header-info nav a {
    display: inline-block;
    padding: 1em;
    color: #004C87;
}
#header .header-info .menu {
    z-index: 2;
    position: fixed;
}
#header .header-info .menu ul {
    gap: 10px;
}
#header .header-info .menu li {
    cursor: pointer;
}
#header .header-info .menu li:hover{
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha( opacity=80 )";
}
#header .header-info .hidden {
    display: none;
}
#header .g-menu {
    display: none;
    z-index: 1;
    background: #DCEEFF;
    position: fixed;
    top: 0;
    width: 100%;
    padding: 80px 0 20px;
}
#header .g-menu ul {
    display: flex;
    flex-wrap: wrap;
}
#header .g-menu a {
    display: inline-block;
    padding: 1em;
    color: #004C8C;
}
#header .g-menu ul:nth-of-type(1) a {
    color: #000;
}
article::before {
    content: '';
    position: absolute;
    top: -400px;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #004D8C;
    transform: skewY(-7deg);
    z-index: -1;
    height: 800px;
}
#page-title .inner {
    display: flex;
    justify-content: space-between;
    padding: 70px 10px 130px;
    color: #fff;
}
#page-title .inner div {
    padding-top: 50px;
    width: 55%;
}
#page-title small {
    color: #0098D3;
    font-size: 3rem;
}
#page-title h1 {
    font-size: clamp(5.5rem, 3.4vw, 6.5rem);
    line-height: 1.2;
    margin: 5px 0;
}
#page-title span {
    font-size: 3rem;
}
#page-title p {
    font-size: clamp(1.8rem, 1vw, 2rem);
    margin-top: 2em;
    width: clamp(66%, (1366px - 100vw)*1000, 100%);
}
#page-title img {
    object-fit: contain;
}
.page-subtitle {
    font-size: 6.5rem;
    line-height: 1.2;
}
.page-subtitle small {
    font-size: 0.33em;
    display: block;
}
.merit-point {
    display: flex;
    gap: 30px;
    margin: 50px 0;
}
.merit-point div {
    width: 33%;
    background: #DCEEFF;
    padding: 30px;
}
.merit-point dt {
    text-align: center;
    font-size: clamp(2.5rem, 2vw, 3.5rem);
    line-height: 1;
    margin-bottom: 0.8em;
}
.merit-point dd {
    font-size: clamp(1.5rem, 1vw, 1.8rem);
    line-height: 1.5;
}
.detail-text {
    padding: 50px 0 20px;
}
.detail-text div {
    display: grid;
    grid-template-columns: 75% 1fr;
    grid-template-rows: auto 1fr;
    gap: 40px;
    padding: 30px 0;
}
.detail-text dt {
    font-size: 3.5rem;
    line-height: 1.4;
    position: relative;
}
.detail-text dt::before{
    content: '';
    position: absolute;
    bottom: -0.5rem;
    left: 0;
    width: 100%;
    height: 20px;
    background-color: #EFEAE3;
    z-index: -1;
}
.detail-text dd:nth-of-type(1) {
    grid-column: 2/3;
    grid-row: 1/3;
    text-align: center;
}
.detail-text dd:nth-of-type(2) {
    font-size: clamp(1.5rem, 1vw, 1.8rem);
}
.detail-text dd:nth-of-type(2) b {
    color: #0098D3;
}
.contact-btn {
    text-align: center;
}
.contact-btn a {
    display: inline-block;
    padding: 1em 4em 1em 3em;
    color: #fff;
    background-color: #3f97cf;
    background-image: url(../images/arrow.png);
    background-image: image-set(url(../images/arrow.png) 1x, url(../images/arrow@2x.png) 2x);
    background-image: -webkit-image-set(url(../images/arrow.png) 1x, url(../images/arrow@2x.png) 2x);
    background-repeat: no-repeat;
    background-position: 95% 50%;
    transition : all 0.2s;
}
.contact-btn a:hover {
    background-position-y: 45%;
    box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.3);
}
.sentence .inner {
    padding-top: 30px;
}
.sentence h2 {
    color: #004D8C;
    font-size: 2rem;
    padding-top: 40px;
}
.sentence ol {
    list-style: decimal;
    padding: 0.5em 0.5em 0.5em 1.3em;
}
.sentence ul {
    list-style: disc;
    padding: 0.5em 0.5em 0.5em 1.3em;
}
#footer {
    padding: 20px 0;
}
#footer .footer-contact h2 {
    font-size: 6.5rem;
}
#footer .footer-contact h2 small {
    font-size: 0.45em;
    margin-left: 1em;
}
#footer .footer-contact ul {
    display: flex;
    justify-content: space-between;
}
#footer .footer-contact li {
    width: 33%;
    color: #fff;
    text-align: center;
    background-image: url(../images/arrow.png);
    background-image: image-set(url(../images/arrow.png) 1x, url(../images/arrow@2x.png) 2x);
    background-image: -webkit-image-set(url(../images/arrow.png) 1x, url(../images/arrow@2x.png) 2x);
    background-repeat: no-repeat;
    background-color: #004D8C;
    background-position: 50% 88%;
    font-size: 2rem;
    transition : background 0.2s;
}
#footer .footer-contact li:last-of-type {
    background-color: #3f97cf;
}
#footer .footer-contact li a {
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 0 10px 55px;
}
#footer .footer-contact li a span {
    display: block;
    font-size: 6.5rem;
    letter-spacing: 0.05em;
}
#footer .footer-contact li a span::before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 20px;
    display: inline-block;
    width: 5rem;
    height: 2px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #fff;
    border-radius: 2px;
}
#footer .footer-contact li a span::after {
    display: none;
}
#footer .footer-contact li:hover {
    background-color: #3f97cf;
    color: #fff;
    background-position-y: 85%;
}
#footer .footer-contact li:hover a {
    opacity: 1;
}
#footer .footer-contact li:last-of-type:hover {
    background-color: #fff;
    color: #000;
    outline: #000 solid 2px;
    outline-offset: -2px;
    background-image: url(../images/arrow_b.png);
    background-image: image-set(url(../images/arrow_b.png) 1x, url(../images/arrow_b@2x.png) 2x);
    background-image: -webkit-image-set(url(../images/arrow_b.png) 1x, url(../images/arrow_b@2x.png) 2x);
}
#footer .footer-contact li:last-of-type:hover span::before {
    background-color: #000;
}
#footer .footer-message {
    background: #DCEEFF;
    text-align: center;
    font-size: 4.5rem;
    line-height: 1;
    margin-top: -50px;
    padding-top: 120px;
}
#footer .footer-message .inner {
    position: relative;
}
#footer .footer-message strong {
    display: block;
}
#footer .footer-message small {
    font-size: 0.45em;
}
#footer .footer-message .footer_logo {
    padding: 30px 0;
}
#footer .footer-message .bird_white1,
#footer .footer-message .bird_white2,
#footer .footer-message .tablet {
    position: absolute;
}
#footer .footer-message .bird_white1 { width: 12%; top: -4%; left: 5%;}
#footer .footer-message .bird_white2 { width: 10%; bottom: 27%; left: 15%;}
#footer .footer-message .tablet      { width: 23%; top: 10%; right: 3%;}
#footer .footer-menu .inner {
    position: relative;
}
#footer .footer-menu .top-link {
    position: absolute;
    top: -3.5rem;
    right: 1rem;
    background-image: url(../images/arrow_foot.png);
    background-image: image-set(url(../images/arrow_foot.png) 1x, url(../images/arrow_foot@2x.png) 2x);
    background-image: -webkit-image-set(url(../images/arrow_foot.png) 1x, url(../images/arrow_foot@2x.png) 2x);
    background-repeat: no-repeat;
    background-color: #104e88;
    background-position: 50% 10%;
    font-size: 2rem;
    transition : background 0.2s;
    border-radius: 40px;
}
#footer .footer-menu .top-link a {
    display: inline-block;
    color: #fff;
    padding: 15px 20px 10px;
    letter-spacing: 0.1em;
    font-size: 2rem;
}
#footer .footer-menu .top-link:hover {
    background-position-y: 15%;
}
#footer .footer-menu nav {
    display: flex;
    justify-content: space-around;
    padding: 80px 0;
    font-size: clamp(1.3rem, 1vw, 1.6rem);
}
#footer .footer-menu nav a {
    display: inline-block;
    padding: 0.3em 0;
}
#footer .smartsme img {
    width: 138px;
    border: 1px solid #000;
}
#footer .footer-menu .copyright {
    text-align: center;
    font-size: 0.8em;
}

/*--------------------------------------------------------------------------------------------------
 PC-small
 -------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 1365px) {

#header .header-info nav ul {
    display: none;
}

}

/*--------------------------------------------------------------------------------------------------
 Tablet-SP
 -------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 1023px) {

.vpc {
    display: none;
}
.vsp {
    display: inline-block;
}
.inner {
    min-width: initial;
    max-width: 768px;
    padding: 0;
}
#header .header-area {
    padding: 0;
}
#header .header-service .logo {
    position: absolute;
    padding-top: 10px;
}
#header .header-info .menu {
    padding: 10px 10px 0 0;
}
#header .g-menu ul {
    margin: 1em 0;
}
#header .g-menu a {
    padding: 0.1em 1em;
}
article::before {
    transform: skewY(-5deg);
    height: 700px;
}
#page-title .inner {
    display: block;
    padding-top: 80px;
    padding-bottom: 10px;
    text-align: center;
}
#page-title .inner div {
    text-align: left;
    width: 100%;
    padding-top: 20px;
}
#page-title small {
    font-size: clamp(2.5rem, 6vw, 3.5rem);
}
#page-title h1 {
    font-size: clamp(4.5rem, 12vw, 6rem);
}
#page-title span {
    font-size: clamp(2.5rem, 6vw, 3.5rem);
}
#page-title p {
    font-size: clamp(1.6rem, 4vw, 2rem);
    margin-top: 1em;
}
#page-title img {
    width: clamp(50%, (768px - 100vw)*1000, 100%);
}
.page-subtitle {
    font-size: clamp(4.8rem, 12vw, 6rem);
    padding: 0 10px;
    line-height: 0.7;
}
.page-subtitle small {
    padding-top: 1.3em;
}
.merit-point {
    display: block;
}
.merit-point div {
    width: 85%;
    margin: 30px auto;
}
.merit-point dt {
    font-size: clamp(2.5rem, 6vw, 3rem);
}
.merit-point dd {
    font-size: clamp(1.5rem, 4vw, 1.6rem);
}
.detail-text {
    padding: 0;
}
.detail-text div {
    display: block;
}
.detail-text dt {
    font-size: clamp(2.5rem, 6vw, 2.9rem);
    padding: 0 20px;
}
.detail-text dd:nth-of-type(2) {
    font-size: clamp(1.5rem, 4vw, 1.6rem);
    padding: 0 20px;
}
.sentence .inner {
    padding: 120px 10px 0;
}
.sentence h2 {
    font-size: 1.8rem;
}
#footer .footer-contact h2 {
    font-size: 4.5rem;
    line-height: 0.5;
}
#footer .footer-contact h2 span {
    background: linear-gradient(transparent 70%, #EFEAE3 60%);
    display: block;
    padding: 0 10px 0;
    line-height: 1;
}
#footer .footer-contact h2 small {
    font-size: 0.5em;
    margin-left: 0.5em;
}
#footer .footer-contact ul {
    display: block;
    text-align: center;
    margin: 2em 0;
}
#footer .footer-contact li {
    width: 90%;
    display: inline-block;
    margin: 0 0 1em;
    background-position: 75% 75%;
}
#footer .footer-contact li:hover {
    background-position-y: 70%;
}
#footer .footer-contact span::before {
    content: none;
}
#footer .footer-contact li a {
    display: flex;
    justify-content: space-around;
    font-size: 0.8em;
    padding: 1.5em 0;
}
#footer .footer-contact li a span {
    font-size: 5rem;
}
#footer .footer-message {
    font-size: 3rem;
    margin-top: 0;
    padding: 70px 0 10px;
}
#footer .footer-message small {
    font-size: 0.5em;
}
#footer .footer-message .bird_white1 img,
#footer .footer-message .bird_white2 img,
#footer .footer-message .tablet img {
    width: 65%;
}
#footer .footer-message .bird_white1 { width: auto; text-align: left;  top: -37%; left: 5%;}
#footer .footer-message .bird_white2 { width: auto; text-align: right; top: -41%; bottom: auto; left: auto;right: 11%;}
#footer .footer-message .tablet      { width: auto; text-align: left;  bottom: -34%; left: 0; top: auto; right: auto;}
#footer .footer-message .footer_logo img {
    width: clamp(16%, 12vmax, 25%);
}
#footer .footer-menu nav {
    display: flex;
    flex-flow: column wrap;
    align-items: center;
    height: 530px;
    padding: 70px 0 30px;
}
#footer .footer-menu nav ul {
    width: 40%;
}

}

/*--------------------------------------------------------------------------------------------------
 SP-small
 -------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {

article::before {
    transform: skewY(-10deg);
    height: 650px;
}

}

/*--------------------------------------------------------------------------------------------------
 IE
 -------------------------------------------------------------------------------------------------*/
#ie-cover {
    display: none;
}
@media all and (-ms-high-contrast: none) {
    #ie-cover {
        z-index: 9999;
        position: fixed;
        top: 0;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #DCEEFF;
        text-align: center;
        font-size: 1.1em;
    }
    #ie-cover ul {
        list-style: disc;
        padding: 0.5em 0.5em 0.5em 1.3em;
        text-align: left;
        margin: 1em auto;
        width: 40%;
    }
}
