<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/*外部font読み込み*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100..900&amp;family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&amp;family=Zen+Old+Mincho:wght@400;500;600;700;900&amp;display=swap');

/*--------------------共通--------------------*/

*,
*::before,
*::after {
    box-sizing: border-box;
	font-variant-ligatures: none;
    /*-webkit-backface-visibility: hidden;
    backface-visibility: hidden; */
  /*-webkit-text-size-adjust: 100%;*/
    -webkit-appearance: none;
    -webkit-text-size-adjust: none;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    font-weight: initial;
}

nav ul,
li{
    list-style:none;
}

a {
    text-decoration: none;
}

input:focus,
textarea:focus {
    outline: none;
}


/* Setting-basic
---------------------------------------*/
body {
    font-family: 'Zen Kaku Gothic New', -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    font-weight: 400;
    color: #000;
    font-size: 18px;
    letter-spacing: 0.05em;
}
@media all and (min-width:768px){
  body {
    min-width: 1140px;
    overflow-x: hidden;
  }

}
@media all and (max-width:767px) {
    body {
        font-size: 14px;
    }

}


/* Font
---------------------------------------*/
.mont{
    font-family: "Montserrat", sans-serif;
}
.serif{
    font-family: "Zen Old Mincho", serif;
}



/* Image
---------------------------------------*/
img {
    border: 0;
    vertical-align: bottom;
    max-width: 100%;
    width: 100%;
    height: auto;
}

/* Link
---------------------------------------*/
a {
  transition: 0.3s ease;
  text-decoration: none;
  color: #000;
}
a:active,
a:focus {
    outline: none;
}
a img {
  transition: 0.3s ease;
}
@media all and (min-width: 768px) {
  /*a:hover {
    opacity: 0.7;
    transition: 0.3s ease;
  }*/
}

.hide_txt{
    overflow: hidden;
    text-indent: 200%;
    white-space: nowrap;
    display: block;
}


/*pc sp only*/
.none {
  display: none;
}
.nolink {
  pointer-events: none;
}
@media all and (min-width: 768px) {
  .nonePC {
    display: none !important;
  }
  .nolinkPC {
    pointer-events: none;
  }
}
@media all and (max-width:767px) {
  .noneSP {
    display: none !important;
  }
  .nolinkSP {
    pointer-events: none;
  }
}

/* root
***************************************************************/
/*色設定*/
:root {
  --white: #fff;
/*  青色*/
  --blue: #00479d;
/*  オレンジ*/
  --orange: #ff9028;
/*  グレー*/
  --gray: #93a2aa;

}

