@charset "UTF-8";
/* CSS Document */
/* CSS Document */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Zen+Kaku+Gothic+New:wght@900&display=swap");
/* line 7, style.scss */
html, body {
  padding: 0;
  margin: 0;
  color: #000000;
  line-height: 2.0;
  font-size: 62.5%;
  font-size: 10px;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal; }

/* line 20, style.scss */
img {
  vertical-align: bottom;
  max-width: 100%;
  width: auto;
  height: auto; }

/* line 27, style.scss */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden; }

/* line 36, style.scss */
.clearfix {
  /*  display: inline-block;*/ }

/* line 40, style.scss */
* html .clearfix {
  height: 1px;
  /*¥*/
     /*/
height: auto;
overflow: hidden;
/**/ }

/* line 47, style.scss */
.zen-kaku-b {
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 900;
  font-style: normal; }

/* line 52, style.scss */
a:hover {
  transition: all 0.3s;
  opacity: 0.6; }
  @media screen and (min-width: 600.01px) and (max-width: 760px) {
    /* line 52, style.scss */
    a:hover {
      transition: unset;
      opacity: 1.0; } }
  @media screen and (min-width: 350.1px) and (max-width: 600px) {
    /* line 52, style.scss */
    a:hover {
      transition: unset;
      opacity: 1.0; } }
  @media screen and (max-width: 350px) {
    /* line 52, style.scss */
    a:hover {
      transition: unset;
      opacity: 1.0; } }

/* line 72, style.scss */
.cmn_padding {
  padding-left: 30px;
  padding-right: 30px; }
  @media screen and (min-width: 600.01px) and (max-width: 760px) {
    /* line 72, style.scss */
    .cmn_padding {
      padding-left: 20px;
      padding-right: 20px; } }
  @media screen and (min-width: 350.1px) and (max-width: 600px) {
    /* line 72, style.scss */
    .cmn_padding {
      padding-left: 20px;
      padding-right: 20px; } }
  @media screen and (max-width: 350px) {
    /* line 72, style.scss */
    .cmn_padding {
      padding-left: 15px;
      padding-right: 15px; } }

/*
--------------------------------------------------------------*/
/* line 94, style.scss */
header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 11;
  background: rgba(255, 255, 255, 0.9); }
  /* line 101, style.scss */
  header + div {
    margin: 85px 0 0; }
    @media screen and (min-width: 600.01px) and (max-width: 760px) {
      /* line 101, style.scss */
      header + div {
        margin: 65px 0 0; } }
    @media screen and (min-width: 350.1px) and (max-width: 600px) {
      /* line 101, style.scss */
      header + div {
        margin: 65px 0 0; } }
    @media screen and (max-width: 350px) {
      /* line 101, style.scss */
      header + div {
        margin: 65px 0 0; } }

/* line 118, style.scss */
.head_box {
  max-width: 1200px;
  width: 100%;
  margin: auto;
  height: 85px; }
  @media screen and (min-width: 600.01px) and (max-width: 760px) {
    /* line 118, style.scss */
    .head_box {
      height: 65px; } }
  @media screen and (min-width: 350.1px) and (max-width: 600px) {
    /* line 118, style.scss */
    .head_box {
      height: 65px; } }
  @media screen and (max-width: 350px) {
    /* line 118, style.scss */
    .head_box {
      height: 65px; } }

/* line 137, style.scss */
.head_boxb {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%; }

/* line 143, style.scss */
.head_logo {
  max-width: 228px;
  width: 100%;
  margin-left: 10px; }
  @media all and (min-width: 1200.01px) {
    /* line 143, style.scss */
    .head_logo {
      margin-left: 0px; } }
  @media screen and (min-width: 760.01px) and (max-width: 930px) {
    /* line 143, style.scss */
    .head_logo {
      max-width: 184px; } }
  @media screen and (min-width: 350.1px) and (max-width: 600px) {
    /* line 143, style.scss */
    .head_logo {
      margin-right: 20px; } }
  @media screen and (max-width: 350px) {
    /* line 143, style.scss */
    .head_logo {
      margin-right: 20px; } }

@media screen and (min-width: 600.01px) and (max-width: 760px) {
  /* line 164, style.scss */
  .head_menu {
    position: fixed;
    top: 65px;
    bottom: 0;
    right: 0;
    left: 0;
    transition: all 0.5s ease;
    opacity: 0;
    pointer-events: none;
    z-index: 11; } }
@media screen and (min-width: 350.1px) and (max-width: 600px) {
  /* line 164, style.scss */
  .head_menu {
    position: fixed;
    top: 65px;
    bottom: 0;
    right: 0;
    left: 0;
    transition: all 0.5s ease;
    opacity: 0;
    pointer-events: none;
    z-index: 11; } }
@media screen and (max-width: 350px) {
  /* line 164, style.scss */
  .head_menu {
    position: fixed;
    top: 65px;
    bottom: 0;
    right: 0;
    left: 0;
    transition: all 0.5s ease;
    opacity: 0;
    pointer-events: none;
    z-index: 11; } }
