@charset "UTF-8";
/*-------------------------------------------
 variable
-------------------------------------------*/
/*color*/
/*font-size*/
/***  num  ***/
/***  screen  ***/
/***  font(NotoSansJP)  ***/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap");
/*-------------------------------------------
 reset
-------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video,
main {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  box-sizing: border-box;
  vertical-align: baseline;
  caret-color: transparent; }

ol, ul {
  list-style: none; }

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

input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  -webkit-appearance: none !important;
  border-radius: 0; }
  input[type="submit"]::-webkit-search-decoration,
  input[type="button"]::-webkit-search-decoration {
    display: none; }
  input[type="submit"]::focus,
  input[type="button"]::focus {
    outline-offset: -2px; }

/*-------------------------------------------
 style - tag
-------------------------------------------*/
html {
  font-size: 62.5%; }
  @media screen and (max-width: 767px) {
    html {
      font-size: 52.5%; } }

body {
  font-family: 'Noto Sans JP','游ゴシック Medium',YuGothic,YuGothicM,'Hiragino Kaku Gothic ProN','Hiragino Kaku Gothic Pro',メイリオ,Meiryo,sans-serif;
  color: #333333;
  font-size: 1.4rem;
  line-height: 1.0; }
  @media screen and (max-width: 767px) {
    body {
      padding-top: 8.0rem; } }
  body.open {
    overflow: hidden;
    position: relative;
    height: 100%; }

body#lower {
  background-color: #f3f3f3;
  background-image: url("../img/common/lower_bk_01.jpg");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  width: 100%;
  height: 860px; }

main {
  transition: all .3s; }
  @media screen and (max-width: 767px) {
    main {
      margin-top: 6.0rem; } }

main.lower {
  background-color: #ffffff;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 0.4rem;
  padding-bottom: 6.0rem; }

h1, h2, h3, h4, h5 {
  font-weight: normal;
  font-feature-settings: "palt"; }

article {
  width: 100%;
  max-width: 1000px;
  margin: 10.0rem auto; }
  @media screen and (max-width: 999px) {
    article {
      padding-left: 2.5rem;
      padding-right: 2.5rem; } }
  @media screen and (max-width: 767px) {
    article {
      padding-left: 1.5rem;
      padding-right: 1.5rem;
      margin-top: 6.0rem;
      margin-bottom: 6.0rem; } }
  article.end {
    margin-bottom: 0; }

main.lower article {
  padding-left: 6.0rem;
  padding-right: 6.0rem; }
  @media screen and (max-width: 999px) {
    main.lower article {
      padding-left: 2.5rem;
      padding-right: 2.5rem; } }
  @media screen and (max-width: 767px) {
    main.lower article {
      flex-direction: column;
      padding-left: 1.5rem;
      padding-right: 1.5rem; } }

.bread + article {
  margin-top: 5.0rem; }

img {
  height: auto; }

a {
  color: inherit;
  text-decoration: none;
  transition: all .3s; }
  a:hover {
    transition: all .3s; }

p {
  font-size: 1.6rem;
  font-weight: 400;
  text-align: justify;
  line-height: 1.5;
  word-break: break-all;
  margin-top: 1.0rem;
  margin-bottom: 1.0rem; }