/* Load Effect
***************************************************************/
@keyframes opacity {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
body {
  animation: opacity ease 1s forwards;
}

/* main
***************************************************************/
main {
    padding-top: 140px;
    overflow-x: hidden;
}

@media all and (min-width: 768px) {
  /*body:not(.home) main {
      padding-top: 180px;
      min-height: calc(100vh - 420px);
  }*/
}

@media all and (max-width:767px) {
	main {
		padding-top: 60px;
	}
}

/* content
***************************************************************/
.inner{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.sec{
	padding-top: 100px;
	padding-bottom: 100px;
}
/*ドロップシャドウ*/
.drop{
  position: relative;
  display: block;
  &amp; ::after{
    content: '';
    width: 100%;
    height: 100%;
    background-color: #e5ecf5;
    display: block;
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: -1;
  }
}

.bg_gray .drop{
  &amp; ::after{
    background-color: #ccdaeb;
   }
}

/*--------------------PC--------------------*/
@media all and (min-width:768px){
  .inner{
    width: 1140px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
  }
  .float_btn{
    position: fixed;
    right: 0;
    top: 25%;
    &amp;:hover{
        opacity: .7;
    }
    /*top: 50%;
    transform: translateY(-50%);*/
  }
}
/*--------------------SP--------------------*/
@media all and (max-width:767px){
  .inner {
      width: auto;
      margin-left: 6%;
      margin-right: 6%;
  }
	.sec{
		padding-top: 50px;
		padding-bottom: 50px;
	}

    /*ドロップシャドウ*/
    .drop{
      &amp; ::after{
        left: 5px;
        top: 5px;
      }
    }

}




/* ヘッダーエリア
***************************************************************/


#head .inner {
    display: flex;
    align-items: flex-start;
    height: 140px;
/*    background-color: #99ffff;*/
      .siteID {
          display: flex;
          width: 160px;
          background: #00479d;
          border-radius: 0 0 20px 20px;
          padding: 15px 20px 13px;
          position: relative;
          top: 0;
          margin-right: 40px;
          margin-left: -20px;
          height: auto;
          a{
            width: 100%;
          }
      }
}

.head_tel {
    position: relative;
    display: flex;
    flex-direction: column;
    font-size: 30px;
    color: #ff9028;
    text-align: right;
    font-weight: 700;
    letter-spacing: 0.05em;
}
.head_tel span {
    font-size: 16px;
    color: #333;
    margin-right: 0.2em;
    margin-top: 0.5em;
    letter-spacing: 0;
}
.head_tel::before {
    content: '';
    /* width: 24px; */
    width: 1em;
    height: 1em;
    background: url(../../img/common/tel_ico.svg) center / contain no-repeat;
    position: absolute;
    display: block;
    left: -1.2em;
    top: 0.05em;
}
.head_conv {
    display: flex;
    height: 100%;
    align-items: center;
    margin-left: auto;
}
.head_contact {
    position: relative;
    width: auto;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 2em 0 2.3em;
    background-color: #014099;
    margin-left: 35px;
}
.head_contact span {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    position: relative;
    padding-left: 1.3em;
}
.head_contact span::before {
    content: '';
    width: 1.3em;
    height: 1em;
    background: url(../../img/common/mai_ico.svg) center / contain no-repeat;
    position: absolute;
    display: block;
    left: -0.3em;
    top: 0.08em;
}
.gNav ul{
    display: flex;
    justify-content: space-between;
}
.gNav li {
/*    width: calc(100% / 6);*/
padding-left: 20px;
padding-right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 140px;
    position: relative;
}
.gNav li a {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    width: 100%;
    font-size: 18px;
}
.gNav li a span{
    color: #014099;
    margin-top: 0.5em;
}

/*.mvWrap h2 {
    background: rgb(1 64 153 / 70%);
    display: inline-block;
    width: auto;
    padding: 20px;
    top: 50%;
    position: relative;
    transform: translateY(-50%);
    left: calc((100% - 1150px) / 2);
    border-radius:15px;
    color: #fff;
    font-size: 40px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 300;
}*/

@media all and (min-width: 768px) {

    header.head {
        position: fixed;
        /*background-color: #eee;*/
        transition: .5s ease;
        width: 100%;
        z-index: 100;
        height: 140px;
        left: 0;
        top: 0;
        background-color: #fff;
/*        min-width: 1140px;*/
    }
    .navOn header.head {
        position: fixed;
        transition: .5s ease;
        top: 80px;
    }
    /*body:not(.home) header#head {
        top: 80px;
        position: fixed;
    }*/


    header .gNav .ul1&gt;li::after {
        content: '';
        position: absolute;
        left: 50%;
        bottom: 46px;
        transform: translateX(-50%);
        /*height: 6px;
        width: 100%;
        background-image: url("data:image/svg+xml,%3Csvg width='64' height='6' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 3 Q 4 0 8 3 T 16 3 T 24 3 T 32 3 T 40 3 T 48 3 T 56 3 T 64 3' stroke='%2300479d' fill='transparent' stroke-width='2'/%3E%3C/svg%3E");
        background-repeat: repeat-x;
        background-size: auto 100%;*/
        width: 66px;
        height: 5px;
        background: url(../../img/common/nami_b.svg) center / cover no-repeat;
        opacity: 0;
        transition: opacity 0.3s;
        pointer-events: none;
    }

    header .gNav .ul1&gt;li:hover::after,
    header .gNav .ul1&gt;li.current::after {
  opacity: 1;
    }
}

/*.gNav li + li::before{
    content: '';
    height: 40px;
    width: 0px;
    bottom: 30px;
    left: 0;
    border-left: 1px solid #cbcbcb;
}*/


@media all and (max-width:767px) {

    header {
        height: 60px;
        position: fixed;
        top: 0;
        z-index: 100;
        width: 100%;
        right: 0;
        background: #fff;
    }

    /*.open header {
        background-color: #ffffffeb;
        width: 100%;
    }*/
    header#head .inner {
        width: 100%;
        height: 100%;
        margin-left: 0;
            .siteID {
                width: 70px;
                border-radius: 0 0 10px 10px;
                padding: 10px 10px 10px;
                margin-left: 0;
                margin-right: 0;
                z-index: 2;
                flex-shrink: 0;
            }
            &amp;::before{
                content: '';
                display: block;
                width: 100%;
                height: 60px;
                background-color: #fff;
                position: absolute;
                left: 0;
                top: 0;
                z-index: 1;
            }
    }

    /*.head .siteID{
        opacity: 0;
        visibility: hidden;
        position: relative;
        top: 12px;
    }
    .open .head .siteID{
        opacity: 1;
        visibility: visible;
        top: 11px;
    }*/

    h1 a {
        display: flex;
        flex-direction: column;
        font-size: 24px;
        font-weight: 700;
        /*letter-spacing: -0.05em;*/
        letter-spacing: 0;
    }
    h1 a span {
        font-size: 10px;
        margin-bottom: 0.5em;
        margin-left: 0.2em;
        letter-spacing: 0;
    }

    .head_conv {
        display: flex;
        height: 60px;
        align-items: center;
        /* position: fixed; */
        bottom: 0;
        width: 100%;
        z-index: 100;
        left: 0;
        margin-right: 80px;
    }
    .head_tel {
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        font-size: 20px;
        color: #fc9900;
        text-align: right;
        font-weight: 700;
        letter-spacing: -0.02em;
        width: auto;
        /* background: #fc9900; */
        height: 100%;
        justify-content: center;
        /* padding-left: 0.7em; */
        margin-left: auto;
        margin-right: 0;
    }
    .head_tel span {
        color: #000;
        font-size: 12px;
        margin-top: 4px;
        margin-right: 0;
    }
    .head_tel::before {
        content: '';
        /* width: 24px; */
        width: 0.9em;
        height: 0.9em;
        position: absolute;
        display: block;
        left: calc((100% - 165px) / 2);
        top: 14.3px;
        background: url(../../img/common/tel_ico.svg) center / contain no-repeat;
    }
    .head_contact {
        position: relative;
        width: auto;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0;
        background-color: #014099;
        margin-left: 0;
        width: 40%;
        font-size: 22px;
    }
    .head_contact span::before {
        width: 1.1em;
        height: 0.8em;
        left: -0.1em;
        top: 0.16em;
    }




    /* gNav */
    header .gNav {
        position: fixed;
        top: 60px;
        left: 0;
        width: 100%;
        height: auto;
        overflow: visible;
        padding: 55px 0 50px;
        background-color: rgba(25, 89, 167, 0.9);
/*        opacity: 0;*/
        pointer-events: none;
        transition: transform 0.5s ease-in-out;
        /* flex-direction: column; */
/*        z-index: -1;*/
        transform: translateY(-130%);
    }
    header .gNav::after {
        content: '';
        width: 100%;
        height: 52px;
        display: block;
        position: absolute;
        bottom: -52px;
        left: 0;
        background: url(../../img/common/menu_wave.png) center top / 375px 52px repeat-x;
        opacity: .9;
    }

    .open header .gNav {
/*        opacity: 1;*/
        pointer-events: auto;
/*        z-index: 1;*/
        /*height: 100%;*/
        transform: translateY(0);
    }

    header .gNav .ul1 {
        display: block;
        height: auto;
        padding-left: 0;
/*        border-bottom: 1px solid #fff;*/
        width: 54%;
        margin-left: auto;
        margin-right: auto;
    }

    header .gNav .ul1&gt;li {
        height: auto;
        position: relative;
        width: 100%;
        border-bottom: 1px solid #fff;
    }

    /*header .gNav .ul1&gt;li+li{
        border-bottom: 1px solid #fff;
    }*/

    header .gNav .ul1&gt;li .link1 {
        height: auto;
        padding: 19px 5px;
        font-size: 20px;
        text-align: center;
        font-weight: 700;
        color: #fff;
        display: block;
    }

    header .gNav .ul1&gt;li .dl1 {
        height: auto;
    }

    header .gNav .ul1&gt;li .dl1 .link1 {
        padding-left:2em;
    }
    header .gNav .ul1&gt;li .link1 {
        padding-left: 1em !important;
        color: #fff;
        font-weight: 700;
    }
    header .gNav .ul1&gt;li .dl1 .link1::before,
    header .gNav .ul1&gt;li .dl1 .link1::after {
        content: "";
        width: 1px;
        height: 12px;
        background-color: #fff;
        border-radius: 10px;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 10px;
        margin: auto;
        transition: 0.3s ease;
    }

    header .gNav .ul1&gt;li .dl1 .link1::after {
        transform: rotate(90deg);
    }

    header .gNav .ul1&gt;li .dl1 .link1.on::before {
        transform: rotate(90deg);
    }

    header .gNav .ul1&gt;li .dl1 .link1.on::after {
        opacity: 0;
    }

    header .gNav .subNav {
        width: 100%;
        position: static;
        pointer-events: auto;
        display: none;
    }

    header .gNav .subNav .ul2 {
        background-color: #747474;
        position: initial;
    }

    header .gNav .privacyLink {
        margin-top: 32px;
    }
    header .gNav .privacyLink a {
        display: block;
        font-size: 12px;
        text-align: center;
        color: #fff;
        padding: 20px 0;
    }

    header .gNav .subNav .ul2.works_2clm{
        display: flex;
        flex-wrap: wrap;
    }
    header .gNav .subNav .ul2.works_2clm .li2{
        width: 50%;
        text-align: center;
    }
    header .gNav .subNav .ul2.works_2clm .li2 a{
        padding-left: 10px;
    }
    header .gNav .subNav .ul2.works_2clm .li2:nth-child(2){
        border-top: none;
    }
    header .gNav .subNav .ul2.works_2clm .li2:nth-child(2n){
        border-left: 1px solid #A0A29E;
    }

    /* toggleBtn */
    .toggleBtn {
        width: 45px;
        height: 45px;
        padding: 8px;
        position: absolute;
        top: 8px;
        right: 10px;
        z-index: 101;
        /* background: transparent; */
        transition: .3s;
        cursor: pointer;
        background: #00479d;
        border-radius: 5px;
    }

    .toggleBtn &gt; p {
        position: relative;
        height: 100%;
        background: url(../../img/common/menu_btn.svg) center top / 28px auto no-repeat;
    }

    /*.toggleBtn p span::before,
    .toggleBtn p span::after {
        content: "";
        position: absolute;
        left: 0;
        top: 0px;
        display: block;
        width: 100%;
        height: 1px;
        background: #fff;
        transition: 0.3s;
    }
    .toggleBtn p span {
        transform: translateY(-50%);
        background: #fff;
        height: 1px;
        display: block;
        top: 50%;
        position: relative;
        transition: .3s;
        top: 8px;
    }

    .toggleBtn p span::before {
        transform: translateY(-6px) rotate(0deg);
    }

    .toggleBtn p span::after {
      transform: translateY(6px) rotate(0deg);
      top: 0px;
      left: auto;
    }

    .open .toggleBtn p span {
        background: transparent;
    }

    .open .toggleBtn p span::before {
        top: 0;
        transform: translateY(calc(-50% + 2px)) rotate(-23deg);
    }

    .open .toggleBtn p span::after {
        bottom: 0;
        transform: translateY(calc(-50% + 2px)) rotate(23deg);
        width: 100%;
        top: 0;
    }*/



    .menu_name {
        font-weight: 400;
        justify-content: center;
        padding-top: 0;
        font-size: 10px;
        letter-spacing: 0.05em;
        left: 1px;
        top: -9px;
        position: relative;
        color: #fff;
    }

    .menu_name p{
      transition: .26s;
      position: absolute;
    }
    .menu_name .menu_name_off {
        opacity: 1;
        margin: 0 0 0 -0.1em;
        text-align: center;
        display: inline;
        position: absolute;
        width: 100%;
    }
    .menu_name .menu_name_on{
      opacity: 0;
        margin: 0 0 0 -0.35em;
        text-align: center;
        display: inline;
        position: absolute;
        width: 100%;
    }
    body.open .menu_name .menu_name_off{
      opacity: 0;
    }
    body.open .menu_name .menu_name_on{
      opacity: 1;
    }
    .head_mailBtn {
        margin-left: auto;
        right: 65px;
        position: relative;
        z-index: 1;
    }
    header .foot_toi {
        margin-top: 8px;
/*        max-width: 45px;*/
        width: 45px;
        display: block;
    }


}