@media screen and (min-width: 600.01px) and (max-width: 760px) {
  /* line 205, style.scss */
  .head_menu.active {
    opacity: 1.0;
    pointer-events: all;
    background: #192276; } }
@media screen and (min-width: 350.1px) and (max-width: 600px) {
  /* line 205, style.scss */
  .head_menu.active {
    opacity: 1.0;
    pointer-events: all;
    background: #192276; } }
@media screen and (max-width: 350px) {
  /* line 205, style.scss */
  .head_menu.active {
    opacity: 1.0;
    pointer-events: all;
    background: #192276; } }
@media screen and (min-width: 600.01px) and (max-width: 760px) {
  /* line 225, style.scss */
  .head_menu.active ul {
    display: block; } }
@media screen and (min-width: 350.1px) and (max-width: 600px) {
  /* line 225, style.scss */
  .head_menu.active ul {
    display: block; } }
@media screen and (max-width: 350px) {
  /* line 225, style.scss */
  .head_menu.active ul {
    display: block; } }
/* line 241, style.scss */
.head_menu ul {
  display: flex;
  align-items: center; }
  @media screen and (min-width: 600.01px) and (max-width: 760px) {
    /* line 241, style.scss */
    .head_menu ul {
      display: none; } }
  @media screen and (min-width: 350.1px) and (max-width: 600px) {
    /* line 241, style.scss */
    .head_menu ul {
      display: none; } }
  @media screen and (max-width: 350px) {
    /* line 241, style.scss */
    .head_menu ul {
      display: none; } }
  /* line 257, style.scss */
  .head_menu ul li {
    padding: 0 10px; }
    @media screen and (min-width: 930.01px) and (max-width: 1200px) {
      /* line 257, style.scss */
      .head_menu ul li {
        padding: 0 8px; } }
    @media screen and (min-width: 760.01px) and (max-width: 930px) {
      /* line 257, style.scss */
      .head_menu ul li {
        padding: 0 5px; } }
    @media screen and (min-width: 600.01px) and (max-width: 760px) {
      /* line 257, style.scss */
      .head_menu ul li {
        border-top: 1px solid #cccccc;
        padding: 0; } }
    @media screen and (min-width: 350.1px) and (max-width: 600px) {
      /* line 257, style.scss */
      .head_menu ul li {
        border-top: 1px solid #cccccc;
        padding: 0; } }
    @media screen and (max-width: 350px) {
      /* line 257, style.scss */
      .head_menu ul li {
        border-top: 1px solid #cccccc;
        padding: 0; } }
    /* line 277, style.scss */
    .head_menu ul li a {
      text-decoration: none;
      color: #000000;
      font-weight: 600; }
      @media screen and (min-width: 600.01px) and (max-width: 760px) {
        /* line 277, style.scss */
        .head_menu ul li a {
          display: block;
          padding: 10px 0;
          color: #ffffff; } }
      @media screen and (min-width: 350.1px) and (max-width: 600px) {
        /* line 277, style.scss */
        .head_menu ul li a {
          display: block;
          padding: 10px 0;
          color: #ffffff; } }
      @media screen and (max-width: 350px) {
        /* line 277, style.scss */
        .head_menu ul li a {
          display: block;
          padding: 10px 0;
          color: #ffffff; } }
      @media screen and (min-width: 600.01px) and (max-width: 760px) {
        /* line 300, style.scss */
        .head_menu ul li a:before {
          display: inline-block;
          content: '>';
          font-size: 14px;
          font-size: 1.4rem;
          font-weight: 300;
          color: #ffffff;
          margin: 0 10px; } }
      @media screen and (min-width: 350.1px) and (max-width: 600px) {
        /* line 300, style.scss */
        .head_menu ul li a:before {
          display: inline-block;
          content: '>';
          font-size: 14px;
          font-size: 1.4rem;
          font-weight: 300;
          color: #ffffff;
          margin: 0 10px; } }
      @media screen and (max-width: 350px) {
        /* line 300, style.scss */
        .head_menu ul li a:before {
          display: inline-block;
          content: '>';
          font-size: 14px;
          font-size: 1.4rem;
          font-weight: 300;
          color: #ffffff;
          margin: 0 10px; } }
    /* line 334, style.scss */
    .head_menu ul li.menu_contact {
      padding-right: 10px; }
      @media all and (min-width: 1200.01px) {
        /* line 334, style.scss */
        .head_menu ul li.menu_contact {
          padding-right: 0px; } }
      @media screen and (min-width: 600.01px) and (max-width: 760px) {
        /* line 334, style.scss */
        .head_menu ul li.menu_contact {
          padding: 0; } }
      @media screen and (min-width: 350.1px) and (max-width: 600px) {
        /* line 334, style.scss */
        .head_menu ul li.menu_contact {
          padding: 0; } }
      @media screen and (max-width: 350px) {
        /* line 334, style.scss */
        .head_menu ul li.menu_contact {
          padding: 0; } }
      /* line 352, style.scss */
      .head_menu ul li.menu_contact a {
        width: 160px;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #ffffff;
        background-image: linear-gradient(90deg, #274dbb, #192276);
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        border-radius: 5px; }
        @media screen and (min-width: 930.01px) and (max-width: 1200px) {
          /* line 352, style.scss */
          .head_menu ul li.menu_contact a {
            width: max(13.3vw, 120px); } }
        @media screen and (min-width: 760.01px) and (max-width: 930px) {
          /* line 352, style.scss */
          .head_menu ul li.menu_contact a {
            width: 100px; } }
        @media screen and (min-width: 600.01px) and (max-width: 760px) {
          /* line 352, style.scss */
          .head_menu ul li.menu_contact a {
            color: #192276;
            background-image: linear-gradient(90deg, #daeeff, #a6d6ff);
            margin: 15px auto 0;
            max-width: 280px;
            width: 100%; } }
        @media screen and (min-width: 350.1px) and (max-width: 600px) {
          /* line 352, style.scss */
          .head_menu ul li.menu_contact a {
            color: #192276;
            background-image: linear-gradient(90deg, #daeeff, #a6d6ff);
            margin: 15px auto 0;
            max-width: 280px;
            width: 100%; } }
        @media screen and (max-width: 350px) {
          /* line 352, style.scss */
          .head_menu ul li.menu_contact a {
            color: #192276;
            background-image: linear-gradient(90deg, #daeeff, #a6d6ff);
            margin: 15px auto 0;
            max-width: 280px;
            width: 100%; } }
        /* line 388, style.scss */
        .head_menu ul li.menu_contact a:before {
          display: none; }

/* line 401, style.scss */
.content {
  padding-bottom: 120px; }

/* line 404, style.scss */
.contentb {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto; }

/* line 410, style.scss */
.cmn-foot-contact {
  background: #192276;
  padding: 50px 20px; }

/* line 414, style.scss */
.cmn-foot-contactb {
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
  display: flex;
  padding: 0 30px;
  justify-content: space-between;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  border-right: 1px solid rgba(255, 255, 255, 0.5); }
  @media screen and (min-width: 930.01px) and (max-width: 1200px) {
    /* line 414, style.scss */
    .cmn-foot-contactb {
      padding: 0 20px; } }
  @media screen and (min-width: 760.01px) and (max-width: 930px) {
    /* line 414, style.scss */
    .cmn-foot-contactb {
      padding: 0 10px; } }
  @media screen and (min-width: 600.01px) and (max-width: 760px) {
    /* line 414, style.scss */
    .cmn-foot-contactb {
      display: block;
      border: none;
      padding: 0 20px; } }
  @media screen and (min-width: 350.1px) and (max-width: 600px) {
    /* line 414, style.scss */
    .cmn-foot-contactb {
      display: block;
      border: none;
      padding: 0 20px; } }
  @media screen and (max-width: 350px) {
    /* line 414, style.scss */
    .cmn-foot-contactb {
      display: block;
      border: none;
      padding: 0 20px; } }
  /* line 444, style.scss */
  .cmn-foot-contactb:before {
    display: block;
    content: '';
    width: 1px;
    order: 1;
    background-color: rgba(255, 255, 255, 0.5); }
    @media screen and (min-width: 600.01px) and (max-width: 760px) {
      /* line 444, style.scss */
      .cmn-foot-contactb:before {
        display: none; } }
    @media screen and (min-width: 350.1px) and (max-width: 600px) {
      /* line 444, style.scss */
      .cmn-foot-contactb:before {
        display: none; } }
    @media screen and (max-width: 350px) {
      /* line 444, style.scss */
      .cmn-foot-contactb:before {
        display: none; } }

/* line 465, style.scss */
.contact_box {
  width: calc((100% - 1px) / 2 - 30px);
  text-align: center;
  position: relative;
  padding: 50px 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  /*&:before {
  	content:"";
  	display: block;
  	position: absolute;
  	top:0;
  	left: 0;
  	right: 0;
  	bottom: 0;
  	margin: 0 25px;
  	
  }*/ }
  @media screen and (min-width: 930.01px) and (max-width: 1200px) {
    /* line 465, style.scss */
    .contact_box {
      width: calc((100% - 1px) / 2 - 20px);
      padding: 50px 20px; } }
  @media screen and (min-width: 760.01px) and (max-width: 930px) {
    /* line 465, style.scss */
    .contact_box {
      width: calc((100% - 1px) / 2 - 10px);
      padding: 50px 10px; } }
  @media screen and (min-width: 600.01px) and (max-width: 760px) {
    /* line 465, style.scss */
    .contact_box {
      width: 100%;
      padding: 20px 10px; } }
  @media screen and (min-width: 350.1px) and (max-width: 600px) {
    /* line 465, style.scss */
    .contact_box {
      width: 100%;
      padding: 20px 10px; } }
  @media screen and (max-width: 350px) {
    /* line 465, style.scss */
    .contact_box {
      width: 100%;
      padding: 20px 10px; } }
  /* line 507, style.scss */
  .contact_box:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -20px;
    width: 1px;
    background: rgba(255, 255, 255, 0.5);
    display: none; }
    @media screen and (min-width: 600.01px) and (max-width: 760px) {
      /* line 507, style.scss */
      .contact_box:before {
        display: block; } }
    @media screen and (min-width: 350.1px) and (max-width: 600px) {
      /* line 507, style.scss */
      .contact_box:before {
        display: block; } }
    @media screen and (max-width: 350px) {
      /* line 507, style.scss */
      .contact_box:before {
        display: block; } }
  /* line 527, style.scss */
  .contact_box:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: -20px;
    width: 1px;
    background: rgba(255, 255, 255, 0.5);
    display: none; }
    @media screen and (min-width: 600.01px) and (max-width: 760px) {
      /* line 527, style.scss */
      .contact_box:after {
        display: block; } }
    @media screen and (min-width: 350.1px) and (max-width: 600px) {
      /* line 527, style.scss */
      .contact_box:after {
        display: block; } }
    @media screen and (max-width: 350px) {
      /* line 527, style.scss */
      .contact_box:after {
        display: block; } }
  /* line 547, style.scss */
  .contact_box:has(a:hover) {
    transition: all 0.3s;
    opacity: 0.6; }
    @media screen and (min-width: 600.01px) and (max-width: 760px) {
      /* line 547, style.scss */
      .contact_box:has(a:hover) {
        transition: unset;
        opacity: inherit; } }
    @media screen and (min-width: 350.1px) and (max-width: 600px) {
      /* line 547, style.scss */
      .contact_box:has(a:hover) {
        transition: unset;
        opacity: inherit; } }
    @media screen and (max-width: 350px) {
      /* line 547, style.scss */
      .contact_box:has(a:hover) {
        transition: unset;
        opacity: inherit; } }
  /* line 567, style.scss */
  .contact_box h4 {
    text-align: center;
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 1.5;
    font-weight: 600;
    color: #ffffff; }
    @media screen and (min-width: 760.01px) and (max-width: 930px) {
      /* line 567, style.scss */
      .contact_box h4 {
        font-size: 24px;
        font-size: 2.4rem; } }
    @media screen and (min-width: 600.01px) and (max-width: 760px) {
      /* line 567, style.scss */
      .contact_box h4 {
        font-size: 24px;
        font-size: 2.4rem; } }
    @media screen and (min-width: 350.1px) and (max-width: 600px) {
      /* line 567, style.scss */
      .contact_box h4 {
        font-size: 20px;
        font-size: 2.0rem; } }
    @media screen and (max-width: 350px) {
      /* line 567, style.scss */
      .contact_box h4 {
        font-size: 18px;
        font-size: 1.8rem; } }
    /* line 592, style.scss */
    .contact_box h4:before {
      display: block;
      content: '';
      width: 72px;
      height: 47px;
      background-image: url("../images/cmn/contact_icon01.png");
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
      margin: 0 auto 10px; }
      @media screen and (min-width: 600.01px) and (max-width: 760px) {
        /* line 592, style.scss */
        .contact_box h4:before {
          display: inline-block;
          margin: 0 15px 0 0;
          vertical-align: middle;
          width: 58px;
          height: 38px; } }
      @media screen and (min-width: 350.1px) and (max-width: 600px) {
        /* line 592, style.scss */
        .contact_box h4:before {
          display: inline-block;
          margin: 0 15px 0 0;
          vertical-align: middle;
          width: 46px;
          height: 30px; } }
      @media screen and (max-width: 350px) {
        /* line 592, style.scss */
        .contact_box h4:before {
          display: inline-block;
          margin: 0 15px 0 0;
          vertical-align: middle;
          width: 46px;
          height: 30px; } }
  /* line 629, style.scss */
  .contact_box p {
    display: inline-block;
    max-width: 400px;
    width: 100%;
    text-align: left;
    margin: 15px auto 0;
    color: #ffffff; }
    @media screen and (min-width: 600.01px) and (max-width: 760px) {
      /* line 629, style.scss */
      .contact_box p {
        max-width: none;
        width: auto; } }
    @media screen and (min-width: 350.1px) and (max-width: 600px) {
      /* line 629, style.scss */
      .contact_box p {
        max-width: none;
        width: auto; } }
    @media screen and (max-width: 350px) {
      /* line 629, style.scss */
      .contact_box p {
        max-width: none;
        width: auto; } }
  /* line 653, style.scss */
  .contact_box .more_link {
    margin: 20px 0 0; }
  /* line 656, style.scss */
  .contact_box .more_linkb {
    max-width: 400px; }
    @media screen and (min-width: 600.01px) and (max-width: 760px) {
      /* line 656, style.scss */
      .contact_box .more_linkb {
        max-width: 270px; } }
    @media screen and (min-width: 350.1px) and (max-width: 600px) {
      /* line 656, style.scss */
      .contact_box .more_linkb {
        max-width: 270px; } }
    @media screen and (max-width: 350px) {
      /* line 656, style.scss */
      .contact_box .more_linkb {
        max-width: 220px; } }
    /* line 671, style.scss */
    .contact_box .more_linkb a {
      color: #192276;
      background-image: linear-gradient(90deg, #daeeff, #a6d6ff); }
  /* line 692, style.scss */
  .contact_box_contact {
    order: 2; }
    @media screen and (min-width: 600.01px) and (max-width: 760px) {
      /* line 692, style.scss */
      .contact_box_contact {
        margin-top: 30px; } }
    @media screen and (min-width: 350.1px) and (max-width: 600px) {
      /* line 692, style.scss */
      .contact_box_contact {
        margin-top: 30px; } }
    @media screen and (max-width: 350px) {
      /* line 692, style.scss */
      .contact_box_contact {
        margin-top: 30px; } }
    /* line 711, style.scss */
    .contact_box_contact h4 {
      margin-top: -5px; }
      @media screen and (min-width: 600.01px) and (max-width: 760px) {
        /* line 711, style.scss */
        .contact_box_contact h4 {
          margin-top: 0; } }
      @media screen and (min-width: 350.1px) and (max-width: 600px) {
        /* line 711, style.scss */
        .contact_box_contact h4 {
          margin-top: 0; } }
      @media screen and (max-width: 350px) {
        /* line 711, style.scss */
        .contact_box_contact h4 {
          margin-top: 0; } }
      /* line 726, style.scss */
      .contact_box_contact h4:before {
        width: 43px;
        height: 52px;
        background-image: url("../images/cmn/contact_icon02.png"); }
        @media screen and (min-width: 600.01px) and (max-width: 760px) {
          /* line 726, style.scss */
          .contact_box_contact h4:before {
            width: 34px;
            height: 42px;
            margin: -10px 15px 0 0; } }
        @media screen and (min-width: 350.1px) and (max-width: 600px) {
          /* line 726, style.scss */
          .contact_box_contact h4:before {
            width: 27px;
            height: 34px;
            margin: -10px 15px 0 0; } }
        @media screen and (max-width: 350px) {
          /* line 726, style.scss */
          .contact_box_contact h4:before {
            width: 27px;
            height: 34px;
            margin: -10px 15px 0 0; } }

/* line 754, style.scss */
footer {
  position: relative;
  padding: 50px 0 0; }

/* line 758, style.scss */
.foot_logo {
  max-width: 260px;
  width: 100%;
  margin: auto; }
  @media screen and (min-width: 350.1px) and (max-width: 600px) {
    /* line 758, style.scss */
    .foot_logo {
      max-width: 210px; } }
  @media screen and (max-width: 350px) {
    /* line 758, style.scss */
    .foot_logo {
      max-width: 210px; } }

/* line 775, style.scss */
.foot_office {
  margin: 40px 0 0; }

/* line 778, style.scss */
.foot_officeb {
  max-width: 1200px;
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: space-between; }
  @media screen and (min-width: 600.01px) and (max-width: 760px) {
    /* line 778, style.scss */
    .foot_officeb {
      display: block; } }
  @media screen and (min-width: 350.1px) and (max-width: 600px) {
    /* line 778, style.scss */
    .foot_officeb {
      display: block; } }
  @media screen and (max-width: 350px) {
    /* line 778, style.scss */
    .foot_officeb {
      display: block; } }

/* line 798, style.scss */
.office_box {
  display: flex;
  justify-content: space-between;
  width: calc((100% - 90px) / 3); }
  @media screen and (min-width: 930.01px) and (max-width: 1200px) {
    /* line 798, style.scss */
    .office_box {
      width: calc((100% - 5vw) / 3); } }
  @media screen and (min-width: 760.01px) and (max-width: 930px) {
    /* line 798, style.scss */
    .office_box {
      flex-direction: column;
      align-items: center; } }
  @media screen and (min-width: 600.01px) and (max-width: 760px) {
    /* line 798, style.scss */
    .office_box {
      width: 100%;
      justify-content: center;
      align-items: center; } }
  @media screen and (min-width: 350.1px) and (max-width: 600px) {
    /* line 798, style.scss */
    .office_box {
      width: 100%; } }
  @media screen and (max-width: 350px) {
    /* line 798, style.scss */
    .office_box {
      width: 100%; } }
  @media screen and (min-width: 600.01px) and (max-width: 760px) {
    /* line 820, style.scss */
    .office_box:nth-of-type(n+2) {
      margin: 30px 0 0; } }
  @media screen and (min-width: 350.1px) and (max-width: 600px) {
    /* line 820, style.scss */
    .office_box:nth-of-type(n+2) {
      margin: 30px 0 0; } }
  @media screen and (max-width: 350px) {
    /* line 820, style.scss */
    .office_box:nth-of-type(n+2) {
      margin: 30px 0 0; } }

/* line 836, style.scss */
.office_img {
  max-width: 170px;
  width: 100%;
  display: flex;
  align-items: flex-end; }
  @media screen and (min-width: 930.01px) and (max-width: 1200px) {
    /* line 836, style.scss */
    .office_img {
      max-width: 14vw; } }
  @media screen and (min-width: 760.01px) and (max-width: 930px) {
    /* line 836, style.scss */
    .office_img {
      max-width: none; } }
  @media screen and (min-width: 350.1px) and (max-width: 600px) {
    /* line 836, style.scss */
    .office_img {
      max-width: 28.3vw; } }
  @media screen and (max-width: 350px) {
    /* line 836, style.scss */
    .office_img {
      max-width: 28.3vw; } }
  /* line 856, style.scss */
  .office_box_nagoya .office_img {
    background: #5991db; }
  /* line 860, style.scss */
  .office_box_gifu .office_img {
    background: #89bcff; }
  /* line 864, style.scss */
  .office_box_mie .office_img {
    background: #a3cbff; }

/* line 869, style.scss */
.office_txt {
  width: calc(100% - 200px); }
  @media all and (min-width: 1200.01px) and (max-width: 1250px) {
    /* line 869, style.scss */
    .office_txt {
      width: calc(100% - 190px); } }
  @media screen and (min-width: 930.01px) and (max-width: 1200px) {
    /* line 869, style.scss */
    .office_txt {
      width: calc(100% - 14vw - 15px); } }
  @media screen and (min-width: 760.01px) and (max-width: 930px) {
    /* line 869, style.scss */
    .office_txt {
      width: 100%;
      margin-top: 15px; } }
  @media screen and (min-width: 600.01px) and (max-width: 760px) {
    /* line 869, style.scss */
    .office_txt {
      max-width: 300px;
      width: 100%;
      margin-left: 20px; } }
  @media screen and (min-width: 350.1px) and (max-width: 600px) {
    /* line 869, style.scss */
    .office_txt {
      width: calc(100% - 28.3vw - 15px); } }
  @media screen and (max-width: 350px) {
    /* line 869, style.scss */
    .office_txt {
      width: calc(100% - 28.3vw - 15px); } }
  /* line 892, style.scss */
  .office_txt h3 {
    font-weight: 600;
    font-size: 18px;
    font-size: 1.8rem; }
    @media screen and (min-width: 930.01px) and (max-width: 1200px) {
      /* line 892, style.scss */
      .office_txt h3 {
        font-size: 16px;
        font-size: 1.6rem; } }
    @media screen and (min-width: 760.01px) and (max-width: 930px) {
      /* line 892, style.scss */
      .office_txt h3 {
        font-size: 16px;
        font-size: 1.6rem; } }
    @media screen and (min-width: 350.1px) and (max-width: 600px) {
      /* line 892, style.scss */
      .office_txt h3 {
        font-size: 16px;
        font-size: 1.6rem;
        margin-top: -7px; } }
    @media screen and (max-width: 350px) {
      /* line 892, style.scss */
      .office_txt h3 {
        font-size: 16px;
        font-size: 1.6rem;
        margin-top: -6px; } }
  /* line 917, style.scss */
  .office_txt p {
    margin: 10px 0 0;
    line-height: 1.7; }
    @media screen and (min-width: 930.01px) and (max-width: 1200px) {
      /* line 917, style.scss */
      .office_txt p {
        font-size: 14px;
        font-size: 1.4rem; } }
    @media screen and (min-width: 350.1px) and (max-width: 600px) {
      /* line 917, style.scss */
      .office_txt p {
        margin: 5px 0 0;
        line-height: 1.5; } }
    @media screen and (max-width: 350px) {
      /* line 917, style.scss */
      .office_txt p {
        margin: 5px 0 0;
        line-height: 1.5; } }

/* line 938, style.scss */
.foot_office_tel {
  margin: 15px 0 0; }
  @media screen and (min-width: 930.01px) and (max-width: 1200px) {
    /* line 938, style.scss */
    .foot_office_tel {
      margin: 10px 0 0; } }
  @media screen and (min-width: 760.01px) and (max-width: 930px) {
    /* line 938, style.scss */
    .foot_office_tel {
      margin: 5px 0 0; } }
  @media screen and (min-width: 600.01px) and (max-width: 760px) {
    /* line 938, style.scss */
    .foot_office_tel {
      max-width: 240px;
      width: 100%; } }
  @media screen and (min-width: 350.1px) and (max-width: 600px) {
    /* line 938, style.scss */
    .foot_office_tel {
      max-width: 220px;
      width: 100%; } }
  @media screen and (max-width: 350px) {
    /* line 938, style.scss */
    .foot_office_tel {
      max-width: 160px;
      width: 100%; } }
  /* line 958, style.scss */
  .foot_office_tel a {
    pointer-events: none;
    text-decoration: none;
    color: #192276;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.5;
    font-weight: 700; }
    @media screen and (min-width: 930.01px) and (max-width: 1200px) {
      /* line 958, style.scss */
      .foot_office_tel a {
        font-size: 15px;
        font-size: 1.5rem; } }
    @media screen and (min-width: 600.01px) and (max-width: 760px) {
      /* line 958, style.scss */
      .foot_office_tel a {
        pointer-events: all;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 40px;
        color: #ffffff;
        font-weight: 700;
        background-image: linear-gradient(90deg, #274dbb, #192276);
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        border-radius: 5px; } }
    @media screen and (min-width: 350.1px) and (max-width: 600px) {
      /* line 958, style.scss */
      .foot_office_tel a {
        pointer-events: all;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 40px;
        color: #ffffff;
        font-size: 16px;
        font-size: 1.6rem;
        font-weight: 700;
        background-image: linear-gradient(90deg, #274dbb, #192276);
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        border-radius: 5px; } }
    @media screen and (max-width: 350px) {
      /* line 958, style.scss */
      .foot_office_tel a {
        pointer-events: all;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 40px;
        color: #ffffff;
        font-size: 16px;
        font-size: 1.6rem;
        font-weight: 700;
        background-image: linear-gradient(90deg, #274dbb, #192276);
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        border-radius: 5px; } }
    /* line 1011, style.scss */
    .foot_office_tel a:before {
      display: inline-block;
      content: 'TEL';
      margin-right: 5px; }
      @media screen and (min-width: 600.01px) and (max-width: 760px) {
        /* line 1011, style.scss */
        .foot_office_tel a:before {
          display: block;
          width: 16px;
          height: 24px;
          content: '';
          background: url("../images/cmn/icon_tel.png");
          background-position: center center;
          background-repeat: no-repeat;
          background-size: cover; } }
      @media screen and (min-width: 350.1px) and (max-width: 600px) {
        /* line 1011, style.scss */
        .foot_office_tel a:before {
          display: block;
          width: 16px;
          height: 24px;
          content: '';
          background: url("../images/cmn/icon_tel.png");
          background-position: center center;
          background-repeat: no-repeat;
          background-size: cover; } }
      @media screen and (max-width: 350px) {
        /* line 1011, style.scss */
        .foot_office_tel a:before {
          display: block;
          width: 10px;
          height: 15px;
          content: '';
          background: url("../images/cmn/icon_tel.png");
          background-position: center center;
          background-repeat: no-repeat;
          background-size: cover; } }

/* line 1053, style.scss */
.foot_bnr {
  margin: 70px 0 0; }

/* line 1056, style.scss */
.foot_bnrb {
  max-width: 465px;
  width: 100%;
  margin: auto; }
  @media screen and (min-width: 600.01px) and (max-width: 760px) {
    /* line 1056, style.scss */
    .foot_bnrb {
      max-width: 400px; } }
  @media screen and (min-width: 350.1px) and (max-width: 600px) {
    /* line 1056, style.scss */
    .foot_bnrb {
      max-width: 300px; } }
  @media screen and (max-width: 350px) {
    /* line 1056, style.scss */
    .foot_bnrb {
      max-width: 300px; } }
  /* line 1073, style.scss */
  .foot_bnrb a {
    text-decoration: none;
    color: #000000; }
    /* line 1077, style.scss */
    .foot_bnrb a figure figcaption {
      text-align: center;
      margin: 5px 0 0; }
      /* line 1080, style.scss */
      .foot_bnrb a figure figcaption span {
        display: inline-block;
        text-align: left;
        font-size: 18px;
        font-size: 1.8rem;
        font-weight: 600; }
        @media screen and (min-width: 760.01px) and (max-width: 930px) {
          /* line 1080, style.scss */
          .foot_bnrb a figure figcaption span {
            font-size: 16px;
            font-size: 1.6rem; } }
        @media screen and (min-width: 600.01px) and (max-width: 760px) {
          /* line 1080, style.scss */
          .foot_bnrb a figure figcaption span {
            font-size: 16px;
            font-size: 1.6rem; } }
        @media screen and (min-width: 350.1px) and (max-width: 600px) {
          /* line 1080, style.scss */
          .foot_bnrb a figure figcaption span {
            font-size: 16px;
            font-size: 1.6rem; } }
        @media screen and (max-width: 350px) {
          /* line 1080, style.scss */
          .foot_bnrb a figure figcaption span {
            font-size: 15px;
            font-size: 1.5rem; } }

/* line 1109, style.scss */
.foot_menu {
  margin: 50px 0 0; }

/* line 1112, style.scss */
.foot_menub {
  max-width: 1200px;
  width: 100%;
  border: 1px solid #cccccc;
  margin: auto;
  padding: 40px;
  text-align: center; }
  @media screen and (min-width: 760.01px) and (max-width: 930px) {
    /* line 1112, style.scss */
    .foot_menub {
      padding: 25px 15px; } }
  @media screen and (min-width: 600.01px) and (max-width: 760px) {
    /* line 1112, style.scss */
    .foot_menub {
      border: none;
      padding: 0; } }
  @media screen and (min-width: 350.1px) and (max-width: 600px) {
    /* line 1112, style.scss */
    .foot_menub {
      border: none;
      padding: 0; } }
  @media screen and (max-width: 350px) {
    /* line 1112, style.scss */
    .foot_menub {
      border: none;
      padding: 0; } }
  /* line 1136, style.scss */
  .foot_menub h3 {
    font-size: 20px;
    font-size: 2.0rem;
    font-weight: 700; }
    @media screen and (min-width: 600.01px) and (max-width: 760px) {
      /* line 1136, style.scss */
      .foot_menub h3 {
        font-size: 18px;
        font-size: 1.8rem; } }
    @media screen and (min-width: 350.1px) and (max-width: 600px) {
      /* line 1136, style.scss */
      .foot_menub h3 {
        font-size: 18px;
        font-size: 1.8rem; } }
    @media screen and (max-width: 350px) {
      /* line 1136, style.scss */
      .foot_menub h3 {
        font-size: 18px;
        font-size: 1.8rem; } }
  /* line 1157, style.scss */
  .foot_menub ul {
    margin: 10px auto 0;
    max-width: 950px;
    width: 100%;
    display: flex;
    flex-wrap: wrap; }
    /* line 1163, style.scss */
    .foot_menub ul li {
      width: 15%;
      padding: 10px 0;
      text-align: left; }
      @media screen and (min-width: 760.01px) and (max-width: 930px) {
        /* line 1163, style.scss */
        .foot_menub ul li {
          padding: 7px 0; } }
      @media screen and (min-width: 600.01px) and (max-width: 760px) {
        /* line 1163, style.scss */
        .foot_menub ul li {
          width: calc(50% - 10px);
          padding: 0;
          border-bottom: 1px solid #cccccc; } }
      @media screen and (min-width: 350.1px) and (max-width: 600px) {
        /* line 1163, style.scss */
        .foot_menub ul li {
          width: calc(50% - 10px);
          padding: 0;
          border-bottom: 1px solid #cccccc; } }
      @media screen and (max-width: 350px) {
        /* line 1163, style.scss */
        .foot_menub ul li {
          width: calc(50% - 5px);
          padding: 0;
          border-bottom: 1px solid #cccccc; } }
      /* line 1187, style.scss */
      .foot_menub ul li:nth-of-type(5n + 2) {
        width: 19%; }
        @media screen and (min-width: 600.01px) and (max-width: 760px) {
          /* line 1187, style.scss */
          .foot_menub ul li:nth-of-type(5n + 2) {
            width: calc(50% - 10px); } }
        @media screen and (min-width: 350.1px) and (max-width: 600px) {
          /* line 1187, style.scss */
          .foot_menub ul li:nth-of-type(5n + 2) {
            width: calc(50% - 10px); } }
        @media screen and (max-width: 350px) {
          /* line 1187, style.scss */
          .foot_menub ul li:nth-of-type(5n + 2) {
            width: calc(50% - 5px); } }
      /* line 1204, style.scss */
      .foot_menub ul li:nth-of-type(5n + 3) {
        width: 26%; }
        @media screen and (min-width: 600.01px) and (max-width: 760px) {
          /* line 1204, style.scss */
          .foot_menub ul li:nth-of-type(5n + 3) {
            width: calc(50% - 10px); } }
        @media screen and (min-width: 350.1px) and (max-width: 600px) {
          /* line 1204, style.scss */
          .foot_menub ul li:nth-of-type(5n + 3) {
            width: calc(50% - 10px); } }
        @media screen and (max-width: 350px) {
          /* line 1204, style.scss */
          .foot_menub ul li:nth-of-type(5n + 3) {
            width: calc(50% - 5px); } }
      /* line 1220, style.scss */
      .foot_menub ul li:nth-of-type(5n + 4) {
        width: 22%; }
        @media screen and (min-width: 600.01px) and (max-width: 760px) {
          /* line 1220, style.scss */
          .foot_menub ul li:nth-of-type(5n + 4) {
            width: calc(50% - 10px); } }
        @media screen and (min-width: 350.1px) and (max-width: 600px) {
          /* line 1220, style.scss */
          .foot_menub ul li:nth-of-type(5n + 4) {
            width: calc(50% - 10px); } }
        @media screen and (max-width: 350px) {
          /* line 1220, style.scss */
          .foot_menub ul li:nth-of-type(5n + 4) {
            width: calc(50% - 5px); } }
      /* line 1238, style.scss */
      .foot_menub ul li:nth-of-type(5n) {
        width: 18%; }
        @media screen and (min-width: 600.01px) and (max-width: 760px) {
          /* line 1238, style.scss */
          .foot_menub ul li:nth-of-type(5n) {
            width: calc(50% - 10px); } }
        @media screen and (min-width: 350.1px) and (max-width: 600px) {
          /* line 1238, style.scss */
          .foot_menub ul li:nth-of-type(5n) {
            width: calc(50% - 10px); } }
        @media screen and (max-width: 350px) {
          /* line 1238, style.scss */
          .foot_menub ul li:nth-of-type(5n) {
            width: calc(50% - 5px); } }
      @media screen and (min-width: 600.01px) and (max-width: 760px) {
        /* line 1256, style.scss */
        .foot_menub ul li:nth-of-type(2n) {
          margin-right: 20px; } }
      @media screen and (min-width: 350.1px) and (max-width: 600px) {
        /* line 1256, style.scss */
        .foot_menub ul li:nth-of-type(2n) {
          margin-right: 20px; } }
      @media screen and (max-width: 350px) {
        /* line 1256, style.scss */
        .foot_menub ul li:nth-of-type(2n) {
          margin-right: 10px; } }
      @media screen and (min-width: 600.01px) and (max-width: 760px) {
        /* line 1271, style.scss */
        .foot_menub ul li:nth-of-type(1) {
          width: 50%;
          margin-left: auto;
          margin-right: auto;
          text-align: center; } }
      @media screen and (min-width: 350.1px) and (max-width: 600px) {
        /* line 1271, style.scss */
        .foot_menub ul li:nth-of-type(1) {
          width: 50%;
          margin-left: auto;
          margin-right: auto;
          text-align: center; } }
      @media screen and (max-width: 350px) {
        /* line 1271, style.scss */
        .foot_menub ul li:nth-of-type(1) {
          width: 50%;
          margin-left: auto;
          margin-right: auto;
          text-align: center; } }
      /* line 1307, style.scss */
      .foot_menub ul li a {
        display: flex;
        text-decoration: none;
        color: #000000;
        line-height: 1.5; }
        @media screen and (min-width: 600.01px) and (max-width: 760px) {
          /* line 1307, style.scss */
          .foot_menub ul li a {
            padding: 10px 0; } }
        @media screen and (min-width: 350.1px) and (max-width: 600px) {
          /* line 1307, style.scss */
          .foot_menub ul li a {
            padding: 10px 0;
            font-size: 14px;
            font-size: 1.4rem; } }
        @media screen and (max-width: 350px) {
          /* line 1307, style.scss */
          .foot_menub ul li a {
            padding: 10px 0; } }
        /* line 1327, style.scss */
        .foot_menub ul li a:before {
          display: block;
          content: '>';
          font-size: 12px;
          font-size: 1.2rem;
          color: #192276;
          margin-right: 8px;
          position: relative;
          top: 4px; }
          @media screen and (min-width: 760.01px) and (max-width: 930px) {
            /* line 1327, style.scss */
            .foot_menub ul li a:before {
              top: 1px; } }
          @media screen and (min-width: 600.01px) and (max-width: 760px) {
            /* line 1327, style.scss */
            .foot_menub ul li a:before {
              display: none; } }
          @media screen and (min-width: 350.1px) and (max-width: 600px) {
            /* line 1327, style.scss */
            .foot_menub ul li a:before {
              display: none; } }
          @media screen and (max-width: 350px) {
            /* line 1327, style.scss */
            .foot_menub ul li a:before {
              display: none; } }
        /* line 1351, style.scss */
        .foot_menub ul li a span {
          width: calc(100% - 20px); }
          @media screen and (min-width: 600.01px) and (max-width: 760px) {
            /* line 1351, style.scss */
            .foot_menub ul li a span {
              width: 100%; } }
          @media screen and (min-width: 350.1px) and (max-width: 600px) {
            /* line 1351, style.scss */
            .foot_menub ul li a span {
              width: 100%; } }
          @media screen and (max-width: 350px) {
            /* line 1351, style.scss */
            .foot_menub ul li a span {
              width: 100%; } }

/* line 1371, style.scss */
.copyright {
  margin: 40px 0; }

/* line 1374, style.scss */
.copyrightb {
  text-align: center;
  line-height: 1.2; }
  @media screen and (min-width: 600.01px) and (max-width: 760px) {
    /* line 1374, style.scss */
    .copyrightb {
      font-size: 13px;
      font-size: 1.3rem; } }
  @media screen and (min-width: 350.1px) and (max-width: 600px) {
    /* line 1374, style.scss */
    .copyrightb {
      font-size: 13px;
      font-size: 1.3rem; } }
  @media screen and (max-width: 350px) {
    /* line 1374, style.scss */
    .copyrightb {
      font-size: 12px;
      font-size: 1.2rem; } }

/*
--------------------------------------------------------------*/
/* line 1396, style.scss */
.cimg {
  background-image: url("../images/cmn/cimg.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 2000px auto; }
  @media screen and (min-width: 760.01px) and (max-width: 930px) {
    /* line 1396, style.scss */
    .cimg {
      background-image: url("../images/cmn/cimg_tb.jpg");
      background-position: center center;
      background-size: cover; } }
  @media screen and (min-width: 600.01px) and (max-width: 760px) {
    /* line 1396, style.scss */
    .cimg {
      background-image: url("../images/cmn/cimg_tb.jpg");
      background-position: center center;
      background-size: cover; } }
  @media screen and (min-width: 350.1px) and (max-width: 600px) {
    /* line 1396, style.scss */
    .cimg {
      background-image: url("../images/cmn/cimg_sp.jpg");
      background-position: center center;
      background-size: cover; } }
  @media screen and (max-width: 350px) {
    /* line 1396, style.scss */
    .cimg {
      background-image: url("../images/cmn/cimg_sp.jpg");
      background-position: center center;
      background-size: cover; } }

/* line 1425, style.scss */
.cimgb {
  max-width: 1100px;
  width: 100%;
  height: 240px;
  position: relative;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  @media screen and (min-width: 760.01px) and (max-width: 930px) {
    /* line 1425, style.scss */
    .cimgb {
      height: 26vw; } }
  @media screen and (min-width: 600.01px) and (max-width: 760px) {
    /* line 1425, style.scss */
    .cimgb {
      height: max(34vw, 120px); } }
  @media screen and (min-width: 350.1px) and (max-width: 600px) {
    /* line 1425, style.scss */
    .cimgb {
      height: max(34vw, 120px); } }
  @media screen and (max-width: 350px) {
    /* line 1425, style.scss */
    .cimgb {
      height: 90px; } }
  /* line 1449, style.scss */
  .cimgb p {
    color: #fff;
    font-size: 52px;
    font-size: 5.2rem;
    letter-spacing: 0.05em;
    line-height: 1.0;
    text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3), 0px 0px 8px rgba(0, 0, 0, 0.3); }
    @media screen and (min-width: 760.01px) and (max-width: 930px) {
      /* line 1449, style.scss */
      .cimgb p {
        font-size: 42px;
        font-size: 4.2rem; } }
    @media screen and (min-width: 600.01px) and (max-width: 760px) {
      /* line 1449, style.scss */
      .cimgb p {
        font-size: 38px;
        font-size: 3.8rem; } }
    @media screen and (min-width: 350.1px) and (max-width: 600px) {
      /* line 1449, style.scss */
      .cimgb p {
        font-size: max(6.3vw, 28px); } }
    @media screen and (max-width: 350px) {
      /* line 1449, style.scss */
      .cimgb p {
        font-size: max(6.3vw, 22px); } }
  /* line 1473, style.scss */
  .cimgb h2 {
    color: #fff;
    font-size: 26px;
    font-size: 2.6rem;
    font-weight: 700;
    font-style: normal;
    line-height: 1.0;
    letter-spacing: 0.2em;
    margin-top: 15px;
    text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3), 0px 0px 8px rgba(0, 0, 0, 0.3); }
    @media screen and (min-width: 760.01px) and (max-width: 930px) {
      /* line 1473, style.scss */
      .cimgb h2 {
        font-size: 22px;
        font-size: 2.2rem; } }
    @media screen and (min-width: 600.01px) and (max-width: 760px) {
      /* line 1473, style.scss */
      .cimgb h2 {
        font-size: 18px;
        font-size: 1.8rem;
        margin-top: 10px; } }
    @media screen and (min-width: 350.1px) and (max-width: 600px) {
      /* line 1473, style.scss */
      .cimgb h2 {
        font-size: 16px;
        font-size: 1.6rem;
        margin-top: 10px; } }
    @media screen and (max-width: 350px) {
      /* line 1473, style.scss */
      .cimgb h2 {
        font-size: 15px;
        font-size: 1.5rem;
        margin-top: 10px; } }

/* line 1507, style.scss */
.main_title + div {
  margin: 45px 0 0; }
  @media screen and (min-width: 760.01px) and (max-width: 930px) {
    /* line 1507, style.scss */
    .main_title + div {
      margin: 30px 0 0; } }
  @media screen and (min-width: 600.01px) and (max-width: 760px) {
    /* line 1507, style.scss */
    .main_title + div {
      margin: 30px 0 0; } }
  @media screen and (min-width: 350.1px) and (max-width: 600px) {
    /* line 1507, style.scss */
    .main_title + div {
      margin: 30px 0 0; } }
  @media screen and (max-width: 350px) {
    /* line 1507, style.scss */
    .main_title + div {
      margin: 20px 0 0; } }

/* line 1526, style.scss */
.main_titleb h3 {
  text-align: center;
  line-height: 1.5;
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: 600;
  letter-spacing: 0.1em; }
  @media screen and (min-width: 760.01px) and (max-width: 930px) {
    /* line 1526, style.scss */
    .main_titleb h3 {
      font-size: 28px;
      font-size: 2.8rem; } }
  @media screen and (min-width: 600.01px) and (max-width: 760px) {
    /* line 1526, style.scss */
    .main_titleb h3 {
      font-size: 28px;
      font-size: 2.8rem; } }
  @media screen and (min-width: 350.1px) and (max-width: 600px) {
    /* line 1526, style.scss */
    .main_titleb h3 {
      font-size: 22px;
      font-size: 2.2rem; } }
  @media screen and (max-width: 350px) {
    /* line 1526, style.scss */
    .main_titleb h3 {
      font-size: 20px;
      font-size: 2.0rem; } }
  /* line 1551, style.scss */
  .main_titleb h3 span {
    display: inline-block; }

/* line 1557, style.scss */
.more_link {
  margin: 30px 0 0; }
  @media screen and (min-width: 760.01px) and (max-width: 930px) {
    /* line 1557, style.scss */
    .more_link {
      margin: 20px 0 0; } }
  @media screen and (min-width: 350.1px) and (max-width: 600px) {
    /* line 1557, style.scss */
    .more_link {
      margin: 20px 0 0; } }
  @media screen and (max-width: 350px) {
    /* line 1557, style.scss */
    .more_link {
      margin: 20px 0 0; } }

/* line 1573, style.scss */
.more_linkb {
  max-width: 270px;
  width: 100%;
  margin: auto; }
  @media screen and (min-width: 760.01px) and (max-width: 930px) {
    /* line 1573, style.scss */
    .more_linkb {
      max-width: 200px; } }
  @media screen and (max-width: 350px) {
    /* line 1573, style.scss */
    .more_linkb {
      max-width: 220px; } }
  /* line 1589, style.scss */
  .more_linkb a {
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 40px;
    font-weight: 700;
    color: #ffffff;
    background-image: linear-gradient(90deg, #274dbb, #192276);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px; }
    @media screen and (min-width: 600.01px) and (max-width: 760px) {
      /* line 1589, style.scss */
      .more_linkb a {
        height: 50px; } }
    @media screen and (min-width: 350.1px) and (max-width: 600px) {
      /* line 1589, style.scss */
      .more_linkb a {
        height: 50px; } }
    @media screen and (max-width: 350px) {
      /* line 1589, style.scss */
      .more_linkb a {
        height: 50px; } }
    /* line 1613, style.scss */
    .more_linkb a:after {
      display: block;
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0;
      pointer-events: all; }
      @media screen and (min-width: 600.01px) and (max-width: 760px) {
        /* line 1613, style.scss */
        .more_linkb a:after {
          display: none; } }
      @media screen and (min-width: 350.1px) and (max-width: 600px) {
        /* line 1613, style.scss */
        .more_linkb a:after {
          display: none; } }
      @media screen and (max-width: 350px) {
        /* line 1613, style.scss */
        .more_linkb a:after {
          display: none; } }

/*
--------------------------------------------------------------*/
/* line 1641, style.scss */
.breadcrumb {
  padding-top: 15px;
  padding-bottom: 15px; }
  @media screen and (min-width: 600.01px) and (max-width: 760px) {
    /* line 1641, style.scss */
    .breadcrumb {
      padding-top: 10px;
      padding-bottom: 30px; } }
  @media screen and (min-width: 350.1px) and (max-width: 600px) {
    /* line 1641, style.scss */
    .breadcrumb {
      padding-top: 10px;
      padding-bottom: 30px; } }
  @media screen and (max-width: 350px) {
    /* line 1641, style.scss */
    .breadcrumb {
      padding-top: 10px;
      padding-bottom: 20px; } }

/* line 1661, style.scss */
.breadcrumbb {
  max-width: 1200px;
  width: 100%;
  margin: auto;
  text-align: right;
  font-size: 15px;
  font-size: 1.5rem; }
  @media screen and (min-width: 760.01px) and (max-width: 930px) {
    /* line 1661, style.scss */
    .breadcrumbb {
      font-size: 14px;
      font-size: 1.4rem; } }
  @media screen and (min-width: 600.01px) and (max-width: 760px) {
    /* line 1661, style.scss */
    .breadcrumbb {
      font-size: 14px;
      font-size: 1.4rem; } }
  @media screen and (min-width: 350.1px) and (max-width: 600px) {
    /* line 1661, style.scss */
    .breadcrumbb {
      font-size: 14px;
      font-size: 1.4rem; } }
  @media screen and (max-width: 350px) {
    /* line 1661, style.scss */
    .breadcrumbb {
      font-size: 13px;
      font-size: 1.3rem; } }
  /* line 1687, style.scss */
  .breadcrumbb a {
    text-decoration: none;
    color: #666666; }
    /* line 1690, style.scss */
    .breadcrumbb a:hover {
      text-decoration: underline; }

/*
--------------------------------------------------------------*/
/* line 1701, style.scss */
.smenub ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  @media screen and (min-width: 350.1px) and (max-width: 600px) {
    /* line 1701, style.scss */
    .smenub ul {
      justify-content: space-between; } }
  @media screen and (max-width: 350px) {
    /* line 1701, style.scss */
    .smenub ul {
      justify-content: space-between; } }
  /* line 1717, style.scss */
  .smenub ul li {
    width: calc(25% - 15px);
    margin-right: 20px; }
    @media screen and (min-width: 760.01px) and (max-width: 930px) {
      /* line 1717, style.scss */
      .smenub ul li {
        width: calc(50% - 5px);
        margin-right: 10px; } }
    @media screen and (min-width: 600.01px) and (max-width: 760px) {
      /* line 1717, style.scss */
      .smenub ul li {
        width: calc(50% - 5px);
        margin-right: 10px; } }
    @media screen and (min-width: 350.1px) and (max-width: 600px) {
      /* line 1717, style.scss */
      .smenub ul li {
        width: calc(50% - 5px);
        margin-right: 10px; } }
    @media screen and (max-width: 350px) {
      /* line 1717, style.scss */
      .smenub ul li {
        width: calc(50% - 5px);
        margin-right: 10px; } }
    /* line 1738, style.scss */
    .smenub ul li:last-of-type {
      margin-right: 0; }
    @media screen and (min-width: 760.01px) and (max-width: 930px) {
      /* line 1741, style.scss */
      .smenub ul li:nth-of-type(2n) {
        margin-right: 0; } }
    @media screen and (min-width: 600.01px) and (max-width: 760px) {
      /* line 1741, style.scss */
      .smenub ul li:nth-of-type(2n) {
        margin-right: 0; } }
    @media screen and (min-width: 350.1px) and (max-width: 600px) {
      /* line 1741, style.scss */
      .smenub ul li:nth-of-type(2n) {
        margin-right: 0; } }
    @media screen and (max-width: 350px) {
      /* line 1741, style.scss */
      .smenub ul li:nth-of-type(2n) {
        margin-right: 0; } }
    @media screen and (min-width: 760.01px) and (max-width: 930px) {
      /* line 1757, style.scss */
      .smenub ul li:nth-of-type(n+3) {
        margin-top: 5px; } }
    @media screen and (min-width: 600.01px) and (max-width: 760px) {
      /* line 1757, style.scss */
      .smenub ul li:nth-of-type(n+3) {
        margin-top: 5px; } }
    @media screen and (min-width: 350.1px) and (max-width: 600px) {
      /* line 1757, style.scss */
      .smenub ul li:nth-of-type(n+3) {
        margin-top: 5px; } }
    @media screen and (max-width: 350px) {
      /* line 1757, style.scss */
      .smenub ul li:nth-of-type(n+3) {
        margin-top: 5px; } }
    /* line 1773, style.scss */
    .index_about .smenub ul li {
      width: calc((100% - 60px) / 6);
      margin-right: 12px; }
      @media screen and (min-width: 930.01px) and (max-width: 1200px) {
        /* line 1773, style.scss */
        .index_about .smenub ul li {
          width: calc((100% - 50px) / 6);
          margin-right: 10px; } }
      @media screen and (min-width: 760.01px) and (max-width: 930px) {
        /* line 1773, style.scss */
        .index_about .smenub ul li {
          width: calc((100% - 20px) / 3);
          margin-right: 10px; } }
      @media screen and (min-width: 600.01px) and (max-width: 760px) {
        /* line 1773, style.scss */
        .index_about .smenub ul li {
          width: calc((100% - 20px) / 3);
          margin-right: 10px; } }
      @media screen and (min-width: 350.1px) and (max-width: 600px) {
        /* line 1773, style.scss */
        .index_about .smenub ul li {
          width: calc(50% - 5px);
          margin-right: 10px; } }
      @media screen and (max-width: 350px) {
        /* line 1773, style.scss */
        .index_about .smenub ul li {
          width: calc(50% - 5px);
          margin-right: 10px; } }
      /* line 1796, style.scss */
      .index_about .smenub ul li:nth-of-type(6n) {
        margin-right: 0; }
      @media screen and (min-width: 760.01px) and (max-width: 930px) {
        /* line 1799, style.scss */
        .index_about .smenub ul li:nth-of-type(3n) {
          margin-right: 0;
          margin-top: 0; } }
      @media screen and (min-width: 600.01px) and (max-width: 760px) {
        /* line 1799, style.scss */
        .index_about .smenub ul li:nth-of-type(3n) {
          margin-right: 0;
          margin-top: 0; } }
      @media screen and (min-width: 350.1px) and (max-width: 600px) {
        /* line 1815, style.scss */
        .index_about .smenub ul li:nth-of-type(2n) {
          margin-right: 0; } }
      @media screen and (max-width: 350px) {
        /* line 1815, style.scss */
        .index_about .smenub ul li:nth-of-type(2n) {
          margin-right: 0; } }
      @media screen and (min-width: 760.01px) and (max-width: 930px) {
        /* line 1829, style.scss */
        .index_about .smenub ul li:nth-of-type(n+4) {
          margin-top: 5px; } }
      @media screen and (min-width: 600.01px) and (max-width: 760px) {
        /* line 1829, style.scss */
        .index_about .smenub ul li:nth-of-type(n+4) {
          margin-top: 5px; } }
      @media screen and (min-width: 350.1px) and (max-width: 600px) {
        /* line 1843, style.scss */
        .index_about .smenub ul li:nth-of-type(n+3) {
          margin-top: 5px; } }
      @media screen and (max-width: 350px) {
        /* line 1843, style.scss */
        .index_about .smenub ul li:nth-of-type(n+3) {
          margin-top: 5px; } }
    @media screen and (min-width: 760.01px) and (max-width: 930px) {
      /* line 1860, style.scss */
      .index_privacy .smenub ul li {
        width: calc((100% - 20px) / 3);
        margin-right: 10px; } }
    @media screen and (min-width: 600.01px) and (max-width: 760px) {
      /* line 1860, style.scss */
      .index_privacy .smenub ul li {
        width: calc((100% - 20px) / 3);
        margin-right: 10px; } }
    @media screen and (min-width: 760.01px) and (max-width: 930px) {
      /* line 1875, style.scss */
      .index_privacy .smenub ul li:last-of-type {
        margin-right: 0;
        margin-top: 0; } }
    @media screen and (min-width: 600.01px) and (max-width: 760px) {
      /* line 1875, style.scss */
      .index_privacy .smenub ul li:last-of-type {
        margin-right: 0;
        margin-top: 0; } }
    /* line 1892, style.scss */
    .smenub ul li a {
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100%;
      height: 45px;
      text-decoration: none;
      color: #192276;
      font-size: 15px;
      font-size: 1.5rem;
      line-height: 1.3;
      font-weight: 700;
      border: 1px solid #192276;
      border-radius: 25px; }
      @media screen and (min-width: 350.1px) and (max-width: 600px) {
        /* line 1892, style.scss */
        .smenub ul li a {
          font-size: 14px;
          font-size: 1.4rem; } }
      @media screen and (max-width: 350px) {
        /* line 1892, style.scss */
        .smenub ul li a {
          font-size: 14px;
          font-size: 1.4rem; } }
      /* line 1921, style.scss */
      .smenub ul li a:after {
        display: block;
        content: '>';
        line-height: 0.8;
        width: 1.0em;
        height: 1.0em;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 15px;
        font-weight: 100;
        margin: auto; }
        @media screen and (min-width: 930.01px) and (max-width: 1200px) {
          /* line 1921, style.scss */
          .smenub ul li a:after {
            right: 5px; } }
        @media screen and (min-width: 350.1px) and (max-width: 600px) {
          /* line 1921, style.scss */
          .smenub ul li a:after {
            right: 5px; } }
        @media screen and (max-width: 350px) {
          /* line 1921, style.scss */
          .smenub ul li a:after {
            right: 5px; } }

/*
--------------------------------------------------------------*/
/* line 1953, style.scss */
.pagelink {
  margin-top: -100px;
  padding-top: 100px; }
  @media screen and (min-width: 600.01px) and (max-width: 760px) {
    /* line 1953, style.scss */
    .pagelink {
      margin-top: -70px;
      padding-top: 70px; } }
  @media screen and (min-width: 350.1px) and (max-width: 600px) {
    /* line 1953, style.scss */
    .pagelink {
      margin-top: -70px;
      padding-top: 70px; } }
  @media screen and (max-width: 350px) {
    /* line 1953, style.scss */
    .pagelink {
      margin-top: -70px;
      padding-top: 70px; } }

/* line 1973, style.scss */
#top {
  position: absolute;
  top: 0; }

/* line 1977, style.scss */
#pagetop {
  position: fixed;
  bottom: 20px;
  right: 20px; }
  @media screen and (min-width: 600.01px) and (max-width: 760px) {
    /* line 1977, style.scss */
    #pagetop {
      width: 50px;
      height: 50px;
      bottom: 10px;
      right: 10px; } }
  @media screen and (min-width: 350.1px) and (max-width: 600px) {
    /* line 1977, style.scss */
    #pagetop {
      width: 50px;
      height: 50px;
      bottom: 10px;
      right: 10px; } }
  @media screen and (max-width: 350px) {
    /* line 1977, style.scss */
    #pagetop {
      width: 50px;
      height: 50px;
      bottom: 10px;
      right: 10px; } }

/* line 2004, style.scss */
body.no-scroll,
html.no-scroll {
  overflow: hidden; }

/* line 2008, style.scss */
.menu_btn {
  display: none; }
  @media screen and (min-width: 600.01px) and (max-width: 760px) {
    /* line 2008, style.scss */
    .menu_btn {
      display: block;
      margin-right: 10px; } }
  @media screen and (min-width: 350.1px) and (max-width: 600px) {
    /* line 2008, style.scss */
    .menu_btn {
      display: block;
      margin-right: 10px; } }
  @media screen and (max-width: 350px) {
    /* line 2008, style.scss */
    .menu_btn {
      display: block;
      margin-right: 10px; } }

/* line 2027, style.scss */
.menu_btnb {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  background-image: linear-gradient(90deg, #274dbb, #192276);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px; }
  /* line 2035, style.scss */
  .menu_btnb:before {
    display: block;
    content: '';
    position: absolute;
    left: 25%;
    height: 1px;
    border-radius: 2px;
    background: #fff;
    width: 50%;
    top: 30%;
    transition: all 0.5s ease; }
  /* line 2047, style.scss */
  .menu_btnb:after {
    display: block;
    content: '';
    position: absolute;
    left: 25%;
    height: 1px;
    border-radius: 2px;
    background: #fff;
    width: 50%;
    top: 70%;
    transition: all 0.5s ease; }
  /* line 2059, style.scss */
  .menu_btnb span {
    display: block;
    position: absolute;
    left: 25%;
    height: 1px;
    border-radius: 2px;
    background: #fff;
    width: 50%;
    top: 50%;
    transition: all 0.5s ease; }
  /* line 2071, style.scss */
  .menu_btnb.active:before {
    top: 50%;
    left: 22%;
    transform: rotate(45deg);
    width: 60%; }
  /* line 2077, style.scss */
  .menu_btnb.active:after {
    top: 50%;
    left: 22%;
    transform: rotate(-45deg);
    width: 60%; }
  /* line 2083, style.scss */
  .menu_btnb.active span {
    transform: scaleX(0); }

/*
--------------------------------------------------------------*/

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