@charset "UTF-8";

@font-face
{
    font-family: 'go';
    font-weight: 300;
    src: url(../font/NotoSansJP-Regular.ttf) format('opentype');
}

@font-face
{
    font-family: 'go';
    font-weight: 400;
    src: url(../font/NotoSansJP-Medium.ttf) format('opentype');
}

@font-face
{
    font-family: 'en';
    src: url(../font/Marcellus-Regular.ttf) format('opentype');
}


/* スタイルリセット
---------------------------------------*/
button,
hr,
input
{
    overflow: visible
}

address,
blockquote,
body,
dl,
fieldset,
figure,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
iframe,
ol,
p,
pre,
table,
ul
{
    margin: 0
}


a,
hr,
legend
{
    color: inherit
}

/*親要素のスタイルを継承*/


progress,
sub,
sup
{
    vertical-align: baseline
}


fieldset,
legend,
ol,
option,
td,
th,
ul
{
    padding: 0
}

caption,
th
{
    text-align: left
}

*,
::after,
::before
{
    box-sizing: border-box;
    border-style: solid;
    border-width: 0
}

html
{
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    outline-color: -webkit-focus-ring-color
}

details,
main
{
    display: block
}

h1,
h2,
h3,
h4,
h5,
h6
{
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit
}

ul
{
    list-style: none
}

dt
{
    font-weight: 700
}

dd
{
    margin-left: 0
}

hr
{
    box-sizing: content-box;
    height: 0;
    border-top-width: 1px;
    clear: both
}

code,
kbd,
pre,
samp
{
    font-family: monospace, monospace;
    font-size: inherit
}

address
{
    font-style: inherit
}

a
{
    background-color: transparent;
    text-decoration: none
}

abbr[title]
{
    text-decoration: underline;
    text-decoration: underline dotted
}

b,
strong
{
    font-weight: bolder
}

small
{
    font-size: 80%
}

sub,
sup
{
    font-size: 75%;
    line-height: 0;
    position: relative
}

sub
{
    bottom: -.25em
}

sup
{
    top: -.5em
}

embed,
iframe,
img,
object
{
    vertical-align: bottom
}

button,
input,
optgroup,
select,
textarea
{
    -webkit-appearance: none;
    appearance: none;
    vertical-align: middle;
    color: inherit;
    font: inherit;
    background: 0 0;
    padding: 0;
    margin: 0;
    outline: 0;
    border-radius: 0;
    text-align: inherit
}

[type=checkbox]
{
    -webkit-appearance: checkbox;
    appearance: checkbox
}

[type=radio]
{
    -webkit-appearance: radio;
    appearance: radio
}