/*-------------------------------------------
 style - header
-------------------------------------------*/
header.home {
  width: 100%;
  height: 960px;
  margin-bottom: 8.0rem;
  position: relative;
  overflow: hidden; }
  @media screen and (max-width: 1700px) {
    header.home {
      background-size: cover; } }
  @media screen and (max-width: 767px) {
    header.home {
      height: 600px;
      margin-bottom: 5.0rem; } }
  header.home .wrap {
    background-image: url("../img/page/home_bk_03.png");
    background-size: 400px;
    background-position: 50% 50px;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    position: relative; }
    @media screen and (max-width: 767px) {
      header.home .wrap {
        background-size: 250px;
        background-position: 50% 20px; } }
    header.home .wrap .in {
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column; }
      header.home .wrap .in h1 {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 2.0rem; }
        @media screen and (max-width: 767px) {
          header.home .wrap .in h1 {
            margin-bottom: 1.0rem;
            padding-left: 2.0rem;
            padding-right: 2.0rem; } }
        header.home .wrap .in h1 a {
          width: 100%;
          max-width: 460px;
          display: block; }
    header.home .wrap .copy {
      color: #ffe109;
      font-size: 1.6rem;
      font-weight: 400;
      text-align: center;
      line-height: 1.8;
      padding-top: 1.0rem;
      padding-left: 2.0rem;
      padding-right: 2.0rem;
      margin-top: 0; }
      header.home .wrap .copy span {
        display: block; }
        @media screen and (max-width: 767px) {
          header.home .wrap .copy span {
            display: inline; } }
    header.home .wrap img {
      width: 100%; }
  header.home nav.menu-home {
    background-color: rgba(4, 57, 129, 0.75);
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: 9; }
    @media screen and (max-width: 767px) {
      header.home nav.menu-home {
        display: none; } }
    header.home nav.menu-home ul.menu {
      width: 100%;
      max-width: 1000px;
      display: flex;
      margin-left: auto;
      margin-right: auto; }
      header.home nav.menu-home ul.menu li {
        width: 20%;
        border-left: 1px solid #cccccc; }
        header.home nav.menu-home ul.menu li:nth-last-of-type(1) {
          border-right: 1px solid #cccccc; }
        header.home nav.menu-home ul.menu li a {
          color: #ffffff;
          font-size: 1.6rem;
          font-weight: 500;
          line-height: 1.3;
          text-align: center;
          padding: 1.5rem 0.5rem;
          display: block;
          position: relative; }
          header.home nav.menu-home ul.menu li a:hover {
            background-color: #4c5aa1; }
  header.home .shadow {
    background-color: #ffffff;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }

.nav-board {
  background-color: #ffffff;
  display: none;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  border-bottom: 1px solid #eeeeee;
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0; }
  @media screen and (max-width: 767px) {
    .nav-board {
      display: flex; } }
  @media screen and (max-width: 340px) {
    .nav-board {
      padding-left: 1.0rem;
      padding-right: 0; } }
  .nav-board h1 {
    max-width: 300px;
    width: calc(100% - 10.0rem);
    padding-left: 1.5rem;
    padding-right: 2.5rem; }
    @media screen and (max-width: 340px) {
      .nav-board h1 {
        padding-left: 0;
        padding-right: 0; } }
    .nav-board h1 a {
      display: block; }
  .nav-board .icon-menu {
    background: #043981;
    width: 10.0rem;
    height: 8.0rem;
    padding: 1.0rem 2.0rem;
    display: block;
    cursor: pointer;
    position: relative; }
    @media screen and (max-width: 767px) {
      .nav-board .icon-menu {
        width: 8.0rem; } }
    .nav-board .icon-menu::after {
      content: 'メニュー';
      font-size: 1rem;
      color: #ffffff;
      left: 0;
      text-align: center;
      word-break: keep-all;
      display: flex;
      justify-content: center;
      margin-top: 0.2rem; }
    .nav-board .icon-menu.open::after {
      content: '閉じる';
      left: auto; }
  .nav-board .icon {
    position: relative;
    width: 100%;
    height: 65%; }
    .nav-board .icon.open span.line-1 {
      top: 0;
      bottom: 0;
      margin: auto;
      transform: rotate(45deg); }
    .nav-board .icon.open span.line-2 {
      opacity: 0.0;
      left: 6.0rem; }
    .nav-board .icon.open span.line-3 {
      top: 0;
      bottom: 0;
      margin: auto;
      transform: rotate(-45deg); }
    .nav-board .icon span {
      background: #ffffff;
      display: block;
      width: 100%;
      height: 0.2rem;
      position: absolute;
      right: 0;
      transition: all .3s; }
      .nav-board .icon span.line-1 {
        top: 0.2rem; }
      .nav-board .icon span.line-2 {
        opacity: 1.0;
        top: calc(50% - 0.2rem); }
      .nav-board .icon span.line-3 {
        bottom: 0.6rem; }

header.lower {
  width: 100%;
  position: relative; }
  @media screen and (max-width: 999px) {
    header.lower {
      padding-left: 2.5rem;
      padding-right: 2.5rem; } }
  @media screen and (max-width: 767px) {
    header.lower {
      padding-left: 1.5rem;
      padding-right: 1.5rem; } }
  header.lower .wrap {
    max-width: 1000px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2.0rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center; }
    header.lower .wrap .copy {
      color: #eeeeee;
      font-size: 1.4rem;
      font-weight: 400;
      line-height: 1.3;
      margin-bottom: 1.5rem;
      width: 100%; }
      @media screen and (max-width: 767px) {
        header.lower .wrap .copy {
          display: none; } }
    header.lower .wrap > div:nth-of-type(odd) > h1 {
      width: 100%;
      max-width: 320px;
      margin-left: auto;
      margin-right: auto; }
      @media screen and (max-width: 767px) {
        header.lower .wrap > div:nth-of-type(odd) > h1 {
          display: none; } }
    header.lower .wrap > div:nth-of-type(odd) img {
      width: 100%; }
    header.lower .wrap > div:nth-of-type(even) {
      display: flex;
      align-items: center; }
      @media screen and (max-width: 767px) {
        header.lower .wrap > div:nth-of-type(even) {
          display: none; } }
      header.lower .wrap > div:nth-of-type(even) .phone p {
        color: #ffffff;
        font-size: 1.2rem;
        font-weight: 500;
        line-height: 1.3;
        margin-top: 0;
        margin-bottom: 0; }
      header.lower .wrap > div:nth-of-type(even) .phone .num {
        color: #ffffff;
        font-size: 2.4rem;
        font-weight: 500;
        line-height: 1.3;
        letter-spacing: 0.1rem; }
        header.lower .wrap > div:nth-of-type(even) .phone .num img {
          width: 14px;
          margin-right: 0.5rem; }
      header.lower .wrap > div:nth-of-type(even) .mail {
        margin-left: 2.0rem; }
        header.lower .wrap > div:nth-of-type(even) .mail .btn {
          margin-top: 0;
          margin-bottom: 0; }
          header.lower .wrap > div:nth-of-type(even) .mail .btn a {
            padding-left: 2.0rem;
            padding-right: 2.0rem; }
            header.lower .wrap > div:nth-of-type(even) .mail .btn a img {
              width: 20px;
              margin-left: 0;
              margin-right: 1.0rem; }

nav.menus {
  width: 100%;
  height: calc(100% - 8.0rem);
  overflow: auto; }
  @media screen and (max-width: 767px) {
    nav.menus.pc {
      display: none; } }
  nav.menus.sp {
    display: none;
    width: 100%;
    position: fixed;
    top: calc(8.0rem + 1px);
    left: 0;
    z-index: 998;
    transform: translate(100%);
    transition: all .6s; }
    @media screen and (max-width: 767px) {
      nav.menus.sp {
        display: block; } }
    nav.menus.sp.open {
      transform: translate(0); }
  nav.menus ul.menu {
    width: 100%;
    max-width: 1000px;
    display: flex;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto; }
    @media screen and (max-width: 767px) {
      nav.menus ul.menu {
        align-items: center;
        flex-direction: column; } }
    nav.menus ul.menu li {
      background-color: #043981;
      width: calc(20% - 45px); }
      @media screen and (max-width: 767px) {
        nav.menus ul.menu li {
          width: calc(90% - 120px);
          margin-bottom: 3.0rem; } }
      @media screen and (max-width: 767px) {
        nav.menus ul.menu li:nth-of-type(1) {
          margin-top: 4.0rem; } }
      nav.menus ul.menu li a {
        color: #ffffff;
        font-size: 1.6rem;
        font-weight: 500;
        line-height: 1.3;
        text-align: center;
        height: 45px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0.5rem;
        position: relative; }
        @media screen and (max-width: 767px) {
          nav.menus ul.menu li a {
            height: 60px; } }
        nav.menus ul.menu li a:hover {
          background-color: #4c5aa1; }
          nav.menus ul.menu li a:hover::before {
            border-color: transparent transparent #4c5aa1 transparent;
            transition: all .3s; }
          nav.menus ul.menu li a:hover::after {
            border-color: #4c5aa1 transparent transparent transparent;
            transition: all .3s; }
        nav.menus ul.menu li a::before {
          content: '';
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 0 0 45px 45px;
          border-color: transparent transparent #043981 transparent;
          transition: all .3s;
          position: absolute;
          top: 0;
          left: -45px; }
          @media screen and (max-width: 767px) {
            nav.menus ul.menu li a::before {
              border-width: 0 0 60px 60px;
              left: -60px; } }
        nav.menus ul.menu li a::after {
          content: '';
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 45px 45px 0 0;
          border-color: #043981 transparent transparent transparent;
          transition: all .3s;
          position: absolute;
          top: 0;
          right: -45px; }
          @media screen and (max-width: 767px) {
            nav.menus ul.menu li a::after {
              border-width: 60px 60px 0 0;
              right: -60px; } }

.band {
  max-width: 1000px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  transition: all .3s; }
  .band h1 {
    color: #ffffff;
    font-size: 4rem;
    font-weight: 500;
    line-height: 1.3;
    text-align: center;
    letter-spacing: 1.5rem;
    margin-top: 5.0rem;
    margin-bottom: 4.5rem; }
    .band h1.narrow {
      letter-spacing: 0.5rem; }
    .band h1 span {
      color: #1d939e;
      font-size: 2rem;
      font-weight: 900;
      line-height: 1.3;
      letter-spacing: 0rem;
      display: block;
      padding-top: 1.0rem;
      opacity: 0.5; }

ul.bread {
  background-color: #043981;
  border-top-left-radius: 0.4rem;
  border-top-right-radius: 0.4rem;
  display: flex;
  flex-wrap: wrap;
  padding: 1.0rem 2.0rem; }
  ul.bread li {
    color: #ffffff;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.3;
    padding-right: 3.0rem;
    position: relative;
    margin-bottom: 0.5rem; }
    ul.bread li a {
      font-weight: 700; }
      ul.bread li a::after {
        content: '';
        width: 6px;
        height: 6px;
        border-top: solid 1px #ffffff;
        border-right: solid 1px #ffffff;
        transform: rotate(45deg);
        position: absolute;
        top: calc(50% - 3px);
        right: 12px; }

/*-------------------------------------------
 style - footer
-------------------------------------------*/
.nav-footer {
  margin-top: 15.0rem;
  margin-bottom: 3.0rem; }
  @media screen and (max-width: 767px) {
    .nav-footer {
      display: none; } }
  .nav-footer ul {
    display: flex;
    align-items: center;
    justify-content: center; }
    .nav-footer ul li {
      border-left: 1px solid #043981; }
      .nav-footer ul li:nth-last-of-type(1) {
        border-right: 1px solid #043981; }
      .nav-footer ul li a {
        color: #043981;
        font-size: 1.4rem;
        font-weight: 700;
        padding: 0.5rem 3.0rem;
        display: block; }
        .nav-footer ul li a:hover {
          color: #4c5aa1; }

footer {
  background-color: #043981;
  width: 100%;
  margin-top: 3.0rem;
  padding-top: 4.5rem;
  padding-bottom: 4.5rem; }
  @media screen and (max-width: 767px) {
    footer {
      margin-top: 10.0rem;
      padding-bottom: 2.5rem; } }
  footer .wrap {
    width: 100%;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: end;
    justify-content: space-between; }
    @media screen and (max-width: 767px) {
      footer .wrap > div {
        width: 100%; } }
    @media screen and (max-width: 999px) {
      footer .wrap {
        padding-left: 2.5rem;
        padding-right: 2.5rem; } }
    @media screen and (max-width: 767px) {
      footer .wrap {
        flex-direction: column;
        padding-left: 1.5rem;
        padding-right: 1.5rem; } }
    footer .wrap h2 {
      max-width: 350px;
      width: 100%;
      margin-bottom: 3.0rem; }
      @media screen and (max-width: 767px) {
        footer .wrap h2 {
          max-width: 260px;
          margin-bottom: 1.5rem; } }
      footer .wrap h2 img {
        width: 100%; }
    footer .wrap p {
      color: #ffffff; }
    footer .wrap small {
      color: #ffffff;
      font-size: 1.4rem;
      font-weight: 400;
      text-align: left;
      display: block; }
      @media screen and (max-width: 767px) {
        footer .wrap small {
          text-align: right;
          margin-top: 2.0rem; } }

/*--------------------------------------
* common - style
---------------------------------------*/
.heads {
  color: #000000;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.3;
  margin-top: 3.0rem;
  margin-bottom: 2.0rem; }
  .heads.first {
    margin-top: 0; }

.heading {
  color: #043981;
  font-size: 3rem;
  font-weight: 900;
  line-height: 1.3;
  text-align: center;
  margin-top: 4.0rem;
  margin-bottom: 4.0rem; }
  @media screen and (max-width: 767px) {
    .heading {
      margin-top: 3.0rem;
      margin-bottom: 3.0rem; } }
  .heading span {
    font-size: 1.4rem;
    font-weight: 900;
    line-height: 1.3;
    display: block;
    padding-top: 1.0rem;
    opacity: 0.5; }

.headline {
  background-color: #f0f8ff;
  color: #043981;
  font-size: 3rem;
  font-weight: 900;
  line-height: 1.3;
  text-align: center;
  letter-spacing: 0.5rem;
  max-width: 500px;
  width: 100%;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0.5rem;
  margin-top: 10.0rem;
  margin-bottom: 5.0rem;
  position: relative; }
  @media screen and (max-width: 767px) {
    .headline {
      overflow: hidden;
      margin-top: 8.0rem;
      margin-bottom: 4.0rem; } }
  .headline.narrow {
    letter-spacing: 0rem;
    max-width: calc(100% - 200px); }
    @media screen and (max-width: 767px) {
      .headline.narrow {
        max-width: 500px; } }
  .headline::before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 100px 100px;
    border-color: transparent transparent #f0f8ff transparent;
    position: absolute;
    top: 0;
    left: -100px; }
  .headline::after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 100px 100px 0 0;
    border-color: #f0f8ff transparent transparent transparent;
    position: absolute;
    top: 0;
    right: -100px; }
  .headline span {
    color: #cccccc;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 1.0rem;
    padding-top: 0.5rem;
    display: block; }
    @media screen and (max-width: 767px) {
      .headline span {
        letter-spacing: 0.5rem; } }
    .headline span.narrow {
      letter-spacing: 0.4rem; }
      @media screen and (max-width: 767px) {
        .headline span.narrow {
          letter-spacing: 0.2rem; } }

article > h2:nth-of-type(1) {
  margin-top: 5.0rem; }

.head {
  color: #043981;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  margin-top: 2.0rem;
  margin-bottom: 1.0rem; }
  .head.left {
    text-align: left; }
  .head.first {
    margin-top: 0; }

.pop {
  background-color: #043981;
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
  border-radius: 0.4rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  width: 100%;
  max-width: 110px;
  margin: 1.0rem auto; }
  .pop.not {
    opacity: 0; }

.bg {
  background-color: #f3f3f3;
  background-image: url("../img/common/lower_bk_01.jpg");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  overflow: hidden;
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 900; }
  .bg.open {
    display: block; }

.mincho {
  font-family: 'Noto Serif JP', serif; }

.bc {
  background-color: #f0f8ff;
  padding-bottom: 6.0rem; }

.red {
  color: #ec1212; }

.txt1 {
  color: #043981;
  line-height: 2; }

.txt2 {
  background-color: #f8f9ff;
  color: #261a0c;
  font-size: 2rem;
  line-height: 2;
  font-weight: 700;
  padding: 3.0rem 4.0rem;
  border-radius: 0.4rem; }

.cap {
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  margin-top: 1.0rem; }

.kome {
  font-size: inherit;
  line-height: 1.3;
  text-align: left;
  padding-left: 2.0rem;
  position: relative; }
  .kome::before {
    content: '※';
    color: #666;
    font-size: inherit;
    line-height: inherit;
    position: absolute;
    top: 0;
    left: 0; }

.btn {
  max-width: 350px;
  width: 100%;
  margin: 5.0rem auto; }
  @media screen and (max-width: 767px) {
    .btn {
      margin-top: 3.0rem;
      margin-bottom: 3.0rem; } }
  .btn a {
    background-color: #043981;
    color: #ffffff;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 0.1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1.5rem;
    border-top-left-radius: 0.4rem;
    border-top-right-radius: 0.4rem;
    border-bottom-left-radius: 0.4rem;
    position: relative; }
    .btn a:hover {
      background-color: #4c5aa1; }
      .btn a:hover figure img:nth-of-type(2) {
        opacity: 0; }
    .btn a figure {
      width: 15px;
      height: 15px;
      margin-left: 0.5rem;
      border-radius: 10px;
      display: block;
      overflow: hidden;
      position: relative; }
      .btn a figure img {
        transform: translate(-50%, -50%);
        width: 100%;
        display: block;
        transition: .4s ease-in-out;
        position: absolute;
        top: 50%;
        left: 50%; }
    .btn a::after {
      content: '';
      background-image: url(../img/common/icon_arrow_02.svg);
      background-size: auto;
      background-repeat: no-repeat;
      background-position: right bottom;
      width: 3.8rem;
      height: 3.8rem;
      position: absolute;
      bottom: 0;
      right: 0; }

.comb {
  display: flex;
  width: 100%;
  margin-top: 3.0rem;
  margin-bottom: 3.0rem;
  position: relative; }
  .comb p {
    color: #043981;
    line-height: 2; }
  .comb figure figcaption {
    font-size: 1.6rem;
    font-weight: 700;
    text-align: center;
    margin-top: 1.0rem; }
  .comb figure img {
    width: 100%; }
    .comb figure img.line {
      border: 1px solid #dddddd;
      padding: 0.5rem;
      border-radius: 0.4rem; }
  .comb.p1 {
    align-items: flex-start; }
    @media screen and (max-width: 767px) {
      .comb.p1 {
        flex-wrap: wrap; } }
    .comb.p1 > div:nth-of-type(odd) {
      width: 55%;
      padding-right: 2.5rem; }
      @media screen and (max-width: 999px) {
        .comb.p1 > div:nth-of-type(odd) {
          padding-right: 1.5rem; } }
      @media screen and (max-width: 767px) {
        .comb.p1 > div:nth-of-type(odd) {
          width: 100%;
          padding-right: 0;
          margin-bottom: 2.0rem; } }
    .comb.p1 > div:nth-of-type(even) {
      width: 45%;
      padding-left: 2.5rem; }
      @media screen and (max-width: 999px) {
        .comb.p1 > div:nth-of-type(even) {
          padding-left: 1.5rem; } }
      @media screen and (max-width: 767px) {
        .comb.p1 > div:nth-of-type(even) {
          width: 100%;
          padding-left: 0; } }
    .comb.p1 h2 {
      width: 100%;
      max-width: 300px;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 5.0rem; }
      .comb.p1 h2 + h3 {
        margin-bottom: 3.0rem; }
      .comb.p1 h2 img {
        width: 100%; }
  .comb.p2 {
    flex-wrap: wrap; }
    .comb.p2 > div:nth-of-type(odd) {
      width: 50%;
      padding-right: 0.5rem;
      padding-bottom: 1.0rem; }
    .comb.p2 > div:nth-of-type(even) {
      width: 50%;
      padding-left: 0.5rem;
      padding-bottom: 1.0rem; }
    .comb.p2 img {
      width: 100%; }
  @media screen and (max-width: 767px) {
    .comb.p3 {
      flex-wrap: wrap; } }
  .comb.p3 > div:nth-of-type(odd) {
    width: 45%;
    padding-right: 2.0rem; }
    @media screen and (max-width: 767px) {
      .comb.p3 > div:nth-of-type(odd) {
        width: 100%;
        padding-right: 0;
        margin-bottom: 2.0rem; } }
  .comb.p3 > div:nth-of-type(even) {
    width: 55%;
    padding-left: 2.0rem; }
    @media screen and (max-width: 767px) {
      .comb.p3 > div:nth-of-type(even) {
        width: 100%;
        padding-left: 0; } }
  .comb.p3 h2 {
    width: 100%;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5.0rem; }
    .comb.p3 h2 img {
      width: 100%; }
  .comb.p4 {
    align-items: flex-start; }
    @media screen and (max-width: 767px) {
      .comb.p4 {
        flex-wrap: wrap; } }
    .comb.p4 > div:nth-of-type(odd) {
      width: 55%;
      padding-right: 1.5rem; }
      @media screen and (max-width: 767px) {
        .comb.p4 > div:nth-of-type(odd) {
          width: 100%;
          padding-right: 0;
          margin-bottom: 2.0rem; } }
    .comb.p4 > div:nth-of-type(even) {
      width: 45%;
      padding-left: 1.5rem; }
      @media screen and (max-width: 767px) {
        .comb.p4 > div:nth-of-type(even) {
          width: 100%;
          padding-left: 0; } }
    .comb.p4 h2 {
      width: 100%;
      max-width: 300px;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 5.0rem; }
      .comb.p4 h2 + h3 {
        margin-bottom: 3.0rem; }
      .comb.p4 h2 img {
        width: 100%; }
  .comb.p6 {
    align-items: flex-start; }
    .comb.p6 > div:nth-of-type(odd) {
      width: 55%;
      padding-right: 2.5rem; }
      @media screen and (max-width: 999px) {
        .comb.p6 > div:nth-of-type(odd) {
          padding-right: 1.5rem; } }
      @media screen and (max-width: 767px) {
        .comb.p6 > div:nth-of-type(odd) {
          width: 80%;
          padding-right: 0;
          position: absolute;
          top: -10%;
          left: 10%;
          opacity: 0.25; } }
    .comb.p6 > div:nth-of-type(even) {
      width: 45%;
      padding-left: 2.5rem; }
      @media screen and (max-width: 999px) {
        .comb.p6 > div:nth-of-type(even) {
          padding-left: 1.5rem; } }
      @media screen and (max-width: 767px) {
        .comb.p6 > div:nth-of-type(even) {
          padding-left: 0;
          width: 100%;
          position: relative; } }
    .comb.p6 h2 {
      width: 100%;
      max-width: 300px;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 5.0rem; }
      @media screen and (max-width: 767px) {
        .comb.p6 h2 {
          display: none; } }
      .comb.p6 h2 h3 {
        margin-bottom: 3.0rem; }
        @media screen and (max-width: 767px) {
          .comb.p6 h2 h3 {
            text-align: center; } }
      .comb.p6 h2 img {
        width: 100%; }

ul.sign {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 5.0rem; }
  ul.sign li:nth-of-type(odd) {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.3; }
  ul.sign li:nth-of-type(even) {
    font-family: 'Noto Serif JP', serif;
    color: #261a0c;
    font-size: 3rem;
    font-weight: 900;
    line-height: 1.3;
    padding-left: 2.0rem; }

ul.nav-product {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%; }
  ul.nav-product li {
    width: calc(25% - 1.5rem); }
    @media screen and (max-width: 767px) {
      ul.nav-product li {
        width: calc(50% - 1.0rem);
        margin-bottom: 2.0rem; } }
    @media screen and (max-width: 767px) {
      ul.nav-product li:nth-last-of-type(1) {
        margin-bottom: 0; } }
    @media screen and (max-width: 767px) {
      ul.nav-product li:nth-last-of-type(2) {
        margin-bottom: 0; } }
    ul.nav-product li a {
      height: 100%;
      display: block;
      border-top-left-radius: 0.4rem;
      border-top-right-radius: 0.4rem;
      border-bottom-left-radius: 0.4rem;
      border: 1px solid #eeeeee;
      box-shadow: 4px 4px 8px #cccccc;
      position: relative; }
      ul.nav-product li a:hover {
        box-shadow: none; }
      ul.nav-product li a::after {
        content: '';
        background-image: url(../img/common/icon_arrow_02.svg);
        background-size: auto;
        background-repeat: no-repeat;
        background-position: right bottom;
        width: 3.8rem;
        height: 3.8rem;
        position: absolute;
        bottom: 0;
        right: 0; }
    ul.nav-product li figure {
      margin-bottom: 2.0rem; }
      ul.nav-product li figure img {
        width: 100%;
        border-top-left-radius: 0.4rem;
        border-top-right-radius: 0.4rem; }
    ul.nav-product li p {
      font-size: 1.4rem;
      padding-left: 2.0rem;
      padding-right: 2.0rem;
      padding-bottom: 5.0rem; }
      @media screen and (max-width: 767px) {
        ul.nav-product li p {
          padding-bottom: 2.0rem; } }

ul.list-point {
  width: 100%;
  margin-top: 3.0rem;
  margin-bottom: 3.0rem; }
  @media screen and (max-width: 767px) {
    ul.list-point {
      margin-top: 2.0rem;
      margin-bottom: 2.0rem; } }
  ul.list-point.p2 {
    margin-bottom: 0; }
    ul.list-point.p2 li {
      margin-bottom: 1.0rem; }
      ul.list-point.p2 li .num {
        font-size: 1rem;
        font-weight: 400;
        width: 6.0rem;
        height: 6.0rem; }
        ul.list-point.p2 li .num span {
          margin-bottom: 0.5rem; }
        ul.list-point.p2 li .num i {
          font-size: 1.6rem;
          font-style: italic;
          font-weight: 500;
          padding-right: 0.2rem; }
    ul.list-point.p2 p.txt {
      font-size: 1.4rem;
      font-weight: 500;
      line-height: 1.5; }
      @media screen and (max-width: 767px) {
        ul.list-point.p2 p.txt {
          font-size: 1.6rem; } }
  ul.list-point li {
    display: flex;
    align-items: center;
    margin-bottom: 2.0rem; }
    @media screen and (max-width: 767px) {
      ul.list-point li {
        margin-bottom: 1.0rem; } }
    ul.list-point li .num {
      background-color: #043981;
      font-size: 1.2rem;
      font-weight: 700;
      color: #ffffff;
      border-radius: 4.0rem;
      width: 7.0rem;
      height: 7.0rem;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center; }
      ul.list-point li .num > span {
        margin-bottom: 0.5rem; }
      ul.list-point li .num i {
        font-size: 1rem;
        font-style: normal;
        font-weight: 400; }
    ul.list-point li p.txt {
      color: #333333;
      font-size: 1.8rem;
      font-weight: 500;
      line-height: 1.3;
      margin-top: 0;
      margin-bottom: 0;
      padding-left: 1.0rem;
      width: calc(100% - 7.0rem); }
      @media screen and (max-width: 767px) {
        ul.list-point li p.txt {
          font-size: 1.6rem;
          line-height: 1.5; } }
      ul.list-point li p.txt u {
        background: linear-gradient(transparent 60%, #ffe767 60%);
        font-weight: 700;
        text-decoration: none;
        position: relative; }

table.list {
  border-collapse: collapse;
  width: 100%;
  border-top: 1px solid #d8dee3;
  border-left: 1px solid #d8dee3; }
  table.list tr {
    border-bottom: 1px solid #d8dee3;
    display: flex;
    width: 100%; }
  table.list th {
    background-color: #f8f9ff;
    font-weight: 700;
    width: 160px;
    vertical-align: middle; }
    @media screen and (max-width: 767px) {
      table.list th {
        width: 100px; } }
  table.list td {
    width: calc(100% - 160px); }
    @media screen and (max-width: 767px) {
      table.list td {
        width: calc(100% - 100px); } }
  table.list th, table.list td {
    font-size: 1.4rem;
    line-height: 1.5;
    padding: 1.5rem;
    border-right: 1px solid #d8dee3; }

ul.list {
  padding-left: 3.0rem;
  list-style-type: disc; }
  ul.list li {
    font-size: 1.4rem;
    line-height: 1.5;
    text-align: justify;
    margin-top: 1.0rem;
    margin-bottom: 1.0rem; }
    ul.list li:nth-of-type(1) {
      margin-top: 0; }

ul.list-product {
  width: 100%;
  margin-top: 2.0rem;
  margin-bottom: 2.0rem; }
  ul.list-product li {
    width: 100%;
    margin-bottom: 2.0rem; }
    ul.list-product li a {
      width: 100%;
      display: flex;
      padding: 2.0rem;
      border: 1px solid #d8dee3;
      border-radius: 0.4rem;
      position: relative; }
      @media screen and (max-width: 767px) {
        ul.list-product li a {
          flex-wrap: wrap; } }
      ul.list-product li a:hover {
        background-color: #f8f9ff; }
      ul.list-product li a::after {
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 0 50px 50px;
        border-color: transparent transparent #4c5aa1 transparent;
        position: absolute;
        bottom: 0;
        right: 0; }
      ul.list-product li a > figure {
        width: 200px; }
        @media screen and (max-width: 767px) {
          ul.list-product li a > figure {
            width: 100%;
            margin-bottom: 1.5rem; } }
        ul.list-product li a > figure img {
          width: 100%; }
      ul.list-product li a > div {
        width: calc(100% - 200px);
        padding-left: 3.0rem;
        position: relative; }
        @media screen and (max-width: 767px) {
          ul.list-product li a > div {
            width: 100%;
            padding-left: 0; } }
        ul.list-product li a > div h3 {
          color: #cccccc;
          font-size: 2.4rem;
          font-weight: 700;
          line-height: 1.3;
          margin-bottom: 1.0rem; }
          ul.list-product li a > div h3 span {
            color: #000000;
            padding-right: 1.5rem; }
        ul.list-product li a > div h4 {
          color: #043981;
          font-size: 1.8rem;
          font-weight: 700;
          line-height: 1.3;
          margin-top: 1.0rem;
          margin-bottom: 1.0rem; }
        ul.list-product li a > div h5 {
          background-color: #1d939e;
          color: #ffffff;
          font-size: 1.2rem;
          font-weight: 500;
          line-height: 1.3;
          border-radius: 0.4rem;
          display: inline-block;
          padding: 0.5rem 1.0rem;
          padding-top: 0.5rem;
          padding-bottom: 0.5rem; }
        ul.list-product li a > div ul {
          padding-left: 3.0rem;
          list-style-type: disc;
          margin-top: 1.0rem;
          margin-bottom: 1.0rem; }
          ul.list-product li a > div ul li {
            font-size: 1.4rem;
            line-height: 1.3;
            text-align: justify;
            margin-top: 1.0rem;
            margin-bottom: 1.0rem; }
            ul.list-product li a > div ul li:nth-of-type(1) {
              margin-top: 0; }

ul.list-result {
  width: 100%; }
  ul.list-result > li {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 2.0rem;
    border-left: 1px solid #d8dee3; }
    ul.list-result > li h3 {
      background-color: #f8f9ff;
      font-size: 1.4rem;
      font-weight: 700;
      text-align: center;
      width: 100%;
      padding: 1.0rem 1.0rem;
      border-top: 1px solid #d8dee3;
      border-right: 1px solid #d8dee3;
      border-bottom: 1px solid #d8dee3; }
    ul.list-result > li ul {
      width: 100%;
      display: flex;
      flex-wrap: wrap; }
      ul.list-result > li ul li {
        font-size: 1.4rem;
        line-height: 1.3;
        text-align: center;
        width: 25%;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 1.0rem;
        border-bottom: 1px solid #d8dee3;
        border-right: 1px solid #d8dee3; }
        @media screen and (max-width: 767px) {
          ul.list-result > li ul li {
            width: 50%; } }
      ul.list-result > li ul li.not {
        width: 100%; }
      ul.list-result > li ul li.other {
        width: 100%;
        flex-direction: column;
        padding: 0;
        border-top: none;
        border-right: none;
        border-bottom: none; }
        ul.list-result > li ul li.other h4 {
          background-color: #fafafa;
          font-size: 1.4rem;
          font-weight: 500;
          text-align: center;
          width: 100%;
          padding: 0.5rem 1.0rem;
          border-bottom: 1px solid #d8dee3;
          border-right: 1px solid #d8dee3; }
      @media screen and (max-width: 767px) {
        ul.list-result > li ul li.erase {
          display: none; } }

table.list-result {
  font-size: 1.4rem;
  border-collapse: collapse;
  width: 100%;
  border-top: 1px solid #d8dee3;
  border-left: 1px solid #d8dee3; }
  table.list-result + table.list-result {
    margin-top: 1.5rem; }
  table.list-result tr.result {
    width: 100%; }
    table.list-result tr.result th.item {
      background-color: #f8f9ff;
      font-weight: 700;
      width: 160px;
      vertical-align: middle;
      border-right: 1px solid #d8dee3;
      border-bottom: 1px solid #d8dee3; }
    table.list-result tr.result td.val {
      font-size: 1.4rem;
      line-height: 1.5;
      white-space: nowrap;
      width: calc(100% - 160px); }
    table.list-result tr.result table.wrap {
      width: 100%; }
      table.list-result tr.result table.wrap tr {
        width: 100%; }
        table.list-result tr.result table.wrap tr td {
          font-size: 1.4rem;
          line-height: 1.5;
          vertical-align: middle;
          white-space: break-spaces;
          width: 20%;
          padding: 1.0rem;
          border-bottom: 1px solid #d8dee3;
          border-right: 1px solid #d8dee3; }

ul.contact-box {
  display: flex;
  justify-content: space-between;
  width: 100%; }
  @media screen and (max-width: 767px) {
    ul.contact-box {
      flex-wrap: wrap; } }
  ul.contact-box li {
    width: calc(50% - 0.5rem);
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    border: 1px solid #d8dee3;
    padding-top: 2.0rem;
    padding-bottom: 2.0rem;
    border-radius: 0.4rem; }
    @media screen and (max-width: 767px) {
      ul.contact-box li {
        width: 100%; } }
    @media screen and (max-width: 767px) {
      ul.contact-box li:nth-of-type(1) {
        margin-bottom: 2.0rem; } }
    ul.contact-box li h3 {
      color: #333333;
      font-size: 1.6rem;
      font-weight: 500;
      text-align: center;
      margin-bottom: 0.5rem; }
    ul.contact-box li .num {
      color: #043981;
      font-size: 4rem;
      font-weight: 700;
      position: relative; }
      ul.contact-box li .num img {
        width: 26px;
        background-color: #043981;
        padding: 0.2rem;
        border-radius: 100%;
        margin-right: 0.5rem; }
    ul.contact-box li .time {
      text-align: center; }

ul.contact-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #d8dee3; }
  ul.contact-list li.item {
    background-color: #f8f9ff;
    font-weight: 700;
    width: 25%; }
    @media screen and (max-width: 767px) {
      ul.contact-list li.item {
        background: none;
        width: 100%;
        border-bottom: none;
        padding-bottom: 0; } }
  ul.contact-list li.entry {
    display: flex;
    flex-wrap: wrap;
    width: 75%; }
    @media screen and (max-width: 767px) {
      ul.contact-list li.entry {
        width: 100%;
        padding-top: 1.5rem; } }
    ul.contact-list li.entry .error {
      font-size: 1.6rem;
      font-weight: 700;
      margin-top: 1.0rem;
      width: 100%; }
    ul.contact-list li.entry .horizontal-item {
      margin-left: 0;
      margin-right: 1.0rem; }
  ul.contact-list li {
    padding: 2.0rem 2.0rem;
    border-bottom: 1px solid #d8dee3; }
  ul.contact-list input[type="text"], ul.contact-list input[type="email"], ul.contact-list textarea {
    width: 85%;
    padding: 1.0rem 1.5rem;
    border: 1px solid #d8dee3;
    caret-color: auto; }
    @media screen and (max-width: 767px) {
      ul.contact-list input[type="text"], ul.contact-list input[type="email"], ul.contact-list textarea {
        width: 100%; } }

.send {
  margin: 5.0rem auto;
  text-align: center; }
  .send .in {
    max-width: 350px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    position: relative; }
    .send .in::after {
      content: '';
      background-image: url(../img/common/icon_arrow_02.svg);
      background-size: auto;
      background-repeat: no-repeat;
      background-position: right bottom;
      width: 3.8rem;
      height: 3.8rem;
      position: absolute;
      bottom: 0;
      right: 0; }
    .send .in input[type="submit"] {
      background-color: #043981;
      color: #ffffff;
      font-size: 1.6rem;
      font-weight: 700;
      letter-spacing: 0.1rem;
      width: 100%;
      padding: 1.5rem;
      border-top-left-radius: 0.4rem;
      border-top-right-radius: 0.4rem;
      border-bottom-left-radius: 0.4rem;
      cursor: pointer;
      transition: all .3s; }
      .send .in input[type="submit"]:hover {
        background-color: #4c5aa1; }

.req {
  background-color: #ec1212;
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.3;
  display: inline-block;
  padding: 0.2rem 0.6rem;
  border-radius: 0.4rem;
  margin-left: 1.0rem;
  margin-right: 1.0rem; }

canvas {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }

/*# sourceMappingURL=style.css.map */