/* 下層用サブヘッダー not_single
***************************************************************/
.underHead {
    position: relative;
    background-color: #f0f9fe;
}
.underHead .inner{
    position: relative;
    width: 1000px;
}
.underHead h2 {
    font-size: 40px;
    font-weight: 500;
    color: #014099;
    padding-top: 1.6em;
    padding-bottom: 1.6em;
}

@media all and (min-width: 768px) {
    .underHead_bg {
        width: calc(100% - 120px);
    }
}

@media all and (min-width: 1000px) {
    .underHead_bg {
        width: calc(880px + ((100% - 1000px) / 2));
    }
}

@media all and (max-width:767px) {
    .underHead {
        position: relative;
        padding-bottom: 0px;
        margin-bottom: 53px;
    }
    .underHead_bg {
        position: relative;
        height: 100%;
    }
    .underHead .inner {
        position: relative;
        width: 84%;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
    .underHead h1 {
        font-size: 25px;
        display: flex;
        align-items: center;
        margin-left: auto;
        text-align: center;
        position: relative;
        margin-right: auto;
        background-color: #fff;
        padding: 20px 0;
        top:0;
    }
    .underHead h1 span {
        font-size: 13px;
        bottom: -2px;
    }
    .underHead h2 {
        font-size: 25px;
        padding-top: 1em;
        padding-bottom: 1em;
    }
}





/* フッターエリア
***************************************************************/


.scrollTop {
  width: 60px;
  height: 60px;
}
.pageScroll .scrollTop{
  opacity: 1;
  pointer-events: initial;
}
@media all and (min-width:768px) {
  .scrollTop {
      position: fixed;
      bottom: 20%;
      right: calc((100% - 1320px) / 2);
      z-index: 110;
      opacity: 0;
      pointer-events: none;
  }
  .scrollTop:hover{
    opacity: .7;
  }
}
@media all and (max-width:767px) {
  .scrollTop {
  width: 45px;
  height: 45px;
      position: fixed;
      bottom: 14%;
      right: 3%;
      z-index: 110;
      opacity: 0;
      pointer-events: none;
  }
  .open .scrollTop {
    display: none;
  }
}
@media all and (max-width:370px) {
}






/* foot_top_conwrap
***************************************************************/
.foot_top_conwrap{
    width: 100%;
    position: relative;
        &amp;::before {
            content: '';
            width: calc((100% - 1100px) / 2);
            height: 90px;
            position: absolute;
            background: #00479d;
            z-index: 1;
            display: block;
            left: 0;
            top: 0;
        }
        .inner{
            position: relative;
            display: flex;
            justify-content: space-between;
            align-items: center;
                &amp; &gt; span {
                    width: 575px;
                    height: 90px;
                    position: relative;
                    background: url(../../img/common/foot_toiawasesaki.svg) center bottom / contain no-repeat;
                    z-index: 1;
                    display: block;
                    left: -20px;
                }
                .foot_conv {
                    width: calc(100% - 575px);
                    display: flex;
                    justify-content: flex-end;
                    align-items: center;
                    .head_contact{
                        background-color: #ff9028;
                        height: 50px;
                    }
                }
                
        }
}
/*--------------------PC--------------------*/
@media all and (min-width:768px){
}
/*--------------------SP--------------------*/
@media all and (max-width:767px){
}
/*--------------------iP_SE--------------------*/
@media all and (max-width:370px){
}







/* foot
***************************************************************/
.foot {
    position: relative;
    padding-top: 50px;
    background-color: #fff;
    color: #000;
}

.foot .inner{
    position: relative;
}

@media all and (min-width:768px) {
    .foot{
        border-top: 10px solid #00479d;
    }
    .foot .footWrap04 .inner {
        position: relative;
        height: 100%;
        display: flex;
        padding-top: 32px;
        justify-content: center;
    }
}
@media all and (max-width:767px) {
  .foot {
    border-top: 5px solid var(--blue);
    padding-top: 40px;
  }
}


/* footWrap01
***************************************************************/
.foot h1{
    width: 374px;
    height: auto;
}
.footWrap01 .f_address{
    font-size: 18px;
    margin-top: 40px;
    letter-spacing: 0;
}

.foot_contact {
    display: flex;
    margin-top: 0.8em;
}
.foot_contact a {
    font-size: 18px;
}

@media all and (min-width:768px) {
    .foot{
        .box01{
            display: flex;
            justify-content: space-between;
        }
    }
    .foot_contact a + a {
        margin-left: 20px;
    }

}
@media all and (max-width:767px) {
  .footWrap01 {
      display: flex;
      flex-direction: column;
      align-items: center;
      padding-bottom: 60px;
  }
  .footWrap01 .f_address {
      font-size: 14px;
      margin-top: 2.5em;
      margin-left: 0;
      letter-spacing: 0;
      line-height: 1.65;
      text-align: center;
  }
  .foot h1{
    width: 180px;
  }

  .foot_contact {
      margin-top: 15px;
      display: flex;
      align-items: center;
      flex-direction: column;
  }
  .foot_contact a {
    font-size: 14px;
  }
    .foot_contact a + a{
        margin-top: 0.8em;
    }

}
@media all and (max-width:370px) {
}

/* footWrap02
***************************************************************/

@media all and (min-width:768px) {
  .footWrap02 {
      position: absolute;
      right: 0;
      top: 25px;
      width: 430px;
      margin-right: 70px;
      display: flex;
      flex-wrap: wrap;
  }
  .footWrap02 a {
      width: 50%;
      display: block;
      font-size: 18px;
      opacity: 1;
      display: flex;
      align-items: center;
        &amp;::before {
            content: '';
            width: 0;
            height: 0;
            border-style: solid;
            border-top: 9px solid transparent;
            border-bottom: 9px solid transparent;
            border-left: 12px solid #00479d;
            border-right: 0;
            margin-right: 0.4em;
        }
  }
  .footWrap02 a:hover {
    opacity: .7;
  }
  .footWrap02 a + a + a {
    margin-top: 40px;
  }
}
@media all and (max-width:767px) {
  .footWrap02 {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      width: 90%;
      margin-left: auto;
      margin-right: auto;
  }
  .footWrap02 a {
      padding: 0.75em 0;
      display: flex;
      align-items: center;
      &amp;::before {
            content: '';
            width: 0;
            height: 0;
            border-style: solid;
            border-top: 7px solid transparent;
            border-bottom: 7px solid transparent;
            border-left: 9px solid #00479d;
            border-right: 0;
            margin-right: 0.4em;
        }
  }
  .footWrap02 a:nth-child(odd){
      width: 40%;

  }
  .footWrap02 a:nth-child(even) {
/*    margin-left: 4%;*/
      width: 60%;
  }
  .footWrap02 a + a + a{
    border-top: 1px solid #fff;
  }
}
@media all and (max-width:370px) {
}


/* footWrap04
***************************************************************/
.footWrap04{
  margin-top: 100px;
  height: 79px;
    background: url(../../img/common/foot_bgline.svg) center bottom / 282px 79px repeat-x;
  color: #fff;
}
.footWrap04 .cRight {
    font-size: 11px;
    text-align: center;
    font-weight: 400;
    line-height: 40px;
}
@media all and (min-width: 768px) {
}
@media all and (max-width:767px) {
    .footWrap04 .inner{
        padding-top: 15px;
    }
    .footWrap04{
        margin-top: 30px;
        height: 57px;
        background: url(../../img/common/foot_bgline_sp.svg) center bottom / 375px 57px repeat-x;
    }
    .footWrap04 .cRight {
        font-size: 10px;
        line-height: 27px;
    }
}
@media all and (max-width:370px) {
}





















/* フェード
***************************************************************/

@media all and (min-width: 768px) {
  .action.up {
    opacity: 0;
    transform: translate(0, 100px);
    transition: opacity 1000ms ease 0.25s, transform 1000ms ease 0.25s;
  }
  .action.left {
    opacity: 0;
    transform: translate(-100px, 0);
    transition: opacity 1000ms ease 0.25s, transform 1000ms ease 0.25s;
  }
  .action.right {
    opacity: 0;
    transform: translate(100px, 0);
    transition: opacity 1000ms ease 0.25s, transform 1000ms ease 0.25s;
  }
  .action.up.scrollin,
  .action.left.scrollin,
  .action.right.scrollin {
    opacity: 1;
    transform: translate(0, 0);
  }
  .action.delay1 {
    transition: opacity 1000ms ease 0.5s, transform 1000ms ease 0.5s;
  }
  .action.delay2 {
    transition: opacity 1000ms ease 0.75s, transform 1000ms ease 0.75s;
  }
  .action.delay3 {
    transition: opacity 1000ms ease 1s, transform 1000ms ease 1s;
  }
}

@media all and (max-width: 767px) {
  .action.up_sp {
    opacity: 0;
    transform: translate(0, 50px);
    transition: opacity 750ms ease 0.25s, transform 750ms ease 0.25s;
  }
  .action.left_sp {
    opacity: 0;
    transform: translate(-50px, 0);
    transition: opacity 750ms ease 0.25s, transform 750ms ease 0.25s;
  }
  .action.right_sp {
    opacity: 0;
    transform: translate(50px, 0);
    transition: opacity 750ms ease 0.25s, transform 750ms ease 0.25s;
  }
  .action.up_sp.scrollin,
  .action.left_sp.scrollin,
  .action.right_sp.scrollin {
    opacity: 1;
    transform: translate(0, 0);
  }
  .action.delay1_sp {
    transition: opacity 750ms ease 0.5s, transform 750ms ease 0.5s;
  }
  .action.delay2_sp {
    transition: opacity 750ms ease 0.75s, transform 750ms ease 0.75s;
  }
  .action.delay3_sp {
    transition: opacity 750ms ease 1s, transform 750ms ease 1s;
  }
}


/* 共通
***************************************************************/
.bg_gray{
  background-color: #f4f6f6;
  z-index: 0;
  position: relative;
}

.btn{
  display: block;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, #00479d, #01b4ed);
  font-size: 24px;
  color: #fff;
  display: flex;
  align-items: center;
  padding-left: 40px;
  position: relative;
}
.btn::before{
  content: '';
  width: 21px;
  height: 21px;
  background: url(../../img/common/btn_arrow.svg) center / cover no-repeat;
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translateY(-50%);
  transition: 0.3s;
}

/*--------------------PC--------------------*/
@media all and (min-width:768px){
  .d_flex{
    display: flex;
    justify-content: space-between;
  }
  .btn:hover::before{
    right: 30px;
  }

}
/*--------------------SP--------------------*/
@media all and (max-width:767px){
    .btn{
      font-size: 17px;
      padding-left: 20px;
    }
    .btn::before{
      right: 20px;
    }

}


/* .under_head
***************************************************************/
.under_head{
    width: 100%;
    height: 450px;
    background: url(../../img/common/under_head_bg.jpg) center / cover no-repeat;
    position: relative;
    padding-top: 110px;
}
.under_head::after{
    content: '';
    width: 100%;
    height: 79px;
    background: url(../../img/common/under_head_nami_w.svg) center bottom / 282px 79px repeat-x;
    position: absolute;
    bottom: -1px;
}
.services .under_head::after,
.contact .under_head::after,
.check .under_head::after,
.thanks .under_head::after{
    background: url(../../img/common/under_head_nami_g.svg) center bottom / 282px 79px repeat-x;
}

.under_head_ttl .mont{
  font-size: 16px;
  font-weight: 700;
  color: #93a2aa;
  position: relative;
  display: flex;
  align-items: center;
}
.under_head_ttl .mont::after{
  content: '';
  width: 50px;
  height: 6px;
  background: url(../../img/common/nami_g.svg) center / 100% no-repeat;
  margin-left: 10px;
}
.under_head_ttl .ja{
  font-size: 60px;
  font-weight: 500;
  color: var(--blue);
  margin-top: 15px;
}

/*--------------------PC--------------------*/
@media all and (min-width:768px){
}
/*--------------------SP--------------------*/
@media all and (max-width:767px){
    .under_head{
        height: 200px;
        background: url(../../img/common/under_head_bg_sp.jpg) center / cover no-repeat;
        padding-top: 50px;
    }
    .under_head::after{
        height: 25px;
        background: url(../../img/common/under_head_nami_w.svg) center bottom / 92px 25px repeat-x;
    }
    .services .under_head::after,
    .contact .under_head::after,
    .check .under_head::after,
    .thanks .under_head::after{
        background: url(../../img/common/under_head_nami_g.svg) center bottom / 92px 25px repeat-x;
    }

    .under_head_ttl .mont{
        font-size: 13px;
    }
    .under_head_ttl .mont::after{
        width: 30px;
        height: 4px;
        margin-left: 5px;
    }
    .under_head_ttl .ja{
        font-size: 35px;
        font-weight: 500;
        margin-top: 10px;
    }

}





/* pagenation
***************************************************************/
/*.pagenation ul li.next,
.pagenation ul li.prev{
  display: none !important;
}*/
/*li.prev a, li.next a  {
    background-color: #ededed;
}*/

.pagenation {
    display: flex;
    justify-content: center;
    margin-bottom: 110px;
}
.pagenation ul {
    display: flex;
    height: 40px;
    gap: 0 10px;
}
.pagenation ul li {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    position: relative;
    border: 2px solid #93a2aa;
    font-family: "Montserrat", sans-serif;
}
.pagenation ul li.next a, .pagenation ul li.prev a {
    padding-bottom: 0.1em;
    font-weight: 700;
    font-size: 25px;
    font-family: "Montserrat", sans-serif;
}
.pagenation ul li a{
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #93a2aa;
  width: 100%;
  height: 100%;
  text-decoration: none;
  font-weight: 700;
}
.pagenation ul li.active {
    border: 2px solid #00479d !important;
}
.pagenation ul li.active a{
  color: #fff;
  background-color: #00479d;
  pointer-events: none;
  font-size: 18px;
}


.notNumbering{
  pointer-events:none;
    padding-bottom: 0.5em;
    border: none !important;
    width: 20px !important;
}
.notNumbering span {
    color: #93a2aa;
    font-weight: 700;
}

@media all and (min-width:768px) {
  .pagenation ul li:hover{
    border-color: #00479d;
  }
  .pagenation ul li:hover a{
    color: #fff;
    background-color: #00479d;
  }
  .pagenation ul li.active:hover{
    background-color: #00479d;
  }
  .pagenation ul li.active:hover a{
    pointer-events: none;
    color: #fff;
  }
}
@media all and (max-width:767px) {
  .pagenation {
      display: flex;
      justify-content: center;
/*      margin-top: 50px;*/
  }
}
@media all and (max-width:370px) {
}





/* aaa
***************************************************************/

/*--------------------PC--------------------*/
@media all and (min-width:768px){
}
/*--------------------SP--------------------*/
@media all and (max-width:767px){
}
/*--------------------iP_SE--------------------*/
@media all and (max-width:370px){
}


</pre></body></html>