button,
select
{
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button
{
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none
}

[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled],
button[disabled]
{
    cursor: default
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner
{
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring
{
    outline: ButtonText dotted 1px
}

select::-ms-expand
{
    display: none
}

fieldset
{
    min-width: 0
}

legend
{
    display: table;
    max-width: 100%;
    white-space: normal
}

textarea
{
    overflow: auto
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button
{
    height: auto
}

[type=search]
{
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration
{
    -webkit-appearance: none
}

::-webkit-file-upload-button
{
    -webkit-appearance: button;
    font: inherit
}

label[for]
{
    cursor: pointer
}

summary
{
    display: list-item
}

[contenteditable]
{
    outline: 0
}

table
{
    border-collapse: collapse;
    border-spacing: 0
}

td,
th
{
    vertical-align: top
}

th
{
    font-weight: 700
}

[hidden],
template
{
    display: none
}

/* 全体スタイル
---------------------------------------*/
html
{
    scroll-behavior: smooth;
    overflow-x: hidden;
    font-size: 62.5%;
    /*pxだと10px;*/
}

body
{
    width: 100%;
    height: auto;
    background: #fff;
    color: #464040;
    font-size: 1.6rem;
    font-family: 'go';
    font-weight: 300;
    letter-spacing: 0.05em;
    line-height: 1.7;
    position: relative;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

@media screen and (min-width:1101px) and (max-width:1300px)
{

    /*画面サイズが1101pxから1300pxまではここを読み込む*/
    body
    {
        font-size: 1.4rem;
        line-height: 1.6;
    }
}
@media screen and (max-width: 1100px){
body{
font-size: 1.4rem;
line-height: 1.6;
}
}

img
{
    width: 100%;
    max-width: 100%;
    height: auto;
}

a
{
    display: block;
    color: #464040;
    text-decoration-line: none;
}

a:hover
{
    color: #428CB8;
    opacity: 0.9;
    transition-duration: 0.5s;
}

a img:hover
{
    opacity: 0.9;
    transition-duration: 0.5s;
}

a.anchor
{
    display: block;
    margin-top: -87px;
    padding-top: 87px;
}

@media screen and (max-width: 1100px)
{
    a.anchor
    {
        margin-top: -55px;
        padding-top: 55px;
    }
}

.pc-none
{
    display: none;
}

.sp-none
{
    display: block;
}

@media screen and (max-width: 1100px)
{
    .pc-none
    {
        display: block;
    }

    .sp-none
    {
        display: none;
    }
}

.clear
{
    clear: both;
}

/*ヘッダー
-------------------------------------*/
#header
{
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3;
}

#header .header-inner
{
    width: 100%;
    height: 70px;
    padding: 0 0 0 3%;
    background-color: rgba(138, 156, 170, 0);
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition-duration: 0.5s;
}

#header.change .header-inner
{
    height: 55px;
    background-color: rgba(138, 156, 170, 0.7);
}

#header .logo-area
{
    display: flex;
    align-items: center;
    padding-top: 10px;
    width: 312.91px;
    height: 45px;
    background-image: url(../img/logo.webp);
    background-size: cover;
    transition-duration: 0.5s;
}

#header.change .logo-area
{
    padding-top: 0;
    width: 243.37px;
    height: 35px;
    background-image: url(../img/logo-wt.webp);
}

/*メインナビゲーション*/
nav .inner ul
{
    display: flex;
    justify-content: center;
    align-items: end;
}

#header nav .inner ul li a
{
    display: block;
    width: 100%;
    height: 70px;
    line-height: 70px;
    padding: 0 2.9rem;
    text-align: center;
    white-space: nowrap;
    font-weight: 400;
    transition-duration: 0.5s;
}

#header.change nav .inner ul li a
{
    height: 55px;
    line-height: 55px;
    color: #fff;
}

nav .inner ul li:hover a,
nav .inner ul li a.current
{
    color: #428CB8;
}

/*お問い合わせボタン*/
#header nav .inner ul li a.btn
{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 12rem;
    padding: 15px 0;
    line-height: 1.4;
    font-size: 1.3rem;
    font-weight: 300;
    letter-spacing: 0.02em;
    background: linear-gradient(#01295d 0%, #3d84b1 100%);
    color: #fff;
    margin-left: 3rem;
}

#header nav .inner ul li a.btn img
{
    width: 2.435rem;
    margin-bottom: 0.5em
}

#header.change nav .inner ul li a.btn img
{
    margin-bottom: 0;
}

#header nav .inner ul li a.btn p
{
    width: 100%;
    transition-duration: 0.5s;
}

#header.change .inner ul li a.btn p
{
    display: none;
}

/*スマナビメニューボタン*/
nav .inner a.sp-btn
{
    display: none;
}

/*ハンバーガーメニュー*/
.toggle_btn
{
    display: none;
}

@media screen and (max-width:1100px)
{
    #header .header-inner
    {
        height: 58px;
    }

    #header .logo-area
    {
        padding-top: 0;
        width: 240px;
        height: 35px
    }

    #header.change .logo-area
    {
        width: 240px;
        height: 35px
    }

    nav
    {
        display: block;
        position: fixed;
        top: 0;
        right: -265px;
        width: 265px;
        height: 100vh;
        background: #FFF;
        box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
        overflow-x: hidden;
        overflow-y: scroll;
        transition: all .5s;
        z-index: 300;
        opacity: 0;
    }

    .open nav
    {
        right: 0;
        opacity: 1;
    }

    nav .navlogo
    {
        width: 30%;
        margin: 15vh auto 0;
    }

    nav .inner
    {
        width: 100%;
        margin: 6rem auto 3rem;
    }

    nav .inner ul
    {
        display: block;
        list-style: none;
        margin: 0;
        padding: 0 38px 32px;
    }

    nav .inner ul li
    {
        position: relative;
        padding: 0;
        margin: 0;
        text-align: left;
    }

    #header nav .inner ul li a
    {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 3em;
        line-height: 3em;
        font-size: 1.6rem;
        text-decoration: none;
        transition-duration: 0.2s;
        padding: 0;
    }

    #header.change nav .inner ul li a
    {
        color: #464040;
        height: 3em;
        line-height: 3em;
    }

    #header.change .inner ul li a.btn p
    {
        display: block;
        color: #fff;
    }

    #header nav .inner ul li a.btn
    {
        width: 100%;
        height: 8rem;
        margin-left: 0;
        margin-top: 4rem;
        font-size: 1.5rem;
    }

    /*ハンバーガーボタン*/
    .toggle_btn
    {
        display: block;
        position: fixed;
        top: 25px;
        right: 6%;
        width: 29.3px;
        height: 19px;
        transition: all .5s;
        cursor: pointer;
        z-index: 310;
    }

    #header .toggle_btn span
    {
        display: block;
        position: absolute;
        left: 0;
        height: 1.5px;
        background-color: #428CB8;
        transition: all .5s;
    }

    #header.change .toggle_btn span
    {
        background-color: #fff;
    }

    .toggle_btn span:nth-child(1)
    {
        top: 0px;
        width: 29.3px;
    }

    .toggle_btn span:nth-child(2)
    {
        top: 9px;
        width: 22px;
    }

    #header .open .toggle_btn
    {
        z-index: 300;
    }

    #header.change .open .toggle_btn span
    {
        background: #428CB8;
    }

    .open .toggle_btn span:nth-child(1)
    {
        -webkit-transform: translateY(10px) rotate(-215deg);
        transform: translateY(10px) rotate(-215deg);
    }

    .open .toggle_btn span:nth-child(2)
    {
        width: 29.3px;
        top: 18px;
        -webkit-transform: translateY(-8px) rotate(215deg);
        transform: translateY(-8px) rotate(215deg);
    }

    #mask
    {
        display: none;
        transition: all .5s;
    }

    .open #mask
    {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(255, 255, 255, 0.75);
        opacity: .8;
        z-index: 200;
        cursor: pointer;
    }
}

/*マージン、パディング
-------------------------------------*/
.mt
{
    margin-top: 119px;
}

.mtt
{
    margin-top: 80px;
}

.pt
{
    padding-top: 120px;
}

.ptt
{
    padding-top: 80px;
}

@media screen and (max-width: 1100px)
{
    .mt
    {
        margin-top: 50px;
    }

    .mtt
    {
        margin-top: 25px;
    }

    .pt
    {
        padding-top: 40px;
    }
    .ptt
    {
        padding-top: 40px;
    }
}

/*コンテナ
-------------------------------------*/
section,
article,
div
{
    display: block;
    box-sizing: border-box;
}

.container
{
    max-width: 1000px;
    width: 85%;
    margin: 0 auto;
}

.container-full
{
    width: 100%;
    margin: 0 auto;
}

@media screen and (max-width: 1218px)
{
    .container
    {
        width: 85%;
    }
}


/*下層ページ共通
-------------------------------------*/
main.page
{
    padding-top: 70px;
}

/*ページタイトル*/
.topimg
{
    position: relative;
    height: 256px;
    width: 100%;
    margin-bottom: 95px;
}

.topimg .pagetitle
{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 70vw;
    padding: 0.5em 4em;
    letter-spacing: 0.1em;
    background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
}

.topimg .pagetitle h1
{
    display: inline-block;
    font-size: 3rem;
    background: linear-gradient(270deg, #5FCE84 0%, #428CB8 40%, #01295D 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media screen and (max-width: 1100px)
{
    main.page
    {
        padding-top: 58px;
    }

    .topimg
    {
        height: 106px;
        margin-bottom: 40px;
    }

    .topimg .pagetitle
    {
        padding: 0.5em 1.5em;
    }

    .topimg .pagetitle h1
    {
        font-size: 1.8rem;
    }
}


/*ページトップへ戻るボタン
-------------------------------------*/
#pagetop
{
    position: absolute;
    top: 0;
    right: 5%;
    width: 57px;
    height: 57px;
    background-image: url(img/common/pagetop.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

@media screen and (max-width: 1100px)
{
    #pagetop
    {
        width: 36px;
        height: 36px;
    }
}

/*フッター
-------------------------------------*/
footer
{
    position: relative;
    width: 100%;
    background: #fff;
    padding: 25px 3% 21px;
    margin-top: 11rem;
    border-top: 1px solid #8A9CAB;
}

footer .inner
{
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto 2rem;
}

footer ul
{
    display: flex;
    justify-content: center;
}

footer ul li a
{
    padding: 0.5rem 2rem;
    font-size: 1.35rem;
}

.footer-logo img
{
    width: 27.4rem;
    height: auto;
}

.copyright
{
    text-align: right;
    font-size: 12px;
    padding-right: 2rem;
}

@media screen and (max-width: 1100px)
{
    footer
    {
        margin-top: 4rem;
    }

    footer .inner
    {
        display: block;
        text-align: center;
    }

    footer ul
    {
        display: block;
    }

    .footer-logo
    {
        margin-bottom: 1rem;
    }

    .footer-logo img
    {
        width: 20rem;
    }

    .copyright
    {
        text-align: center;
        padding: 0;
    }
}

/* アニメーション
--------------------------------*/
/* 下フェードイン */
.slide-bt
{
    opacity: 0;
    transform: translate(0, 40px);
    transition: all 1s ease-out;
}