@charset "UTF-8";
/* Scss Document */
html {
  box-sizing: border-box;
  font-size: 2.66666667vw; }

@media only screen and (min-width: 46.875em) {
  html {
    font-size: 1.6666667vw; } }
@media only screen and (min-width: 75em) {
  html {
    font-size: 125%; } }
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100; }
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200; }
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300; }
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400; }
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold; }
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 100; }
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 200; }
body {
  overflow-x: hidden;
  line-height: 1.5;
  font-family: 'Noto Sans JP', sans-serif;
  font-style: normal;
  font-weight: 400;
  word-break: break-all;
  color: #505050;
  background: #e4e4e4; }

img {
  height: auto;
  max-width: 100%; }

svg {
  height: 100%;
  width: 100%; }

img[srcset] {
  width: 100%; }

.st-Layout * {
  color: inherit;
  font-size: 1em;
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-decoration: none;
  transition-duration: .5s;
  transition-property: none;
  transition-timing-function: ease-in-out; }
  .st-Layout *::before, .st-Layout *::after {
    transition-duration: inherit;
    transition-property: inherit;
    transition-timing-function: inherit; }
.st-Layout li {
  list-style-type: inherit; }

/**---------------
font-family: 'Baloo 2', cursive;
font-family: 'Noto Sans JP', sans-serif;
font-family: 'Noto Serif JP', serif;
---------------**/
.mincho {
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif; }

.st-Wrapper {
  overflow: hidden;
  position: relative; }

.st-Width {
  width: 100%; }

@media only screen and (min-width: 46.875em) {
  .st-Width {
    width: 100%; } }
@media only screen and (min-width: 75em) {
  .st-Width {
    margin-right: auto;
    margin-left: auto;
    width: calc(1200rem / 20); } }
/* ------ */
.st-Header {
  border-top: #3a416d solid .5rem;
  background: #fff; }
  .st-Header .inner {
    padding-top: calc(14rem / 20);
    padding-bottom: calc(4rem / 20);
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center; }
  .st-Header .ttl {
    font-size: calc(14rem / 20);
    font-weight: 400;
    margin-bottom: auto; }
  .st-Header .tel-area {
    width: calc(250rem / 20);
    margin-left: auto;
    margin-bottom: auto; }
    .st-Header .tel-area .tel-txt {
      text-align: center;
      font-size: calc(14rem / 20); }
  .st-Header .logo {
    width: calc(300rem / 20); }

@media only screen and (max-width: 46.875em) {
  .st-Header {
    border-top: #3a416d solid .5rem;
    background: #fff;
    padding-left: calc(10rem / 20);
    padding-right: calc(10rem / 20); }
    .st-Header .inner {
      padding-top: calc(10rem / 20); }
    .st-Header .ttl {
      font-size: calc(10rem / 20);
      width: calc(570rem / 20);
      font-weight: 400;
      margin-bottom: auto; }
    .st-Header .tel-area {
      width: calc(520rem / 20);
      margin-left: 0;
      margin-right: auto;
      margin-bottom: auto;
      margin-top: calc(20rem / 20); }
      .st-Header .tel-area .tel-txt {
        text-align: center;
        font-size: calc(28rem / 20); }
    .st-Header .logo {
      width: 100%;
      margin-left: auto;
      margin-right: auto;
      text-align: center; }
      .st-Header .logo img {
        width: calc(520rem / 20);
        margin-left: auto;
        margin-right: auto; } }
.st-Gnav {
  width: calc(880rem / 20);
  margin-left: auto; }
  .st-Gnav .list {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between; }
    .st-Gnav .list li {
      width: calc(220rem / 20);
      text-align: center;
      border-left: solid 1px #6e6e6e;
      font-size: calc(16rem / 20);
      font-weight: 500;
      line-height: 1.2;
      position: relative; }
      .st-Gnav .list li:last-child {
        border-right: solid 1px #6e6e6e; }
      .st-Gnav .list li span {
        font-size: calc(12rem / 20); }
      .st-Gnav .list li a {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        height: calc(45rem / 20); }
        .st-Gnav .list li a::before {
          content: "";
          background: #3a416d;
          background-size: calc(180rem / 20);
          width: 0;
          height: calc(4rem / 20);
          bottom: 0;
          left: 50%;
          transform: translateX(-50%);
          position: absolute;
          transition: .2s; }
        .st-Gnav .list li a:hover {
          color: #3a416d; }
          .st-Gnav .list li a:hover::before {
            width: calc(180rem / 20); }

@media only screen and (max-width: 46.875em) {
  .st-Gnav {
    width: 100%;
    background: #fff;
    position: fixed;
    z-index: 9;
    top: -100vw;
    left: 0;
    transition: .3s; }
    .st-Gnav.menu-expanded {
      top: calc(150rem / 20); }
    .st-Gnav .list {
      -webkit-box-lines: multiple;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap; }
      .st-Gnav .list li {
        width: 100%;
        text-align: center;
        border-left: none;
        font-size: calc(28rem / 20);
        line-height: 1.3;
        position: relative;
        border: 1px solid #ccc;
        background: #3a416d;
        color: #fff; }
        .st-Gnav .list li:last-child {
          border-right: none; }
        .st-Gnav .list li span {
          font-size: calc(22rem / 20); }
        .st-Gnav .list li a {
          height: auto;
          padding-top: calc(20rem / 20);
          padding-bottom: calc(20rem / 20);
          font-weight: 600; }
          .st-Gnav .list li a:hover {
            color: #fff; }
            .st-Gnav .list li a:hover::before {
              width: 0; } }
.menu-trigger {
  display: none; }

@media only screen and (max-width: 46.875em) {
  .menu-trigger {
    width: calc(135rem / 20);
    height: calc(135rem / 20);
    right: calc(15rem / 20);
    top: calc(15rem / 20);
    display: block;
    position: fixed;
    z-index: 999;
    background: #3a416d; }
    .menu-trigger::before {
      content: 'MENU';
      position: absolute;
      bottom: calc(9rem / 20);
      font-weight: 600;
      font-size: calc(32rem / 20);
      left: calc(17rem / 20);
      line-height: 1;
      color: #fff; }
    .menu-trigger span {
      display: inline-block;
      transition: all .4s;
      box-sizing: border-box;
      position: absolute;
      background-color: #fff;
      width: calc(90rem / 20);
      height: calc(10rem / 20);
      left: calc(20rem / 20); }
      .menu-trigger span:nth-of-type(1) {
        top: calc(22rem / 20); }
      .menu-trigger span:nth-of-type(2) {
        top: calc(45rem / 20); }
      .menu-trigger span:nth-of-type(3) {
        top: calc(70rem / 20); }
    .menu-trigger p {
      position: absolute;
      left: 50%;
      bottom: calc(15rem / 20);
      transform: translateX(-50%); }
    .menu-trigger.active span:nth-of-type(1) {
      -webkit-transform: translateY(1rem) rotate(-45deg);
      transform: translateY(1rem) rotate(-45deg); }
    .menu-trigger.active span:nth-of-type(2) {
      opacity: 0; }
    .menu-trigger.active span:nth-of-type(3) {
      -webkit-transform: translateY(-1.3rem) rotate(45deg);
      transform: translateY(-1.3rem) rotate(45deg); } }
.home-Fv {
  position: relative;
  height: calc(700rem / 20); }
  .home-Fv .inner {
    position: relative;
    height: calc(700rem / 20);
    /*&::before{
     content: '';
     position: absolute;
     top: 0;
     opacity: .8;
     left: calc(-140rem / 20);
     height: 0; 
     width: calc(620rem / 20);
     border-top: 35rem solid #3a416d;
     border-right: 9rem solid transparent;
     z-index: 1;
    }*/ }
  .home-Fv .txt-area {
    position: absolute;
    top: calc(180rem / 20);
    left: 0;
    color: #fff;
    z-index: 2; }
    .home-Fv .txt-area .ttl {
      line-height: 1.5;
      font-size: calc(43rem / 20);
      margin-bottom: calc(25rem / 20); }
    .home-Fv .txt-area .txt {
      font-size: calc(18rem / 20);
      line-height: 2; }
  .home-Fv .img1 {
    position: absolute;
    width: calc(1480rem / 20);
    left: 50%;
    transform: translateX(-50%); }
  .home-Fv .ico {
    position: absolute;
    width: calc(30rem / 20);
    bottom: calc(-40rem / 20);
    z-index: 2;
    left: 50%;
    transform: translateX(-50%);
    transition: .2s; }
    .home-Fv .ico:hover {
      bottom: calc(-45rem / 20); }

@media only screen and (max-width: 92.5625em) {
  .home-Fv {
    overflow: hidden; } }
@media only screen and (max-width: 46.875em) {
  .home-Fv {
    height: calc(500rem / 20); }
    .home-Fv .inner {
      position: relative;
      height: calc(500rem / 20);
      /*&::before{
       content: '';
       position: absolute;
       top: 0;
       opacity: .8;
       left: 0;
       height: 0; 
       width: calc(620rem / 20);
       border-top: 17.8rem solid #3a416d;
       border-right: 9rem solid transparent;
       z-index: 1;
      }*/ }
    .home-Fv .txt-area {
      position: absolute;
      top: calc(10rem / 20);
      left: calc(10rem / 20);
      color: #fff;
      z-index: 2; }
      .home-Fv .txt-area .ttl {
        line-height: 1.5;
        font-size: calc(28rem / 20);
        margin-bottom: calc(10rem / 20); }
      .home-Fv .txt-area .txt {
        font-size: calc(18rem / 20);
        line-height: 2; }
    .home-Fv .img1 {
      width: 100%;
      left: 0;
      transform: translateX(0); }
    .home-Fv .ico {
      position: absolute;
      width: calc(30rem / 20);
      bottom: calc(-40rem / 20);
      z-index: 2;
      left: 50%;
      transform: translateX(-50%);
      transition: .2s; }
      .home-Fv .ico:hover {
        bottom: calc(-45rem / 20); } }
.home-Sec1 .inner {
  padding-top: calc(50rem / 20);
  padding-bottom: calc(30rem / 20);
  background: #fff; }
.home-Sec1 .ttl {
  text-align: center;
  font-size: calc(36rem / 20);
  margin-bottom: calc(10rem / 20); }
.home-Sec1 .txt {
  text-align: center;
  font-size: calc(27rem / 20); }

@media only screen and (max-width: 46.875em) {
  .home-Sec1 .inner {
    padding-top: calc(100rem / 20);
    padding-bottom: calc(55rem / 20);
    background: #fff;
    padding-left: calc(25rem / 20);
    padding-right: calc(25rem / 20); }
  .home-Sec1 .ttl {
    text-align: center;
    font-size: calc(42rem / 20);
    margin-bottom: calc(36rem / 20); }
  .home-Sec1 .txt {
    text-align: center;
    font-size: calc(40rem / 20); } }
.home-ttl, .company-ttl {
  font-size: calc(32rem / 20);
  text-align: center;
  position: relative;
  margin-bottom: calc(35rem / 20);
  color: #3a416d;
  letter-spacing: .2rem; }
  .home-ttl span, .company-ttl span {
    display: block;
    margin-top: calc(10rem / 20);
    font-size: calc(16rem / 20);
    font-weight: 400; }

@media only screen and (max-width: 46.875em) {
  .home-ttl, .company-ttl {
    font-size: calc(42rem / 20); }
    .home-ttl span, .company-ttl span {
      font-size: calc(26rem / 20); } }
.home-Sec2 {
  position: relative; }
  .home-Sec2::before {
    content: '';
    position: absolute;
    background: #3a416d;
    top: 0;
    right: 0;
    height: 14.5rem;
    width: 50%;
    z-index: 0; }
  .home-Sec2 .inner {
    position: relative;
    padding-top: calc(70rem / 20);
    padding-bottom: calc(55rem / 20);
    background: #fff; }
    .home-Sec2 .inner::before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      height: 0;
      width: 100%;
      border-top: 14.5rem solid #3a416d;
      border-left: 3.75rem solid transparent; }
  .home-Sec2 .home-ttl, .home-Sec2 .company-ttl {
    color: #fff; }
  .home-Sec2 .box {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    position: relative;
    margin-bottom: calc(35rem / 20); }
    .home-Sec2 .box .unit {
      width: calc(243rem / 20);
      background: #dadada;
      margin-left: calc(17rem / 20);
      margin-right: calc(17rem / 20); }
    .home-Sec2 .box .unit-txtarea {
      padding-left: calc(12rem / 20);
      padding-right: calc(12rem / 20);
      padding-top: calc(20rem / 20);
      padding-bottom: calc(10rem / 20); }
    .home-Sec2 .box .unit-ttl {
      text-align: center;
      font-size: calc(18rem / 20);
      background: url("../img/boder1.png") repeat-x bottom;
      padding-bottom: calc(15rem / 20);
      color: #3a416d;
      margin-bottom: calc(5rem / 20); }
    .home-Sec2 .box .unit-sttl {
      text-align: center;
      font-size: calc(18rem / 20);
      font-weight: 400;
      padding-bottom: calc(5rem / 20);
      border-bottom: 1px solid #505050;
      margin-bottom: calc(5rem / 20); }
    .home-Sec2 .box .unit-txt {
      font-size: calc(14rem / 20); }
  .home-Sec2 .txt1 {
    text-align: center;
    font-size: calc(16rem / 20);
    line-height: 1.7; }
  .home-Sec2 .btn {
    font-size: calc(18rem / 20);
    text-align: center;
    width: calc(540rem / 20);
    margin-left: auto;
    margin-right: auto;
    margin-top: calc(35rem / 20);
    border: #3a416d 1px solid;
    position: relative; }
    .home-Sec2 .btn a {
      display: block;
      padding-top: calc(15rem / 20);
      padding-bottom: calc(15rem / 20);
      color: #3a416d;
      font-weight: 700;
      transition: .3s; }
      .home-Sec2 .btn a:hover {
        background: rgba(58, 65, 109, 0.5); }
      .home-Sec2 .btn a::before {
        content: "";
        background: url("../img/ico_cl2.png") no-repeat;
        background-size: calc(11rem / 20);
        width: calc(11rem / 20);
        height: calc(20rem / 20);
        right: calc(30rem / 20);
        top: 50%;
        transform: translateY(-50%);
        position: absolute; }

@media only screen and (max-width: 46.875em) {
  .home-Sec2 .inner {
    position: relative;
    padding-top: calc(70rem / 20);
    padding-bottom: calc(55rem / 20);
    background: #fff; }
  .home-Sec2 .home-ttl, .home-Sec2 .company-ttl {
    color: #fff; }
  .home-Sec2 .box {
    -webkit-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: calc(35rem / 20); }
    .home-Sec2 .box .unit {
      width: calc(340rem / 20);
      margin-left: calc(10rem / 20);
      margin-right: calc(10rem / 20);
      margin-bottom: calc(30rem / 20); }
    .home-Sec2 .box .unit-txtarea {
      padding-left: calc(12rem / 20);
      padding-right: calc(12rem / 20);
      padding-top: calc(20rem / 20);
      padding-bottom: calc(30rem / 20); }
    .home-Sec2 .box .unit-ttl {
      font-size: calc(28rem / 20);
      padding-bottom: calc(25rem / 20);
      margin-bottom: calc(15rem / 20); }
    .home-Sec2 .box .unit-sttl {
      text-align: center;
      font-size: calc(28rem / 20);
      font-weight: 400;
      padding-bottom: calc(15rem / 20);
      margin-bottom: calc(15rem / 20); }
    .home-Sec2 .box .unit-txt {
      font-size: calc(24rem / 20); }
  .home-Sec2 .txt1 {
    font-size: calc(26rem / 20);
    margin-left: calc(20rem / 20);
    margin-right: calc(20rem / 20); }
  .home-Sec2 .btn {
    font-size: calc(28rem / 20);
    width: calc(640rem / 20); }
    .home-Sec2 .btn a {
      padding-top: calc(25rem / 20);
      padding-bottom: calc(25rem / 20); }
      .home-Sec2 .btn a:hover {
        background: rgba(58, 65, 109, 0.5); }
      .home-Sec2 .btn a::before {
        background-size: calc(11rem / 20*1.5);
        width: calc(11rem / 20*1.5);
        height: calc(20rem / 20*1.5); } }
.home-Sec3 {
  position: relative; }
  .home-Sec3::before {
    content: '';
    position: absolute;
    background: #3a416d;
    top: 0;
    left: 0;
    height: 25.65rem;
    width: 50%;
    z-index: 0; }
  .home-Sec3 .inner {
    position: relative;
    padding-top: calc(70rem / 20);
    background: #fff; }
    .home-Sec3 .inner::before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      height: 0;
      width: 100%;
      border-top: 25.65rem solid #3a416d;
      border-right: 6.25rem solid transparent; }
  .home-Sec3 .home-ttl, .home-Sec3 .company-ttl {
    color: #fff; }
  .home-Sec3 .box {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
    .home-Sec3 .box .unit {
      background: #dadada;
      position: relative;
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-flex-pack: justify;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      -webkit-box-align: center;
      -webkit-align-items: center;
      align-items: center;
      width: calc(580rem / 20);
      margin-bottom: calc(50rem / 20); }
      .home-Sec3 .box .unit:nth-child(3) {
        margin-bottom: 0; }
      .home-Sec3 .box .unit:nth-child(4) {
        margin-bottom: 0; }
    .home-Sec3 .box .unit-img {
      width: calc(315rem / 20); }
    .home-Sec3 .box .unit-txtarea {
      width: calc(265rem / 20);
      padding-right: calc(40rem / 20);
      padding-left: calc(10rem / 20);
      padding-top: calc(15rem / 20); }
    .home-Sec3 .box .unit-ttl {
      text-align: center;
      font-size: calc(24rem / 20);
      line-height: 1.4;
      color: #3a416d; }
    .home-Sec3 .box .unit-txt {
      font-size: calc(14rem / 20); }

@media only screen and (max-width: 46.875em) {
  .home-Sec3 .box .unit {
    -webkit-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: calc(50rem / 20); }
    .home-Sec3 .box .unit:nth-child(3) {
      margin-bottom: calc(50rem / 20); }
    .home-Sec3 .box .unit:nth-child(4) {
      margin-bottom: 0; }
  .home-Sec3 .box .unit-img {
    width: 100%; }
  .home-Sec3 .box .unit-txtarea {
    width: 100%;
    padding-right: calc(40rem / 20);
    padding-left: calc(40rem / 20);
    padding-bottom: calc(40rem / 20);
    padding-top: calc(30rem / 20); }
  .home-Sec3 .box .unit-ttl {
    font-size: calc(36rem / 20);
    margin-bottom: calc(15rem / 20); }
  .home-Sec3 .box .unit-txt {
    font-size: calc(24rem / 20); } }
.home-Sec4 {
  position: relative; }
  .home-Sec4 .inner {
    padding-top: calc(70rem / 20);
    background: #fff; }
  .home-Sec4 .box {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    background: #bcbcbc;
    padding-top: calc(30rem / 20);
    padding-bottom: calc(30rem / 20);
    position: relative; }
    .home-Sec4 .box::before {
      content: '';
      position: absolute;
      background: #bcbcbc;
      top: 0;
      left: -100vw;
      height: calc(285rem / 20);
      width: 200vw;
      z-index: 0; }
    .home-Sec4 .box .unit {
      width: calc(362rem / 20);
      height: calc(225rem / 20);
      position: relative;
      margin-left: calc(20rem / 20);
      margin-right: calc(20rem / 20); }
      .home-Sec4 .box .unit .unit-ttl {
        font-size: calc(24rem / 20);
        letter-spacing: .2rem;
        position: absolute;
        color: #fff;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%); }
      .home-Sec4 .box .unit .img {
        position: absolute;
        color: #fff;
        transition: .3s; }
        .home-Sec4 .box .unit .img::before {
          content: "";
          background: rgba(0, 0, 0, 0.6);
          background-size: 100%;
          width: 100%;
          height: 100%;
          top: 0;
          left: 0;
          position: absolute; }
      .home-Sec4 .box .unit a {
        display: block; }
        .home-Sec4 .box .unit a:hover .img::before {
          content: "";
          background: rgba(0, 0, 0, 0.2);
          background-size: 100%;
          width: 100%;
          height: 100%;
          top: 0;
          left: 0;
          position: absolute; }

@media only screen and (max-width: 46.875em) {
  .home-Sec4 .box {
    -webkit-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding-top: calc(30rem / 20);
    padding-bottom: calc(30rem / 20); }
    .home-Sec4 .box::before {
      top: 0;
      left: 0;
      height: 0;
      width: 100%;
      z-index: 0; }
    .home-Sec4 .box .unit {
      width: 80%;
      height: calc(373rem / 20);
      position: relative;
      margin-bottom: calc(20rem / 20); }
      .home-Sec4 .box .unit .unit-ttl {
        font-size: calc(34rem / 20);
        letter-spacing: .2rem;
        position: absolute;
        color: #fff;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%); } }
.st-Contact1 {
  position: relative; }
  .st-Contact1 .inner {
    padding-top: calc(70rem / 20);
    padding-bottom: calc(20rem / 20);
    background: #fff; }
  .st-Contact1 .home-ttl, .st-Contact1 .company-ttl {
    color: #377dc3; }

.st-Contact2 {
  position: relative; }
  .st-Contact2 .inner {
    padding-top: calc(30rem / 20);
    padding-bottom: calc(35rem / 20);
    background: #377dc3;
    text-align: center; }
  .st-Contact2 .ttl {
    color: #fff;
    font-size: calc(23rem / 20);
    margin-bottom: calc(45rem / 20);
    font-weight: 400; }
  .st-Contact2 .box {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center; }
    .st-Contact2 .box .unit {
      width: calc(400rem / 20);
      margin-left: calc(33rem / 20);
      margin-right: calc(33rem / 20); }
      .st-Contact2 .box .unit.tel .btn {
        background: #fff; }
        .st-Contact2 .box .unit.tel .btn img {
          width: calc(344rem / 20); }
      .st-Contact2 .box .unit.mail .btn {
        border: 1px solid #fff;
        color: #fff;
        font-size: calc(26rem / 20);
        font-weight: 700; }
        .st-Contact2 .box .unit.mail .btn a {
          padding-left: calc(40rem / 20); }
          .st-Contact2 .box .unit.mail .btn a::before {
            content: "";
            background: url("../img/f_mail.png") no-repeat;
            background-size: calc(48rem / 20);
            width: calc(48rem / 20);
            height: calc(30rem / 20);
            top: 50%;
            transform: translateY(-50%);
            left: calc(20rem / 20);
            position: absolute; }
          .st-Contact2 .box .unit.mail .btn a:hover {
            background: rgba(255, 255, 255, 0.3); }
    .st-Contact2 .box .unit-ttl {
      color: #fff;
      text-align: left;
      font-size: calc(18rem / 20);
      margin-bottom: calc(5rem / 20); }
    .st-Contact2 .box .btn {
      width: calc(400rem / 20);
      height: calc(80rem / 20);
      position: relative; }
      .st-Contact2 .box .btn a {
        height: calc(80rem / 20);
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -webkit-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center;
        transition: .3s; }

@media only screen and (max-width: 46.875em) {
  .st-Contact2 .inner {
    padding-top: calc(50rem / 20);
    padding-bottom: calc(50rem / 20); }
  .st-Contact2 .ttl {
    font-size: calc(28rem / 20); }
  .st-Contact2 .box {
    -webkit-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
    .st-Contact2 .box .unit {
      width: calc(700rem / 20);
      margin-left: calc(33rem / 20);
      margin-right: calc(33rem / 20);
      margin-bottom: calc(33rem / 20); }
      .st-Contact2 .box .unit.tel .btn {
        background: #fff; }
        .st-Contact2 .box .unit.tel .btn img {
          width: calc(344rem / 20*1.6); }
      .st-Contact2 .box .unit.mail .btn {
        border: 1px solid #fff;
        color: #fff;
        font-size: calc(44rem / 20);
        font-weight: 700; }
        .st-Contact2 .box .unit.mail .btn a {
          padding-left: calc(40rem / 20); }
          .st-Contact2 .box .unit.mail .btn a::before {
            background-size: calc(48rem / 20*1.6);
            width: calc(48rem / 20*1.6);
            height: calc(30rem / 20*1.6);
            left: calc(40rem / 20); }
    .st-Contact2 .box .unit-ttl {
      font-size: calc(28rem / 20);
      margin-bottom: calc(8rem / 20); }
    .st-Contact2 .box .btn {
      width: calc(700rem / 20);
      height: calc(160rem / 20); }
      .st-Contact2 .box .btn a {
        height: calc(160rem / 20); } }
.st-Footer .inner {
  background: #fff;
  padding-top: calc(55rem / 20);
  padding-bottom: calc(44rem / 20); }
.st-Footer .logo {
  width: calc(560rem / 20);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: calc(30rem / 20); }
.st-Footer .unit-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center; }
  .st-Footer .unit-list .unit {
    width: calc(345rem / 20);
    border-left: .22rem solid #505050;
    font-size: calc(14rem / 20);
    padding-left: calc(20rem / 20);
    padding-right: calc(20rem / 20);
    padding-top: calc(4rem / 20);
    padding-bottom: calc(4rem / 20); }
    .st-Footer .unit-list .unit h3 {
      font-weight: 500; }
    .st-Footer .unit-list .unit:last-child {
      border-right: .22rem solid #505050; }
.st-Footer .inner-list {
  background: #3a416d; }
  .st-Footer .inner-list .inner-list_in {
    position: relative;
    padding-top: calc(14rem / 20);
    padding-bottom: calc(10rem / 20); }
    .st-Footer .inner-list .inner-list_in .list {
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -webkit-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      color: #fff;
      font-size: calc(14rem / 20);
      margin-bottom: calc(12rem / 20); }
      .st-Footer .inner-list .inner-list_in .list li {
        border-left: 1px solid #fff;
        line-height: 1; }
        .st-Footer .inner-list .inner-list_in .list li:first-child {
          border-left: none; }
        .st-Footer .inner-list .inner-list_in .list li a {
          padding-left: calc(15rem / 20);
          padding-right: calc(15rem / 20); }
    .st-Footer .inner-list .inner-list_in .pagetop {
      position: absolute;
      right: 0;
      top: 0;
      width: calc(70rem / 20);
      height: calc(70rem / 20); }
    .st-Footer .inner-list .inner-list_in .copy {
      text-align: center;
      color: #fff;
      font-size: calc(14rem / 20); }

@media only screen and (max-width: 46.875em) {
  .st-Footer .unit-list {
    -webkit-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
    .st-Footer .unit-list .unit {
      width: 100%;
      border-left: none;
      font-size: calc(24rem / 20);
      margin-bottom: calc(24rem / 20); }
      .st-Footer .unit-list .unit h3 {
        font-weight: 500; }
      .st-Footer .unit-list .unit:last-child {
        border-right: none; }
  .st-Footer .inner-list .inner-list_in {
    padding-top: calc(24rem / 20);
    padding-bottom: calc(24rem / 20); }
    .st-Footer .inner-list .inner-list_in .list {
      -webkit-box-lines: multiple;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -webkit-flex-pack: justify;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      font-size: calc(26rem / 20);
      margin-bottom: calc(12rem / 20);
      width: 100%; }
      .st-Footer .inner-list .inner-list_in .list li {
        border-left: none;
        line-height: 1;
        width: 50%;
        margin-bottom: calc(30rem / 20); }
        .st-Footer .inner-list .inner-list_in .list li:first-child {
          border-left: none; }
    .st-Footer .inner-list .inner-list_in .pagetop {
      position: absolute;
      right: 0;
      top: 0;
      width: calc(70rem / 20*1.2);
      height: calc(70rem / 20*1.2); }
    .st-Footer .inner-list .inner-list_in .copy {
      font-size: calc(24rem / 20); } }
/* ---second----------------------
------------------------------------------------------------------------------------------ */
.second-ttl {
  font-size: calc(32rem / 20);
  text-align: center;
  padding-top: calc(35rem / 20);
  padding-bottom: calc(35rem / 20);
  color: #fff;
  letter-spacing: .2rem;
  line-height: 1;
  background: #3a416d; }
  .second-ttl span {
    display: block;
    margin-top: calc(10rem / 20);
    font-size: calc(21rem / 20);
    font-weight: 400; }

@media only screen and (max-width: 46.875em) {
  .second-ttl {
    font-size: calc(42rem / 20); }
    .second-ttl span {
      font-size: calc(26rem / 20); } }
.pankuzu {
  background: #fff;
  font-size: calc(14rem / 20);
  padding-left: calc(55rem / 20);
  padding-top: calc(5rem / 20);
  padding-bottom: calc(5rem / 20); }

@media only screen and (max-width: 46.875em) {
  .pankuzu {
    font-size: calc(24rem / 20);
    padding-left: calc(20rem / 20); } }
/* ----flow
------------------------------------------------------------------------------------------ */
.flow-Sec1 .inner, .buy-Sec1 .inner {
  padding-top: calc(20rem / 20);
  background: #fff;
  padding-bottom: calc(70rem / 20); }
.flow-Sec1 .ttl, .buy-Sec1 .ttl {
  font-size: calc(36rem / 20);
  text-align: center;
  margin-bottom: calc(36rem / 20); }
  .flow-Sec1 .ttl span, .buy-Sec1 .ttl span {
    position: relative; }
    .flow-Sec1 .ttl span::before, .buy-Sec1 .ttl span::before {
      content: "";
      background: #3ab5e1;
      background-size: 100%;
      width: 100%;
      height: calc(9rem / 20);
      bottom: calc(-5rem / 20);
      left: 0;
      position: absolute; }
.flow-Sec1 .txt, .buy-Sec1 .txt {
  text-align: center;
  font-size: calc(16rem / 20); }

@media only screen and (max-width: 46.875em) {
  .flow-Sec1 .inner, .buy-Sec1 .inner {
    padding-left: calc(40rem / 20);
    padding-right: calc(40rem / 20); }
  .flow-Sec1 .ttl, .buy-Sec1 .ttl {
    font-size: calc(36rem / 20); }
  .flow-Sec1 .txt, .buy-Sec1 .txt {
    text-align: left;
    font-size: calc(26rem / 20); } }
.flow-Sec2 .inner, .buy-Sec2 .inner {
  background: #fff; }
.flow-Sec2 .unit, .buy-Sec2 .unit {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -webkit-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  position: relative;
  margin-bottom: calc(50rem / 20); }
  .flow-Sec2 .unit:nth-child(2n), .buy-Sec2 .unit:nth-child(2n) {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    flex-direction: row; }
    .flow-Sec2 .unit:nth-child(2n) .unit-txtarea, .buy-Sec2 .unit:nth-child(2n) .unit-txtarea {
      padding-left: 0;
      padding-right: calc(60rem / 20); }
  .flow-Sec2 .unit:last-child, .buy-Sec2 .unit:last-child {
    margin-bottom: 0; }
  .flow-Sec2 .unit::before, .buy-Sec2 .unit::before {
    content: "";
    background: #3a416d;
    background-size: 100%;
    width: 100%;
    height: calc(170rem / 20);
    top: calc(60rem / 20);
    left: 0;
    position: absolute; }
  .flow-Sec2 .unit .unit-img, .buy-Sec2 .unit .unit-img {
    width: calc(802rem / 20);
    position: relative; }
  .flow-Sec2 .unit .unit-txtarea, .buy-Sec2 .unit .unit-txtarea {
    width: calc(397rem / 20);
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    flex-direction: column;
    padding-left: calc(60rem / 20);
    position: relative; }
  .flow-Sec2 .unit .unit-num, .buy-Sec2 .unit .unit-num {
    width: calc(48rem / 20);
    margin-left: auto;
    margin-right: auto;
    margin-bottom: calc(48rem / 20); }
  .flow-Sec2 .unit .unit-ttl, .buy-Sec2 .unit .unit-ttl {
    font-size: calc(35rem / 20);
    line-height: 1.4;
    color: #fff;
    text-align: center; }
  .flow-Sec2 .unit .unit-txt, .buy-Sec2 .unit .unit-txt {
    margin-top: auto;
    font-size: calc(16rem / 20);
    line-height: 1.75; }
  .flow-Sec2 .unit.num2 .unit-num, .buy-Sec2 .unit.num2 .unit-num {
    width: calc(75rem / 20); }
  .flow-Sec2 .unit.num3 .unit-num, .buy-Sec2 .unit.num3 .unit-num {
    width: calc(78rem / 20);
    margin-bottom: calc(8rem / 20); }

@media only screen and (max-width: 46.875em) {
  .flow-Sec2 .unit, .buy-Sec2 .unit {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
    .flow-Sec2 .unit:nth-child(2n), .buy-Sec2 .unit:nth-child(2n) {
      -webkit-box-direction: normal;
      -webkit-box-orient: horizontal;
      -webkit-flex-direction: row;
      flex-direction: row; }
      .flow-Sec2 .unit:nth-child(2n) .unit-txtarea, .buy-Sec2 .unit:nth-child(2n) .unit-txtarea {
        padding-left: 0;
        padding-right: 0; }
    .flow-Sec2 .unit:last-child, .buy-Sec2 .unit:last-child {
      margin-bottom: 0; }
    .flow-Sec2 .unit::before, .buy-Sec2 .unit::before {
      content: "";
      background: #3a416d;
      background-size: 100%;
      width: 100%;
      height: calc(370rem / 20);
      top: calc(60rem / 20);
      left: 0;
      position: absolute; }
    .flow-Sec2 .unit .unit-img, .buy-Sec2 .unit .unit-img {
      width: 100%;
      position: relative; }
    .flow-Sec2 .unit .unit-txtarea, .buy-Sec2 .unit .unit-txtarea {
      position: static;
      width: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -webkit-flex-direction: column;
      flex-direction: column;
      padding-left: 0; }
    .flow-Sec2 .unit .unit-num, .buy-Sec2 .unit .unit-num {
      position: absolute;
      top: calc(-20rem / 20);
      left: calc(20rem / 20);
      width: calc(48rem / 20);
      margin-bottom: calc(48rem / 20); }
    .flow-Sec2 .unit .unit-ttl, .buy-Sec2 .unit .unit-ttl {
      font-size: calc(40rem / 20);
      width: 100%;
      position: relative;
      margin-top: calc(20rem / 20);
      margin-bottom: calc(40rem / 20); }
      .flow-Sec2 .unit .unit-ttl br, .buy-Sec2 .unit .unit-ttl br {
        display: none; }
    .flow-Sec2 .unit .unit-txt, .buy-Sec2 .unit .unit-txt {
      font-size: calc(26rem / 20);
      position: relative;
      padding-left: calc(40rem / 20);
      padding-right: calc(40rem / 20); }
    .flow-Sec2 .unit.num2 .unit-num, .buy-Sec2 .unit.num2 .unit-num {
      width: calc(75rem / 20); }
    .flow-Sec2 .unit.num3 .unit-num, .buy-Sec2 .unit.num3 .unit-num {
      width: calc(78rem / 20);
      margin-bottom: calc(8rem / 20); } }
/* ----buy
------------------------------------------------------------------------------------------ */
.buy-Sec1 .ttl span::before {
  background: #ffc864; }

/* ----company
------------------------------------------------------------------------------------------ */
.company-link {
  background: #fff;
  padding-top: calc(30rem / 20); }
  .company-link .list {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center; }
    .company-link .list li {
      border: 1px solid #3a416d;
      width: calc(250rem / 20);
      font-size: calc(16rem / 20);
      background: #3a416d;
      color: #fff;
      border-right: 1px solid #fff;
      font-weight: 500; }
      .company-link .list li a {
        display: block;
        text-align: center;
        padding-top: calc(23rem / 20);
        padding-bottom: calc(23rem / 20);
        transition: .3s; }
        .company-link .list li a:hover {
          background: #fff;
          border-right: 1px solid #3a416d;
          color: #3a416d; }

@media only screen and (max-width: 46.875em) {
  .company-link .list {
    -webkit-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between; }
    .company-link .list li {
      border: 1px solid #3a416d;
      width: 50%;
      font-size: calc(28rem / 20);
      border-right: 1px solid #fff;
      border-bottom: 1px solid #fff; }
      .company-link .list li:nth-child(2n) {
        border-right: none; }
      .company-link .list li a {
        padding-top: calc(30rem / 20);
        padding-bottom: calc(30rem / 20); }
        .company-link .list li a:hover {
          background: #3a416d;
          border-right: none;
          color: #fff; } }
.company-Sec1 {
  position: relative;
  z-index: 1; }
  .company-Sec1 .inner {
    padding-top: calc(85rem / 20);
    padding-bottom: calc(100rem / 20);
    background: #fff;
    position: relative; }
  .company-Sec1 .box {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    position: relative;
    background: #3a416d;
    margin-top: calc(119rem / 20); }
    .company-Sec1 .box::before {
      content: '';
      position: absolute;
      background: #3a416d;
      top: calc(-70rem / 20);
      left: 0;
      height: calc(200rem / 20);
      width: 100%;
      -webkit-transform: skew(0deg, 6.5deg);
      transform: skew(0deg, 6.5deg); }
    .company-Sec1 .box::after {
      content: '';
      position: absolute;
      background: #3a416d;
      bottom: calc(-90rem / 20);
      left: 0;
      height: calc(200rem / 20);
      width: 100%;
      -webkit-transform: skew(0deg, -6.5deg);
      transform: skew(0deg, -6.5deg); }
    .company-Sec1 .box .img {
      width: calc(320rem / 20);
      margin-right: calc(70rem / 20);
      position: relative;
      z-index: 1; }
    .company-Sec1 .box .txt-area {
      width: calc(620rem / 20);
      position: relative;
      color: #fff;
      z-index: 1; }
      .company-Sec1 .box .txt-area .txt {
        font-size: calc(16rem / 20);
        line-height: 1.75;
        margin-bottom: calc(25rem / 20); }
      .company-Sec1 .box .txt-area .name {
        font-size: calc(16rem / 20);
        line-height: 1.75;
        text-align: right;
        font-weight: 700; }
        .company-Sec1 .box .txt-area .name span {
          font-size: calc(24rem / 20);
          margin-left: calc(15rem / 20); }

@media only screen and (max-width: 46.875em) {
  .company-Sec1 .inner {
    padding-top: calc(85rem / 20);
    padding-bottom: calc(100rem / 20); }
  .company-Sec1 .box {
    padding-left: calc(40rem / 20);
    padding-right: calc(40rem / 20);
    -webkit-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
    .company-Sec1 .box .img {
      width: calc(320rem / 20);
      margin-right: calc(25rem / 20);
      margin-bottom: calc(25rem / 20); }
    .company-Sec1 .box .txt-area {
      width: 100%; }
      .company-Sec1 .box .txt-area .txt {
        font-size: calc(26rem / 20);
        line-height: 2;
        margin-bottom: calc(25rem / 20); }
      .company-Sec1 .box .txt-area .name {
        font-size: calc(26rem / 20);
        line-height: 1.75; }
        .company-Sec1 .box .txt-area .name span {
          font-size: calc(32rem / 20); } }
.company-Sec2 .inner {
  padding-top: calc(85rem / 20);
  background: #fff;
  position: relative; }
.company-Sec2 .img {
  margin-bottom: calc(80rem / 20); }
.company-Sec2 .table1 {
  width: calc(1000rem / 20);
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #505050;
  font-size: calc(16rem / 20);
  font-weight: 500;
  line-height: 1.75; }
  .company-Sec2 .table1 th {
    background: #ededed;
    width: calc(170rem / 20);
    padding-top: calc(17rem / 20);
    padding-bottom: calc(17rem / 20);
    border-bottom: 1px solid #505050;
    border-right: 1px solid #505050; }
  .company-Sec2 .table1 td {
    padding-top: calc(17rem / 20);
    padding-bottom: calc(17rem / 20);
    padding-left: calc(40rem / 20);
    padding-right: calc(40rem / 20);
    border-bottom: 1px solid #505050; }
  .company-Sec2 .table1 .add {
    margin-bottom: calc(30rem / 20); }

@media only screen and (max-width: 46.875em) {
  .company-Sec2 .inner {
    padding-left: calc(20rem / 20);
    padding-right: calc(20rem / 20); }
  .company-Sec2 .table1 {
    width: 100%;
    font-size: calc(24rem / 20); }
    .company-Sec2 .table1 th {
      background: #ededed;
      width: calc(190rem / 20);
      padding-top: calc(17rem / 20);
      padding-bottom: calc(17rem / 20); }
    .company-Sec2 .table1 td {
      padding-left: calc(20rem / 20);
      padding-right: calc(20rem / 20); } }
.company-Sec3 .inner {
  padding-top: calc(85rem / 20);
  background: #fff;
  position: relative;
  z-index: 1; }
.company-Sec3 .box1 {
  background: #3a416d;
  position: relative;
  margin-top: calc(85rem / 20); }
  .company-Sec3 .box1::before {
    content: '';
    position: absolute;
    background: #3a416d;
    top: calc(-70rem / 20);
    left: 0;
    height: calc(200rem / 20);
    width: 100%;
    -webkit-transform: skew(0deg, -6.5deg);
    transform: skew(0deg, -6.5deg); }
  .company-Sec3 .box1::after {
    content: '';
    position: absolute;
    background: #3a416d;
    bottom: calc(-70rem / 20);
    left: 0;
    height: calc(200rem / 20);
    width: 100%;
    -webkit-transform: skew(0deg, 6.5deg);
    transform: skew(0deg, 6.5deg); }
.company-Sec3 .table1 {
  width: calc(1000rem / 20);
  position: relative;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  font-size: calc(16rem / 20);
  font-weight: 500;
  z-index: 1; }
  .company-Sec3 .table1 th {
    vertical-align: text-top;
    font-weight: 500;
    width: calc(220rem / 20);
    text-align: left;
    padding-top: calc(20rem / 20);
    padding-bottom: calc(20rem / 20); }
  .company-Sec3 .table1 td {
    padding-top: calc(20rem / 20);
    padding-bottom: calc(20rem / 20); }

@media only screen and (max-width: 46.875em) {
  .company-Sec3 .box1 {
    padding-left: calc(20rem / 20);
    padding-right: calc(20rem / 20); }
  .company-Sec3 .table1 {
    font-size: calc(26rem / 20);
    line-height: 1.75;
    width: 100%; }
    .company-Sec3 .table1 th {
      width: calc(220rem / 20); } }
.company-Sec4 .inner {
  padding-top: calc(120rem / 20);
  padding-bottom: calc(60rem / 20);
  background: #fff;
  position: relative; }
.company-Sec4 .unit {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: calc(60rem / 20); }
  .company-Sec4 .unit .img {
    width: calc(470rem / 20);
    margin-left: calc(30rem / 20);
    margin-right: calc(30rem / 20); }
  .company-Sec4 .unit .map {
    margin-left: calc(30rem / 20);
    margin-right: calc(30rem / 20);
    width: calc(470rem / 20); }
    .company-Sec4 .unit .map iframe {
      width: calc(470rem / 20);
      height: 100%; }
  .company-Sec4 .unit .add {
    width: calc(1000rem / 20);
    font-size: calc(21rem / 20);
    border-bottom: #505050 1px solid;
    padding-top: calc(21rem / 20);
    padding-bottom: calc(10rem / 20);
    font-weight: 500; }
    .company-Sec4 .unit .add br {
      display: none; }

@media only screen and (max-width: 46.875em) {
  .company-Sec4 .inner {
    padding-left: calc(20rem / 20);
    padding-right: calc(20rem / 20); }
  .company-Sec4 .unit {
    margin-bottom: calc(60rem / 20); }
    .company-Sec4 .unit .img {
      width: 100%;
      text-align: center;
      margin-left: 0;
      margin-right: 0;
      margin-bottom: calc(20rem / 20); }
    .company-Sec4 .unit .map {
      margin-left: 0;
      margin-right: 0;
      width: 100%;
      height: calc(350rem / 20); }
      .company-Sec4 .unit .map iframe {
        width: 100%;
        height: 100%; }
    .company-Sec4 .unit .add {
      width: 100%;
      font-size: calc(28rem / 20);
      padding-top: calc(21rem / 20);
      padding-bottom: calc(10rem / 20);
      padding-left: calc(20rem / 20);
      padding-right: calc(20rem / 20); }
      .company-Sec4 .unit .add br {
        display: block; } }
.contact-Sec1 .inner {
  padding-top: calc(20rem / 20);
  padding-bottom: calc(60rem / 20);
  background: #fff;
  position: relative; }
.contact-Sec1 .ttl {
  font-weight: 400;
  text-align: center;
  font-size: calc(24rem / 20);
  margin-bottom: calc(30rem / 20); }
.contact-Sec1 .tel-unit {
  width: calc(400rem / 20);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: calc(50rem / 20); }
  .contact-Sec1 .tel-unit .unit-ttl {
    color: #3a416d;
    text-align: left;
    font-size: calc(18rem / 20);
    margin-bottom: calc(5rem / 20); }
  .contact-Sec1 .tel-unit .btn {
    border: 1px solid #3a416d; }
    .contact-Sec1 .tel-unit .btn a {
      height: calc(80rem / 20);
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -webkit-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      align-items: center;
      transition: .3s; }
    .contact-Sec1 .tel-unit .btn img {
      width: calc(344rem / 20); }
.contact-Sec1 .table1 {
  width: calc(1000rem / 20);
  margin-left: auto;
  margin-right: auto;
  font-size: calc(16rem / 20);
  margin-bottom: calc(70rem / 20); }
  .contact-Sec1 .table1 th {
    border-bottom: #505050 1px solid;
    font-weight: 500;
    width: calc(295rem / 20);
    text-align: left; }
  .contact-Sec1 .table1 .mast {
    background: #3a416d;
    color: #fff;
    line-height: 1;
    padding: .25rem;
    float: right; }
  .contact-Sec1 .table1 td {
    border-bottom: #505050 1px solid;
    font-weight: 500;
    padding-top: calc(20rem / 20);
    padding-bottom: calc(20rem / 20);
    padding-left: calc(20rem / 20); }
  .contact-Sec1 .table1 input[type="text"] {
    background: #e5e5e5;
    height: calc(50rem / 20);
    padding-left: calc(10rem / 20);
    width: calc(550rem / 20); }
  .contact-Sec1 .table1 input[type="tel"] {
    background: #e5e5e5;
    height: calc(50rem / 20);
    padding-left: calc(10rem / 20);
    width: calc(550rem / 20); }
  .contact-Sec1 .table1 input[type="email"] {
    background: #e5e5e5;
    height: calc(50rem / 20);
    padding-left: calc(10rem / 20);
    width: calc(550rem / 20); }
  .contact-Sec1 .table1 textarea {
    background: #e5e5e5;
    width: calc(550rem / 20);
    height: calc(150rem / 20); }
.contact-Sec1 .submit-btn {
  width: calc(1000rem / 20);
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center; }
  .contact-Sec1 .submit-btn .btn1 {
    background: url("../img/contact/ico_bg.png") no-repeat center #3a416d;
    background-size: 100%;
    width: calc(400rem / 20);
    color: #fff;
    height: calc(80rem / 20);
    font-size: calc(26rem / 20);
    transition: .3s;
    margin-left: calc(10rem / 20);
    margin-right: calc(10rem / 20); }
    .contact-Sec1 .submit-btn .btn1:hover {
      background: url("../img/contact/ico_bg.png") no-repeat center #61699a;
      background-size: 100%; }

@media only screen and (max-width: 46.875em) {
  .contact-Sec1 .ttl {
    font-size: calc(28rem / 20); }
  .contact-Sec1 .tel-unit {
    width: calc(700rem / 20);
    margin-bottom: calc(50rem / 20); }
    .contact-Sec1 .tel-unit .unit-ttl {
      font-size: calc(28rem / 20); }
    .contact-Sec1 .tel-unit .btn a {
      height: calc(160rem / 20); }
    .contact-Sec1 .tel-unit .btn img {
      width: calc(344rem / 20*1.6); }
  .contact-Sec1 .table1 {
    width: 95%;
    font-size: calc(26rem / 20); }
    .contact-Sec1 .table1 th {
      width: 100%;
      display: block;
      text-align: left;
      border-bottom: none;
      padding-top: calc(40rem / 20);
      padding-bottom: calc(20rem / 20);
      padding-left: calc(20rem / 20); }
    .contact-Sec1 .table1 .mast {
      background: #3a416d;
      color: #fff;
      line-height: 1;
      padding: .25rem;
      float: none;
      margin-left: calc(26rem / 20); }
    .contact-Sec1 .table1 td {
      display: block;
      padding-bottom: calc(40rem / 20); }
    .contact-Sec1 .table1 input[type="text"] {
      height: calc(75rem / 20);
      width: calc(650rem / 20);
      font-size: 16px; }
    .contact-Sec1 .table1 input[type="tel"] {
      height: calc(75rem / 20);
      width: calc(650rem / 20);
      font-size: 16px; }
    .contact-Sec1 .table1 input[type="mail"] {
      height: calc(75rem / 20);
      width: calc(650rem / 20);
      font-size: 16px; }
    .contact-Sec1 .table1 textarea {
      background: #e5e5e5;
      width: 100%;
      height: calc(350rem / 20);
      font-size: 16px; }
  .contact-Sec1 .submit-btn {
    width: 100%;
    -webkit-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
    .contact-Sec1 .submit-btn .btn1 {
      background: url("../img/contact/ico_bg.png") no-repeat center #3a416d;
      background-size: 100%;
      width: calc(400rem / 20*1.3);
      color: #fff;
      height: calc(100rem / 20);
      font-size: calc(32rem / 20);
      margin-left: calc(10rem / 20);
      margin-right: calc(10rem / 20);
      margin-bottom: calc(20rem / 20); } }
/* ------ */
.clearfix:after {
  clear: both;
  content: '';
  display: block; }

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }
    *::before, *::after, *::first-letter, *::first-line {
      background: transparent !important;
      color: #000 !important;
      box-shadow: none !important;
      text-shadow: none !important; }

  a {
    text-decoration: underline; }
    a:visited {
      text-decoration: underline; }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr {
    page-break-inside: avoid; }

  img {
    page-break-inside: avoid;
    max-width: 100% !important; }

  p, h2, h3 {
    orphans: 3;
    widows: 3; }

  h2, h3 {
    page-break-after: avoid; } }
