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

/*CSSDocument*/


/* html body base
===============================================================*/


/*
html ----------------------------------------------------------*/

*{ margin:0px; padding:0px;}

body{
  color:#000000;
  margin:0;
  padding:0;
  background:#FFFFFF;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  text-align:center;
  font-size:100%;
  -webkit-text-size-adjust: none;
  position:relative;
}

a:link,
a:visited,
a:hover,
a:active { color:#000;text-decoration:none;}

ul{ list-style:none;}

img {
  padding:0px;
  margin:0px;
  vertical-align:bottom;
  max-width: 100%;
  height: auto;
}
a {
  transition: all 0.5s ease-out;
}
a:hover {
  opacity:0.7;
}

/*
html ----------------------------------------------------------*/
@media screen and (min-width: 641px) {
  .u-showSP {
    display: none;
  }
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
@media screen and (max-width: 640px) {
  .u-showPC {
    display: none;
  }
}

.u-word_wrap {
  display: inline-block;
}


/* body base
===============================================================*/
.l-wrap {
  padding: 150px 0 0 0;
}
@media screen and (max-width: 990px) {
  .l-wrap {
    padding: 70px 0 0 0;
  }
}

.l-inner {
  max-width: 1260px;
  box-sizing: content-box;
  padding: 0 30px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .l-inner {
    padding: 0 15px;
  }
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10000;
}
.l-headerInner {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 30px;
  box-sizing: content-box;
}
.p-header {
  background-color: #fff;
  position: relative;
}
.p-headerUpper {
  background: #f1f1f1;
  width: 100%;
  height: 25px;
  font-size: 11px;
  font-weight: bold;
  line-height: 1.4;
  text-align: left;
}
.p-headerUpperText {
  font-size: 11px;
  font-weight: bold;
  line-height: 1.4;
  text-align: left;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  box-sizing: border-box;
  padding: 4px 0;
}

.p-headerWrap {
  width: 100%;
  height: 85px;
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.p-headerLogo {
  width: 100%;
  text-align: left;
}
.p-headerLogo a {
  display: block;
  max-width: 406px;
}
.p-headerContact {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
}
.p-headerContact__item {
  width: 240px;
  height: 60px;
  position: relative;
}
.p-headerContact__item + .p-headerContact__item {
  margin-left: 14px;
}
.p-headerContact__item a {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border-radius: 30px;
  display: block;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  padding:  10px 14px 10px 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.p-headerContact__item_upper {
  font-size: 22px;
}
.p-headerContact__item_lower {
  font-size: 13px;
  margin-top: 4px;
}
.p-headerContact__item:before {
  background-position: center;
  background-repeat: no-repeat;
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 30px;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.p-headerContact__item.p-headerContact__item--tel a {
  background: #2ccbd5;
  color: #FFF;
}
.p-headerContact__item.p-headerContact__item--tel:before {
  background-image: url(../images/common/icon-phone.png);
  background-size: cover;
  width: 27px;
  height: 24px;
}

.p-headerContact__item.p-headerContact__item--mail a {
  background: #fff;
  color: #000;
  border: 1px solid #bfbfbf;
}
.p-headerContact__item.p-headerContact__item--mail:before {
  background-image: url(../images/common/icon-mail_dark.png);
  background-size: cover;
  width: 23px;
  height: 17px;
}
.p-headerMenuBtn {
  display: none;
}
@media screen and (max-width: 1080px) {
  .p-headerContact__item {
    width: 220px;
    height: 56px;
  }
  .p-headerContact__item.p-headerContact__item--mail {
    width: 180px;
  }
  .p-headerContact__item + .p-headerContact__item {
    margin-left: 10px;
  }
  .p-headerContact__item a {
    font-size: 14px;
    padding:  10px 14px 10px 45px;
  }
  .p-headerContact__item_upper {
    font-size: 20px;
  }
  .p-headerContact__item_lower {
    font-size: 12px;
  }
}
@media screen and (max-width: 990px) {
  .l-header {
    transition: all 0.4s ease-out;
  }
  .l-headerInner {
    padding: 0 85px 0 15px;
    box-sizing: content-box;
  }
  .p-headerUpper {
    display: none;
  }
  .p-headerWrap {
    height: 70px;
  }
  .p-headerContact{
    display: none;
  }
  .p-headerMenuBtn {
    display : -webkit-box;
    display : -webkit-flex;
    display : -ms-flexbox;
    display : flex;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    background: #0b4aca;
    height: 70px;
    width: 70px;
    cursor: pointer;
    z-index: 10000;
  }
  .p-headerMenuBtnInner,
  .p-headerMenuBtnInner span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
  }

  .p-headerMenuBtnInner {
    position: relative;
    width: 20px;
    height: 17px;
    margin: -15px 0 0 0;
    background: none;
    border: none;
    appearance: none;
  }
  .p-headerMenuBtnInner:before {
    content: "MENU";
    font-size: 12px;
    color: #fff;
    font-family: "Saira", sans-serif;
    position: absolute;
    width: 100%;
    bottom: -22px;
    left: -7px;
  }
  .p-headerMenuBtnInner span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #fff;
  }
  .p-headerMenuBtnInner span:nth-of-type(1) {
    top: 0;
  }
  .p-headerMenuBtnInner span:nth-of-type(2) {
    top: 8px;
  }
  .p-headerMenuBtnInner span:nth-of-type(3) {
    bottom: 0;
  }
  .p-headerMenuBtn.is-open .p-headerMenuBtnInner:before {
    content: "CLOSE";
  }
  .p-headerMenuBtn.is-open .p-headerMenuBtnInner span:nth-of-type(1) {
    top: 8px;
  }
  .p-headerMenuBtn.is-open .p-headerMenuBtnInner span:nth-of-type(2) {
    top: 8px;
  }
  .p-headerMenuBtn.is-open .p-headerMenuBtnInner span:nth-of-type(3) {
    top: 8px;
  }
  
  body {
    transition: all 0.4s ease-out;
    left: 0;
  }
  body.is-menuOpen {
    overflow: hidden;
    left: -280px;
  }
  body.is-menuOpen .l-header {
    left: -280px;
  }  
  
}

.p-gNavOuter {
  background: #fff;
}
.p-gNav {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 30px;
  box-sizing: content-box;
}
.p-gNavList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
}
.p-gNavList &gt; li {
  width: calc(100% / 7);
  min-height: 40px;
  padding: 0 15px;
  font-size: 14px;
  font-weight: 500;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  border: none;
}
.p-gNavList &gt; li:before,
.p-gNavList &gt; li:last-child:after {
  content: '';
  height: 100%;
  width: 1px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #d2d2d2;
  left: 0;
}
.p-gNavList &gt; li:last-child:after {
  right: 0;
  left: unset;
}
/* @media screen and (max-width: 1500px) {
  .p-gNavList &gt; li.long {
    width: 180px;
    flex-shrink: 0;
  }
} */
@media screen and (max-width: 990px) {
  .p-gNavOuter {
    position: fixed;
    width: 280px;
    right: -280px;
    top: 0;
    height: 100vh;
    background: #0b4aca;
    border-top: none;
    border-bottom: none;
    padding: 30px 0 100px 30px;
    box-sizing: border-box;
    transition: all 0.4s ease-out;
    overflow-y: scroll;
  }
  .p-gNav {
    padding: 0 30px 0 0;
  }
  .p-gNavList {
    display : block;
  }
  .p-gNavList:before,
  .p-gNavList &gt; li:last-child:after {
    display: none;
  }
  .p-gNavList &gt; li {
    width: 100%;
    border-bottom: 1px solid #3665cf;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .p-gNavList &gt; li:before {
    display: none;
  }
  .p-gNavList__sub,
  .p-gNavList &gt; li &gt; a {
    display : block;
    height: auto;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 500;
    text-align: left;
    color: #FFF;
    padding: 18px 0;
  }
  .p-gNavList__sub:before,
  .p-gNavList &gt; li &gt; a:before {
    display: none;
  }
  .p-gNavList__sub.is-open ,
  .p-gNavList__sub:hover ,
  .p-gNavList li.is-current.p-gNavList__sub ,
  .p-gNavList &gt; li &gt; a:hover,
  .p-gNavList &gt; li.is-current &gt; a {
    opacity: 1;
    color: #FFF;
  }
  .p-gNavList__sub {
    position: relative;
  }
  .p-gNavList__sub:before ,
  .p-gNavList__sub:after {
    content: '';
    display: block;
    background: #FFF;
    margin: auto;
    top: 0;
    left: auto;
    bottom: 0;
    position: absolute;
    opacity: 1;
  }
  .p-gNavList__sub:before {
    width: 20px;
    height: 1px;
    right: 15px;
  }
  .p-gNavList__sub:after {
    width: 1px;
    height: 20px;
    right: 24px;
  }
  .p-gNavList__sub.is-open:after {
    opacity: 0;
  }
  
  body.is-menuOpen .p-gNavOuter {
    right: 0;
  }  
}


/*footer 
===============================================================*/
.c-footer {
  width: 100%;
  min-height: 40px;
  background-color: #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  box-sizing: border-box;
  padding: 10px;
}
.c-footerCopy {
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 990px) {
  .c-footerCopy {
    font-size: 12px;
  }
}

/* floatBtn
===============================================================*/
.p-floatBtns {
  position: fixed;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 0;
  width: 50px;
  z-index: 10010;
}
.p-floatBtns__item {
}
.p-floatBtns__item + .p-floatBtns__item {
  margin-top: 22px;
}
.p-floatBtns__item a {
  height: 180px;
  display: block;
  box-sizing: border-box;
  padding: 10px 10px;
  color: #FFF;
  font-weight: bold;
  font-size: 15px;
  line-height: 1.2;
  position: relative;
}
.p-floatBtns__item a:before {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  content: '';
  display: block;
  position: absolute;
  left: 0;
  margin: auto;
  right: 0;
}
.p-floatBtns__item.p-floatBtns__item--case a {
  background: #ff6c00;
  padding-top: 78px;
}
.p-floatBtns__item.p-floatBtns__item--case a:before {
  background-image: url("../images/common/icon-case.png");
  width: 18px;
  height: 24px;
  top: 38px;
}
.p-floatBtns__item.p-floatBtns__item--faq a {
  background: #267bb8;
  padding-top: 48px;
}
.p-floatBtns__item.p-floatBtns__item--faq a:before {
  background-image: url("../images/common/icon-faq.png");
  width: 21px;
  height: 18px;
  top: 19px;
}
.p-floatBtns__item.p-floatBtns__item--contact a {
  background: #0278fd;
  padding-top: 54px;
}
.p-floatBtns__item.p-floatBtns__item--contact a:before {
  background-image: url("../images/common/icon-mail.png");
  width: 20px;
  height: 15px;
  top: 25px;
}

@media screen and (min-width: 991px) {
  .p-floatBtns__item a span {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    -webkit-text-orientation: upright;
    -ms-text-orientation: upright;
    text-orientation: upright;
  }
}
@media screen and (max-width: 990px) {
  .p-floatBtns {
    position: fixed;
    top: auto;
    bottom: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    right: 0;
    width: 100%;
  }
  .p-floatBtnsInner {
    display : -webkit-box;
    display : -webkit-flex;
    display : -ms-flexbox;
    display : flex;
  }
  .p-floatBtns__item {
    display : -webkit-box;
    display : -webkit-flex;
    display : -ms-flexbox;
    display : flex;
    width: calc(100% / 3);
  }
  .p-floatBtns__item + .p-floatBtns__item {
    margin-top: 0;
  }
  .p-floatBtns__item a {
    display : -webkit-box;
    display : -webkit-flex;
    display : -ms-flexbox;
    display : flex;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    padding: 0 10px 0;
    width: 100%;
    text-align: center;
    height: 50px;
  }
  .p-floatBtns__item a span {
    display: inline-block;
    position: relative;
    padding: 0 0 0 30px;
  }
  .p-floatBtns__item a span:before {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    content: '';
    display: block;
    position: absolute;
    left: 0;
    margin: auto;
    top:0;
    bottom:0;
  }
  .p-floatBtns__item.p-floatBtns__item--contact a,
  .p-floatBtns__item.p-floatBtns__item--case a,
  .p-floatBtns__item.p-floatBtns__item--faq a {
    padding-top: 0px;
  }
  .p-floatBtns__item.p-floatBtns__item--contact a:before,
  .p-floatBtns__item.p-floatBtns__item--case a:before,
  .p-floatBtns__item.p-floatBtns__item--faq a:before {
    display: none;
  }
  .p-floatBtns__item.p-floatBtns__item--case a span:before {
    background-image: url("../images/common/icon-case.png");
    width: 18px;
    height: 20px;
  }
  .p-floatBtns__item.p-floatBtns__item--faq a span:before {
    background-image: url("../images/common/icon-faq.png");
    width: 21px;
    height: 18px;
  }
  .p-floatBtns__item.p-floatBtns__item--contact a span:before {
    background-image: url("../images/common/icon-mail.png");
    width: 20px;
    height: 15px;
  }
}
@media screen and (max-width: 640px) {
  .p-floatBtns__item a {
    font-size: 14px;
  }
  
}
@media screen and (max-width: 480px) {
  .p-floatBtns__item a {
    font-size: 10px;
  }
  .p-floatBtns__item a span {
    padding: 0 0 0 22px;
  }
  .p-floatBtns__item.p-floatBtns__item--case a span:before {
    width: 12px;
  }
  .p-floatBtns__item.p-floatBtns__item--faq a span:before {
    width: 15px;
  }
  .p-floatBtns__item.p-floatBtns__item--contact a span:before {
    width: 14px;
  }
  
}
/* sectioon
===============================================================*/
.c-section {
  padding-top: 58px;
}
.c-section.c-section--bg {
  background-color: #dde6f7;
}
.c-sectionHeaderTitle {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}
.c-sectionHeaderTitleEn {
  margin-top: 14px;
  color: #1545b0;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  font-family: 'Saira', sans-serif;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 640px) {
  .c-sectionHeaderTitle {
    font-size: 26px;
  }
}</pre></body></html>