@charset "UTF-8";
/* Scss Document */
/*---- font ----*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: 400;
  src: url("https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@5.6.3/webfonts/fa-brands-400.woff2") format("woff2");
  font-display: swap; }
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  src: url("https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@5.6.3/webfonts/fa-regular-400.woff2") format("woff2"), url("https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@5.6.3/webfonts/fa-solid-900.woff2") format("woff2");
  font-display: swap; }
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

body {
  font: 100% "Noto Sans JP", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  color: #000000;
  font-size: 15px;
  text-align: left;
  letter-spacing: 0.1em;
  width: 100%;
  overflow: hidden;
  word-break: break-all; }

a {
  color: #0063a9;
  text-decoration: underline;
  text-decoration: none;
  transition-property: all;
  transition: 0.3s linear; }
  a:hover {
    text-decoration: none; }
  a img {
    text-decoration: none; }

img {
  letter-spacing: 0; }

h1 {
  line-height: 0; }

h2 {
  font-size: 40px;
  line-height: 1.2;
  color: #000000;
  letter-spacing: 0.1em;
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
  border-bottom: 4px solid #000000; }

h3 {
  font-size: 30px;
  margin-bottom: 0.5em;
  border-bottom: 3px solid #000000;
  padding-bottom: 0.5em;
  letter-spacing: 0.1em; }

h4 {
  font-size: 22px; }

h5 {
  font-size: 17px; }

p {
  line-height: 1.7; }

.small, p .small {
  line-height: 1.4em;
  font-size: 12px; }

mark {
  background: none;
  color: #0063a9;
  font-weight: bold; }

b {
  font-size: 1.3em;
  font-weight: 600; }

li {
  list-style: none; }

.red {
  color: #f93689; }

.error {
  color: #f93689; }

.hosoku {
  color: #444444; }

.read {
  font-weight: 500; }

.title_area {
  text-align: center;
  margin-bottom: 50px; }

.title_area p.title_s {
  display: block !important; }
  .title_area p.title_s span {
    letter-spacing: 0.1em;
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    background-color: #000;
    color: #fff;
    padding: 0.2em 1em 0.3em 1em;
    line-height: 1.4;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    border-radius: 100px; }
.title_area p.read {
  margin-top: 30px; }

.tx_wrap h3 {
  margin-bottom: 1em;
  font-size: 24px; }
.tx_wrap h4 {
  margin-bottom: 0.5em; }

.center {
  text-align: center; }

.sp, .spb {
  display: none; }

table .center {
  text-align: center; }

/*----------------------------
ボタン
----------------------------*/
.btn_wrap {
  margin: 50px auto 0 auto;
  text-align: center; }
  .btn_wrap.center {
    margin: 0 auto;
    text-align: center; }

.btn {
  overflow: hidden;
  position: relative;
  display: inline-block;
  width: auto;
  min-width: 120px;
  color: #fff;
  text-decoration: none;
  border-bottom-width: 4px;
  transition: color 0.5s;
  background: #0063a9;
  letter-spacing: 0.08em;
  line-height: 1.4;
  margin: 0 auto;
  padding: 1.1em 2em;
  text-align: center;
  border: 4px solid #000000;
  font-weight: bold;
  -webkit-border-radius: 10em;
  -moz-border-radius: 10em;
  -ms-border-radius: 10em;
  border-radius: 10em; }
  .btn span {
    position: relative;
    z-index: 1;
    transition: .3s;
    color: #fff; }
  .btn:after {
    /* content: '\E112';
    padding-left: 0.5em;
    position: absolute;
    right: 10px; */ }
  .btn:hover {
    cursor: pointer; }
    .btn:hover span {
      color: #000; }
    .btn:hover:after {
      color: #000; }
  .btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    transform: translate3d(-100%, 0, 0);
    transition: .3s; }
  .btn:hover:before {
    transform: translate3d(0, 0, 0); }
  .btn.cta {
    background-color: #ffe400;
    color: #000000;
    font-size: 1.2em; }
    .btn.cta span {
      color: #000000; }
  .btn i {
    margin-left: 0.2em; }
  .btn.btn_s {
    font-size: 1em;
    padding: 1em 2em; }

.submit_btn {
  display: inline-block;
  position: relative;
  margin-bottom: 20px;
  /* &::before {
  	content: "";
  	position: absolute;
  	top: 0;
  	left: 0;
  	z-index: 0;
  	width: 100%;
  	height: 100%;
  	background: #fff;
  	transform: translate3d(-100%, 0, 0);
  	transition: .3s;
  }*/ }
  .submit_btn .btn::before {
    display: none; }
  .submit_btn:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: '\f138';
    padding-left: 0.5em;
    position: absolute;
    right: 10px;
    color: #000000;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%); }
  .submit_btn:hover {
    cursor: pointer; }
    .submit_btn:hover .btn {
      background: none;
      color: #000; }
    .submit_btn:hover span {
      color: #000; }
    .submit_btn:hover:after {
      color: #000; }
  .submit_btn:hover:before {
    transform: translate3d(0, 0, 0); }
  .submit_btn .btn::before {
    display: none; }
  .submit_btn .btn:after {
    display: none; }
  .submit_btn .btn:hover {
    /* color: #000;
    background-color: #fff; */ }

.btn_wrap + .btn_wrap {
  margin-top: 1em; }

.btn_wrap.btn_style1 .btn {
  display: block;
  width: 250px; }
.btn_wrap.btn_style1 .btn + .btn {
  margin-top: 1em; }

.flex_cont {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between; }
  .flex_cont .title_area {
    -webkit-flex-basis: 100%;
    flex-basis: 100%; }
  .flex_cont .image_wrap {
    -webkit-flex-basis: 45%;
    flex-basis: 45%; }
  .flex_cont .tx_wrap {
    position: relative;
    z-index: 1;
    background-color: #fff;
    border: 4px solid #000000;
    padding: 40px;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    -webkit-border-radius: 1em;
    -moz-border-radius: 1em;
    -ms-border-radius: 1em;
    border-radius: 1em; }

.cont_wrap .tx_wrap .title_s {
  margin-bottom: 40px; }
.cont_wrap .tx_wrap ul {
  margin-bottom: 40px; }
  .cont_wrap .tx_wrap ul li {
    margin-bottom: 20px; }
    .cont_wrap .tx_wrap ul li::before {
      content: "●";
      color: #0063a9;
      margin-right: 0.3em; }
.cont_wrap .tx_wrap p {
  line-height: 1.7;
  color: #000; }

/*------------------------------
header
------------------------------*/
header {
  overflow: hidden;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  min-width: 838px;
  height: 50px;
  z-index: 10002;
  transition: all 0.2s;
  background-color: #fff; }
  header .logo {
    position: absolute;
    top: 0;
    left: 0;
    height: 50px;
    vertical-align: middle; }
    header .logo img {
      width: 110px; }
    header .logo svg {
      width: 110px;
      fill: #fff; }
    header .logo a {
      display: block;
      width: 100%;
      height: 100%;
      padding: 6px 20px;
      color: #000000; }
      header .logo a:hover {
        opacity: 0.7; }

/* ----- gl_nav -----*/
.menu_btn {
  display: none; }

.gl_nav {
  position: absolute;
  top: 0;
  right: 0;
  font-weight: 500;
  height: 50px;
  letter-spacing: -.4em;
  z-index: 1000;
  margin-right: 10px;
  font-size: 14px; }
  .gl_nav ul {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center; }
    .gl_nav ul li {
      position: relative;
      letter-spacing: normal; }
      .gl_nav ul li a {
        position: relative;
        display: block;
        padding: 0 1em;
        line-height: 50px;
        color: #000000;
        text-decoration: none; }
        .gl_nav ul li a::after {
          background-color: #0063a9;
          bottom: 8px;
          content: '';
          display: block;
          height: 3px;
          left: 0;
          position: absolute;
          transition: .3s all;
          width: 0; }
        .gl_nav ul li a:hover {
          color: #0063a9; }
          .gl_nav ul li a:hover::after {
            width: 100%; }
  .gl_nav ul li a.btn {
    line-height: inherit;
    padding: 0.4em 1.5em 0.5em 1.5em;
    font-size: 1em;
    border: 2px solid;
    margin-left: 10px; }
    .gl_nav ul li a.btn::after {
      display: none; }
    .gl_nav ul li a.btn:hover {
      color: #000000; }

/* ----- top画像 -----*/
.top_image {
  position: relative;
  width: 100%;
  min-height: 580px;
  overflow: hidden;
  position: relative;
  padding: 0px 0 0px 0;
  line-height: 1;
  z-index: 1;
  display: none;
  padding-top: 50px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between; }
  .top_image .top_cont_wrap {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-around;
    justify-content: space-around; }
  .top_image .tx_wrap {
    -webkit-flex-basis: 40%;
    flex-basis: 40%;
    position: relative;
    padding-left: 10%;
    padding-right: 3%;
    text-align: center;
    min-width: 550px; }
  .top_image .tx1 {
    margin-bottom: 30px;
    font-weight: bold;
    font-size: 18px;
    background-color: #000;
    color: #fff;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    border-radius: 100px;
    padding: 10px;
    letter-spacing: 0.3em; }
  .top_image .btn {
    width: 100%; }
  .top_image .image_wrap {
    -webkit-flex-basis: 53%;
    flex-basis: 53%; }
    .top_image .image_wrap img {
      width: 100%;
      animation: fluidrotate 20s ease 0s infinite;
      animation-duration: 20s;
      animation-timing-function: ease;
      animation-delay: 0s;
      animation-iteration-count: infinite;
      animation-direction: normal;
      animation-fill-mode: none;
      animation-play-state: running;
      animation-name: fluidrotate; }
    .top_image .image_wrap.image_wrap_stop img {
      animation: inherit; }

/* scrollボタン */
a.scroll_btn {
  display: block;
  opacity: 0;
  z-index: 2;
  padding: 10px 10px 110px;
  overflow: hidden;
  color: #000;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: .2em;
  text-transform: uppercase;
  text-decoration: none;
  writing-mode: vertical-lr;
  transition: all 1;
  position: relative;
  z-index: 10000;
  margin: -50px auto 0 auto;
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center; }
  a.scroll_btn::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 1px;
    height: 100px;
    background: #0063a9; }
  a.scroll_btn::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 1px;
    height: 100px;
    background: #000; }
  a.scroll_btn::after {
    height: 30px;
    animation: sdl 3s ease-out infinite; }

@keyframes sdl {
  0% {
    transform: translateY(-70px); }
  50%, 100% {
    transform: translateY(30px); } }
/* section */
section.sec_wrap {
  clear: both;
  overflow: visible;
  width: 100%;
  padding: 100px 0px;
  margin: 0px auto; }
  section.sec_wrap .cont_wrap {
    overflow: visible;
    width: 80%;
    margin: 0 auto;
    max-width: 1080px; }
  section.sec_wrap .text {
    width: 40%; }
  section.sec_wrap .img {
    width: 55%;
    padding-bottom: 20px;
    line-height: 0; }
  section.sec_wrap img {
    width: 100%; }
  section.sec_wrap .text_wrap {
    margin: 20px 0; }

.tx_box {
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  margin: 80px auto 0px auto;
  background-color: #fff;
  padding: 1em 2em;
  width: 100%;
  border-top: 4px solid;
  border-bottom: 4px solid; }
  .tx_box h4 {
    font-size: 16px; }

/*------------------------------
お悩み
------------------------------*/
#problem {
  background-color: #0063a9;
  margin-top: -60px;
  padding-bottom: 0; }
  #problem .left_wrap .tx1 {
    background-color: #eff4f7;
    padding: 1em;
    -webkit-border-radius: 1em;
    -moz-border-radius: 1em;
    -ms-border-radius: 1em;
    border-radius: 1em;
    margin-bottom: 20px; }
    #problem .left_wrap .tx1 h4 {
      font-size: 16px; }
  #problem .left_wrap .tx2 {
    line-height: 1.2;
    font-weight: 500;
    margin-bottom: 20px; }
  #problem p .title {
    font-weight: 600; }
  #problem #reason {
    padding: 100px 0;
    background-color: #0063a9; }
    #problem #reason .flex_cont .tx_wrap {
      -webkit-flex-basis: 70%;
      flex-basis: 70%; }
      #problem #reason .flex_cont .tx_wrap h4 {
        color: #0063a9; }
      #problem #reason .flex_cont .tx_wrap p {
        display: block;
        margin-bottom: 40px; }
    #problem #reason .flex_cont .image_wrap {
      -webkit-flex-basis: 27%;
      flex-basis: 27%; }

#success {
  padding-bottom: 0;
  background-color: #eff4f7; }
  #success h3 {
    padding: 0.5em;
    border-top: 3px solid #000000; }
  #success .flex_cont .tx_wrap {
    -webkit-flex-basis: 70%;
    flex-basis: 70%; }
    #success .flex_cont .tx_wrap h4 {
      color: #0063a9; }
    #success .flex_cont .tx_wrap p {
      display: block;
      margin-bottom: 40px; }
  #success .flex_cont .image_wrap {
    -webkit-flex-basis: 30%;
    flex-basis: 30%; }
  #success .tx_box {
    display: inline-block;
    border: 4px dashed;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    border-radius: 100px;
    margin-top: 0px;
    margin-bottom: 50px; }

.arrow {
  text-align: center;
  margin: 20px auto;
  -webkit-flex-basis: 100%;
  flex-basis: 100%; }
  .arrow img {
    width: 35px !important; }

/*------------------------------
みんシスとは
------------------------------*/
#about {
  position: relative;
  background-color: #0063a9;
  z-index: 2;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }
  #about .tx_wrap {
    width: 50%; }
    #about .tx_wrap h3 {
      font-size: 23px;
      letter-spacing: inherit; }
  #about .image_wrap {
    width: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    top: -30px;
    right: 0; }
    #about .image_wrap img {
      width: 120%; }
  #about .hukidashi {
    overflow: hidden;
    background: none;
    position: relative;
    width: 100%;
    min-width: 880px;
    height: auto;
    margin-top: -120px; }
    #about .hukidashi p {
      width: 100%;
      position: absolute;
      font-size: 30px;
      text-align: center;
      font-weight: 600;
      top: 60%;
      left: 50%;
      transform: translateY(-50%) translateX(-50%);
      -webkit-transform: translateY(-50%) translateX(-50%);
      z-index: 3; }
    #about .hukidashi .hukidashi_bg {
      width: 100%;
      /*position: absolute;
      top: 50%;
      left: 50%;
      transform: translateY(-50%) translateX(-50%);
      -webkit-transform: translateY(-50%) translateX(-50%);*/
      z-index: 2; }
      #about .hukidashi .hukidashi_bg img {
        width: 100%; }

section.bg_wrap {
  background-color: #0063a9; }
  section.bg_wrap h2 {
    color: #fff; }
    section.bg_wrap h2 .red {
      color: #ffe400; }

/*------------------------------
サービス
------------------------------*/
#service {
  background-color: #eff4f7; }
  #service .service_list li {
    display: -webkit-flex;
    display: flex;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    margin-bottom: 20px;
    padding-left: 30px;
    border: 4px solid;
    background-color: #fff; }
    #service .service_list li h3 {
      font-size: 24px; }
    #service .service_list li .image_wrap {
      -webkit-flex-basis: 270px;
      flex-basis: 270px; }
      #service .service_list li .image_wrap img {
        width: 100%; }
    #service .service_list li .tx_wrap {
      border: none;
      -webkit-flex-basis: calc(100% - 270px);
      flex-basis: calc(100% - 270px); }

/*------------------------------
ご利用の流れ
------------------------------*/
#step .step_list {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between; }
  #step .step_list li {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    margin-bottom: 20px;
    padding: 20px;
    border: 4px solid;
    background-color: #fff;
    text-align: center;
    -webkit-flex-basis: 32%;
    flex-basis: 32%; }
    #step .step_list li h3 {
      font-size: 24px; }
    #step .step_list li .tx_wrap {
      text-align: left;
      border: none;
      padding: 0;
      -webkit-flex-basis: calc(100% - 270px);
      flex-basis: calc(100% - 270px); }
    #step .step_list li .btn_wrap {
      margin: 0 auto;
      margin-top: 20px; }
      #step .step_list li .btn_wrap .btn {
        width: 100%; }

/*------------------------------
ご利用料金
------------------------------*/
#fee .fee_wrap {
  width: 100%;
  background-color: #fff;
  padding: 50px;
  text-align: center;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px; }
  #fee .fee_wrap p.l {
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 0.1em; }
#fee .image_wrap {
  margin: 20px auto; }
  #fee .image_wrap img {
    margin: 0 auto;
    width: 200px; }

/*------------------------------
活用事例
------------------------------*/
#case .tx_wrap p {
  margin-bottom: 40px; }

section.sec_wrap#case .cont_wrap {
  max-width: 1280px; }

/*------------------------------
NEWS
------------------------------*/
section#news {
  position: relative;
  padding: 100px 0; }
  section#news ::-webkit-scrollbar {
    -webkit-appearance: none;
    background: #000;
    width: 7px; }
  section#news ::-webkit-scrollbar-thumb {
    background-color: #0063a9;
    box-shadow: 0 0 1px #0063a9; }
  section#news .title {
    text-align: center; }
    section#news .title h2 {
      display: inline-block;
      margin-bottom: 10px; }
  section#news .news_cont_wrap {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
    padding: 10px;
    margin-top: 40px;
    background-color: #fff; }
  section#news .news_cont {
    position: relative;
    width: 100%;
    height: 300px;
    overflow-y: scroll;
    box-sizing: border-box;
    background-color: #fff; }
    section#news .news_cont .news_text {
      padding: 20px 0;
      margin: 0 20px;
      border-bottom: 2px solid #ccc;
      letter-spacing: -.4em; }
      section#news .news_cont .news_text a {
        color: #000;
        text-decoration: underline; }
        section#news .news_cont .news_text a:hover {
          text-decoration: none; }
    section#news .news_cont .date {
      display: inline-block;
      width: 15%;
      vertical-align: top;
      letter-spacing: 0.08em;
      font-weight: bold;
      font-size: 130%; }
    section#news .news_cont .text {
      display: inline-block;
      width: 85%;
      letter-spacing: 0.08em;
      margin-top: 0.4em;
      font-size: 90%; }
  section#news .fluid {
    width: 110%;
    /*横幅*/
    height: 90%;
    /*縦幅*/
    background: #0063a9;
    /*背景色*/
    animation: fluidrotate4 30s ease 0s infinite;
    /*アニメーションの設定*/
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    z-index: -1;
    position: absolute;
    top: 5%;
    left: -5%; }

@keyframes fluidrotate4 {
  0%, 100% {
    border-radius: 31% 60% 71% 29%/21% 58% 42% 79%; }
  56% {
    border-radius: 61% 39% 67% 33%/70% 50% 20% 15%; } }
/*------------------------------
CONTACT
------------------------------*/
/*----------------------------
問い合わせ
----------------------------*/
#contact br.sp {
  display: none; }
#contact p.read {
  text-align: center;
  margin: 20px auto 40px auto; }
#contact .flow_wrapper {
  width: 100%;
  padding: 0 5px; }
#contact td.center {
  padding-top: 20px;
  text-align: center; }
#contact #web_entry {
  background-color: #fff;
  padding: 30px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px; }
  #contact #web_entry h3:before {
    content: "\f0e0";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #0063a9;
    margin-right: 0.3em; }
#contact .contact_form {
  margin-bottom: 10px; }
  #contact .contact_form table {
    margin: 0 auto;
    table-layout: fixed;
    max-width: 800px; }
    #contact .contact_form table tr {
      vertical-align: middle; }
    #contact .contact_form table th, #contact .contact_form table td {
      padding: 0.7em 0; }
    #contact .contact_form table th {
      width: 20%;
      min-width: 240px;
      font-weight: 600;
      padding-top: 1.3em; }
    #contact .contact_form table td {
      width: 80%; }
  #contact .contact_form p {
    margin: 0 auto; }
  #contact .contact_form a {
    text-decoration: underline;
    color: #0063a9; }
    #contact .contact_form a:hover {
      text-decoration: none; }
#contact .tel_box {
  font-size: 20px;
  margin: 0 auto 20px auto;
  padding: 10px;
  text-align: center;
  background-color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px; }
  #contact .tel_box p {
    text-align: center;
    margin-top: 10px;
    font-size: 80%;
    font-weight: bold; }
  #contact .tel_box .number {
    font-size: 2em;
    font-weight: bold;
    margin-left: -1em;
    color: #0063a9; }
    #contact .tel_box .number i, #contact .tel_box .number a {
      font-weight: bold;
      text-decoration: none;
      color: #0063a9; }
  #contact .tel_box .tx2 {
    display: block;
    font-size: 0.7em;
    margin-top: 5px;
    line-height: 1.4; }

.grecaptcha-badge {
  visibility: hidden; }

.contact-form__recaptcha-text {
  margin: 50px auto 30px auto;
  font-size: 0.7rem;
  text-align: center; }

#contact .tel_box {
  padding: 30px;
  border: 2px solid #0063a9; }
  #contact .tel_box .title {
    font-weight: bold;
    display: inline-block;
    font-size: 20px; }
  #contact .tel_box .number {
    font-size: 36px;
    display: inline-block;
    margin-left: 0;
    vertical-align: middle; }
  #contact .tel_box .time {
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.05em; }

#contact .tel_box .btn.spb {
  display: none; }

input::placeholder {
  color: #aaa; }
input:-ms-input-placeholder {
  color: #aaa; }
input::-ms-input-placeholder {
  color: #aaa; }

input[type="text"], input[type="tel"], input[type="email"], input[type="password"] {
  width: 100%;
  background-color: #f7f7f7; }

input[type="text"].address {
  width: 100%; }

textarea {
  background-color: #f7f7f7;
  color: #000000;
  width: 100%;
  /* Chrome, Safari */ }
  textarea::-webkit-input-placeholder {
    color: #aaa; }
  textarea::-moz-placeholder {
    color: #aaa; }
  textarea:-ms-input-placeholder {
    color: #aaa; }

textarea, select, input {
  border: 2px solid #e1e1e1;
  padding: 0.7em 0.8em;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px; }

input[type="checkbox"], input[type="radio"] {
  margin-right: 0.5em; }

.select__arrow {
  position: absolute;
  top: 1.4em;
  right: 15px;
  width: 0;
  height: 0;
  pointer-events: none;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: #7b7b7b transparent transparent transparent; }

.select {
  position: relative;
  display: inline-block;
  width: 100%; }
  .select select {
    display: inline-block;
    width: 100%;
    cursor: pointer;
    outline: 0;
    background: #f7f7f7;
    color: #000;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 2px solid #e1e1e1;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px; }
    .select select::-ms-expand {
      display: none; }
    .select select:hover, .select select :focus {
      color: #000; }
    .select select:disabled {
      opacity: 0.5;
      pointer-events: none; }
    .select select:hover ~ .select__arrow, .select select:focus ~ .select__arrow {
      border-top-color: #000; }
    .select select:disabled ~ .select__arrow {
      border-top-color: #ccc; }

.container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center; }

.control-group {
  display: inline-block;
  vertical-align: top;
  background: #fff;
  text-align: left;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  padding: 30px;
  width: 200px;
  height: 210px;
  margin: 10px; }

.control {
  display: block;
  position: relative;
  padding-left: 30px;
  cursor: pointer; }

.control input {
  position: absolute;
  z-index: -1;
  opacity: 0; }

.control__indicator {
  position: absolute;
  top: 2px;
  left: 0;
  height: 20px;
  width: 20px;
  background: #e6e6e6; }

.control--radio .control__indicator {
  border-radius: 50%; }

.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
  background: #ccc; }

.control input:checked ~ .control__indicator {
  background-color: #ffe400; }

.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
  background-color: #ffe400; }

.control input:disabled ~ .control__indicator {
  background: #e6e6e6;
  opacity: 0.6;
  pointer-events: none; }

.control__indicator:after {
  content: '';
  position: absolute;
  display: none; }

.control input:checked ~ .control__indicator:after {
  display: block; }

.control--checkbox .control__indicator:after {
  left: 7px;
  top: 4px;
  width: 6px;
  height: 11px;
  border: solid #0063a9;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg); }

.control--checkbox input:disabled ~ .control__indicator:after {
  border-color: #7b7b7b; }

.control--radio .control__indicator:after {
  left: 7px;
  top: 7px;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background: #fff; }

.control--radio input:disabled ~ .control__indicator:after {
  background: #7b7b7b; }

.form_wrap .error {
  display: block;
  margin-top: 0.2em; }

.label, a .label {
  -webkit-border-radius: 0.3em;
  -moz-border-radius: 0.3em;
  -ms-border-radius: 0.3em;
  border-radius: 0.3em;
  display: inline-block;
  background-color: #eee;
  color: #000000;
  font-weight: 500;
  line-height: 1;
  margin-right: 0.7em;
  width: auto;
  padding: 3px 5px;
  text-align: center;
  font-size: 80%;
  letter-spacing: normal;
  text-decoration: none; }
  .label.required, a .label.required {
    background-color: #0063a9;
    color: #fff; }

@media (max-width: 920px) {
  #contact .tel_box .number.pcb {
    display: none; }

  #contact .tel_box,
  .sp_telbox {
    padding: 15px;
    padding-bottom: 20px;
    background-color: #eff4f7;
    border: none; }
    #contact .tel_box .title,
    .sp_telbox .title {
      font-size: 18px;
      margin-bottom: 10px;
      font-weight: bold;
      text-align: center; }
    #contact .tel_box a.btn.spb,
    .sp_telbox a.btn.spb {
      display: block;
      margin: 0 auto;
      position: relative;
      max-width: 340px; }
      #contact .tel_box a.btn.spb .tx_1,
      .sp_telbox a.btn.spb .tx_1 {
        display: block;
        line-height: 1; }
      #contact .tel_box a.btn.spb .number2,
      .sp_telbox a.btn.spb .number2 {
        font-family: Oswald, sans-serif;
        font-size: 1.6em;
        display: block;
        letter-spacing: -0.01em; }
      #contact .tel_box a.btn.spb .small,
      .sp_telbox a.btn.spb .small {
        display: block;
        font-weight: normal;
        line-height: 1;
        letter-spacing: 0.05em; }
      #contact .tel_box a.btn.spb .tx::before,
      .sp_telbox a.btn.spb .tx::before {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f095";
        position: absolute;
        left: 20px;
        font-size: 1.8em;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%); } }
/*------------------------------
footer
------------------------------*/
footer {
  width: 100%;
  background-color: #000;
  padding: 30px 0;
  clear: both;
  overflow: hidden;
  text-align: center; }

.footer_nav {
  width: 100%;
  font-size: 12px;
  padding-bottom: 10px; }

.footer_nav ul li {
  display: inline-block; }
  .footer_nav ul li i {
    margin-left: 0.3em; }

.footer_nav ul li a {
  color: #fff; }
  .footer_nav ul li a:hover {
    opacity: 0.5; }

.footer_nav ul li::after {
  padding-left: 3px;
  content: '|';
  color: #ccc; }

.footer_nav ul li:last-child::after {
  content: ''; }

.footer_nav ul li a:hover {
  text-decoration: none; }

footer .footer_wrap {
  width: 1000px;
  margin: 0 auto;
  padding: 30px 0 10px 0; }

footer .logo_footer {
  text-align: center;
  width: 200px;
  margin: 0 auto; }

footer .logo_footer img {
  width: 100%; }

address {
  text-align: center;
  font-style: normal;
  color: #fff;
  font-size: 12px; }

address .ad_wrap {
  display: inline-block;
  padding: 10px;
  margin-bottom: 10px; }

footer .sns ul li {
  display: inline-block; }

footer .sns ul li:hover {
  opacity: 0.7;
  transition-property: all;
  transition: 0.1s linear; }

footer small {
  display: block;
  width: 100%;
  color: #fff;
  padding: 10px; }

.sns {
  display: none;
  text-align: center; }
  .sns a {
    display: block;
    width: 30px;
    height: 30px;
    font-size: 25px;
    line-height: 30px;
    background: #fff;
    color: #0063a9;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    border-radius: 100px; }

/* PAGE TOP */
.page_top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999; }
  .page_top a {
    display: block;
    padding: 1em;
    border: #FFF 1px solid;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    border-radius: 100px;
    background: #000;
    line-height: 1.5em;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    color: #FFF;
    text-decoration: none; }
  .page_top a:hover {
    background: #0063a9; }

/*----------------------------
レスポンシブ
----------------------------*/
@media (max-width: 959px) {
  .sp, .spb {
    display: block; }

  .pc, .pcb {
    display: none; }

  body {
    overflow: hidden;
    width: 100%;
    height: 100%;
    letter-spacing: 0.05em;
    font-size: 14px; }

  h2 {
    font-size: 21px; }

  h3 {
    font-size: 16px; }

  .tx_wrap h3 {
    font-size: 16px; }

  h4 {
    font-size: 15px; }

  .cont_title, .title_s {
    font-size: 15px;
    letter-spacing: 0.05em;
    text-align: center; }

  .title p.title_s span {
    font-size: 16px; }

  .title_area p.title_s span {
    font-size: 15px; }

  .title_area {
    margin-bottom: 20px; }

  p {
    font-size: 14px; }

  .tx_box {
    font-size: 16px;
    border: none;
    padding: 1em;
    margin-top: 40px; }

  .btn_wrap {
    text-align: center;
    margin: 30px auto; }

  .btn {
    clear: both;
    font-size: 13px;
    width: 100%;
    max-width: 480px;
    padding: 1em 2em;
    min-width: inherit;
    margin: 0px auto 0 auto; }

  header {
    overflow: visible;
    position: fixed;
    width: 100%;
    min-width: inherit;
    height: 50px;
    background-color: #fff; }
    header .logo {
      position: relative;
      text-align: center;
      height: 50px;
      padding: 0;
      padding-top: 6px; }
      header .logo h1 {
        line-height: 50px; }
      header .logo a {
        padding: 0 20px; }
    header .logo a:hover {
      background: #0063a9; }
    header .logo svg {
      fill: #a9c856; }
    header .menu_btn {
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      z-index: 10000;
      font-size: 40px;
      width: 50px;
      height: 50px;
      line-height: 50px;
      padding: 0 5px;
      text-align: center;
      background-color: #000; }
    header .menu-trigger_wrap {
      position: fixed;
      z-index: 9999;
      top: -10px;
      right: 5px;
      padding: 10px;
      margin-right: -15px;
      margin-left: -15px;
      background-color: #fff;
      -webkit-border-radius: 1000px;
      -moz-border-radius: 1000px;
      -ms-border-radius: 1000px;
      border-radius: 1000px;
      -moz-transform: scale(0.5);
      -ms-transform: scale(0.5);
      -webkit-transform: scale(0.5);
      transform: scale(0.5);
      border: 3px solid #0063a9;
      width: 70px;
      height: 70px; }
      header .menu-trigger_wrap:hover {
        cursor: pointer; }
    header .menu-trigger,
    header .menu-trigger span {
      transition: all .4s;
      box-sizing: border-box; }
    header .menu-trigger {
      display: block;
      position: relative;
      width: 44px;
      height: 44px;
      -moz-transform: scale(0.7);
      -ms-transform: scale(0.7);
      -webkit-transform: scale(0.7);
      transform: scale(0.7);
      top: 0;
      right: 0; }
    header .menu-trigger span {
      display: inline-block;
      position: absolute;
      left: 0;
      width: 100%;
      height: 5px;
      background-color: #0063a9;
      border-radius: 4px; }
    header .menu-trigger span:nth-of-type(1) {
      top: 0; }
    header .menu-trigger span:nth-of-type(2) {
      top: 20px; }
    header .menu-trigger span:nth-of-type(3) {
      bottom: 0; }
    header .menu-trigger::after {
      position: absolute;
      top: 50%;
      left: 50%;
      display: block;
      content: '';
      width: 84px;
      height: 84px;
      margin: -43px 0 0 -43px;
      border-radius: 50%;
      transition: all .75s;
      z-index: 9999; }
    header .menu-trigger.active span:nth-of-type(1) {
      -moz-transform: translateY(20px) rotate(-45deg);
      -ms-transform: translateY(20px) rotate(-45deg);
      -webkit-transform: translateY(20px) rotate(-45deg);
      transform: translateY(20px) rotate(-45deg); }
    header .menu-trigger.active span:nth-of-type(2) {
      left: 60%;
      opacity: 0;
      -moz-animation: active-menu-bar02 0.8s forwards;
      -webkit-animation: active-menu-bar02 0.8s forwards;
      animation: active-menu-bar02 0.8s forwards; }
  @-webkit-keyframes active-menu-bar02 {
    100% {
      height: 0; } }
  @keyframes active-menu-bar02 {
    100% {
      height: 0; } }
    header .menu-trigger.active span:nth-of-type(3) {
      -moz-transform: translateY(-20px) rotate(45deg);
      -ms-transform: translateY(-20px) rotate(45deg);
      -webkit-transform: translateY(-20px) rotate(45deg);
      transform: translateY(-20px) rotate(45deg); }
    header .menu-trigger.active::after {
      -moz-animation: inherit;
      -webkit-animation: inherit;
      animation: inherit; }
    header .gl_nav {
      display: none;
      position: absolute;
      z-index: 5000;
      top: 50px;
      line-height: 50px;
      width: 100%;
      height: 100vh;
      height: calc(100vh - 50px);
      margin: 0;
      background-color: rgba(255, 255, 255, 0.9); }
      header .gl_nav ul {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%);
        -webkit-transform: translateY(-50%) translateX(-50%); }
      header .gl_nav ul li {
        display: block;
        text-align: center; }
        header .gl_nav ul li a {
          font-size: 1.1em;
          border-bottom: 2px solid; }
          header .gl_nav ul li a.active {
            height: inherit; }
      header .gl_nav ul li a.btn {
        margin-left: 0;
        margin-top: 30px;
        width: 280px;
        font-size: 1.1em; }

  .top_image {
    display: block;
    margin-top: 50px;
    padding: 0;
    height: calc(100vh - 150px);
    background-color: #eff4f7;
    text-align: center; }
    .top_image .top_cont_wrap {
      display: block;
      padding: 0;
      margin-top: 40px; }
    .top_image .tx_wrap,
    .top_image .image_wrap {
      min-width: inherit;
      width: 100%;
      margin: 0 auto;
      padding: 0;
      display: block; }
      .top_image .tx_wrap img,
      .top_image .image_wrap img {
        max-width: 100%; }
    .top_image .tx_wrap {
      width: 80%;
      .text-align-font-size: 16px; }
      .top_image .tx_wrap img {
        max-width: 240px; }
    .top_image .image_wrap {
      width: 100%; }

  .ico_arrow {
    display: block; }

  .flex_cont .tx_wrap {
    padding: 20px; }

  section.sec_wrap {
    width: 100%;
    padding: 50px 0px; }
    section.sec_wrap .text {
      width: 100%; }
    section.sec_wrap .img {
      width: 100%; }
    section.sec_wrap .tx_wrap p {
      margin: 0; }
    section.sec_wrap .cont_wrap {
      width: 100%; }
      section.sec_wrap .cont_wrap.flex {
        display: flex;
        -webkit-flex-flow: row wrap;
        flex-flow: row wrap; }
        section.sec_wrap .cont_wrap.flex .left {
          order: 2; }
        section.sec_wrap .cont_wrap.flex .right {
          order: 1; }
      section.sec_wrap .cont_wrap h2 {
        margin-bottom: 10px; }
      section.sec_wrap .cont_wrap .tx_wrap .title_s {
        margin-bottom: 20px; }
      section.sec_wrap .cont_wrap .tx_wrap p {
        font-size: 13px; }
      section.sec_wrap .cont_wrap .text_wrap {
        margin: 0; }
    section.sec_wrap .cont_wrap + .cont_wrap {
      margin-top: 50px; }
    section.sec_wrap .flex_cont {
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-justify-content: center;
      justify-content: center; }
      section.sec_wrap .flex_cont .tx_wrap {
        -webkit-flex-basis: 90%;
        flex-basis: 90%;
        max-width: 90%;
        -webkit-order: 1;
        order: 1; }
      section.sec_wrap .flex_cont .image_wrap {
        -webkit-flex-basis: 90%;
        flex-basis: 90%;
        -webkit-order: 2;
        order: 2;
        margin-top: 20px; }

  #problem {
    margin-top: 0; }

  #problem #reason .flex_cont .tx_wrap {
    -webkit-flex-basis: 90%;
    flex-basis: 90%; }
  #problem #reason .flex_cont .image_wrap {
    display: none; }

  #problem #reason {
    padding: 40px 0; }

  #problem p .title {
    display: block;
    margin-top: 1em; }

  #success .arrow {
    margin: 10px auto;
    display: none; }
  #success .tx_box {
    margin: 10px;
    margin-bottom: 40px; }

  #success .flex_cont .tx_wrap {
    -webkit-flex-basis: 90%;
    flex-basis: 90%; }

  #about .tx_wrap h3 {
    font-size: 15px; }

  #about .hukidashi {
    min-width: 480px;
    -webkit-order: 3;
    order: 3; }
    #about .hukidashi p {
      font-size: 16px; }

  #about .image_wrap {
    -webkit-flex-basis: 90%;
    flex-basis: 90%;
    width: 90%; }
    #about .image_wrap img {
      width: 100%; }

  #service .service_list {
    width: 90%;
    margin: auto; }
    #service .service_list li {
      display: block;
      padding-left: inherit; }
      #service .service_list li .image_wrap {
        text-align: center; }
        #service .service_list li .image_wrap img {
          max-height: 150px;
          width: inherit; }
      #service .service_list li .tx_wrap {
        -webkit-flex-basis: 100%;
        flex-basis: 100%;
        max-width: 100%;
        width: 100%; }
        #service .service_list li .tx_wrap h3 {
          font-size: 18px; }

  #step .step_list {
    display: block;
    width: 90%; }
    #step .step_list li h3 {
      font-size: 18px; }
    #step .step_list .image_wrap img {
      max-height: 150px;
      width: inherit; }
    #step .step_list .tx_wrap {
      -webkit-flex-basis: 100%;
      flex-basis: 100%;
      max-width: 100%;
      width: 100%; }

  #fee .fee_wrap {
    width: 90%;
    padding: 20px; }

  #fee .title_area p.title_s {
    text-align: center; }

  #fee p {
    text-align: left; }

  #fee .fee_wrap p.l {
    font-size: 16px;
    letter-spacing: 0.05em;
    text-align: center; }

  #fee .image_wrap {
    margin: 10px auto; }

  #fee .image_wrap img {
    width: 120px; }

  #contact #web_entry {
    width: 90%;
    margin: 0 auto;
    padding: 15px; }

  #contact img {
    width: auto; }

  section.popup_form table th,
  section.popup_form table td,
  .contact_form table td,
  .contact_form table td,
  .contact_form table th {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    padding: 0; }

  #contact .contact_form table td,
  #contact .contact_form table th {
    padding: 0;
    width: 100%; }

  section.popup_form table td,
  .contact_form table td {
    margin-bottom: 1.5em; }

  body.lp_page.lp2 .box_wrap li::before {
    display: none; }

  /*------------------------------
  footer(SP)
  ------------------------------*/
  footer {
    padding-top: 0; }
    footer .footer_wrap {
      width: 90%; }
    footer .logo_footer {
      width: 180px; }
    footer address .ad_wrap {
      display: block;
      letter-spacing: 0;
      padding: 0;
      margin: 20px auto; }
    footer .footer_nav {
      padding: 0; }
      footer .footer_nav ul li {
        display: block;
        text-align: center;
        border-bottom: 1px solid #fff;
        font-size: 14px; }
        footer .footer_nav ul li::after {
          content: '';
          display: none; }
        footer .footer_nav ul li a {
          display: block;
          padding: 1em 0;
          text-decoration: none;
          color: #fff;
          background-color: #000; }

  .page_top a:hover {
    background: #0063a9; } }
@media (max-width: 320px) {
  .top_image {
    min-height: 320px; } }
/* ------------------------------
エフェクト
------------------------------ */
.tlt {
  opacity: 0; }

.smooth {
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  opacity: 0; }

.smooth.is-animated {
  -webkit-animation: clip_wrap 1s cubic-bezier(0.785, 0.136, 0.15, 0.87) 0.9s normal forwards;
  animation: clip_wrap 1s cubic-bezier(0.785, 0.136, 0.15, 0.87) 0.9s normal forwards;
  animation-duration: 1s;
  animation-timing-function: cubic-bezier(0.785, 0.136, 0.15, 0.87);
  animation-delay: 0.1s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-fill-mode: forwards;
  animation-name: clip_wrap;
  opacity: 1; }

.copy_text.smooth.is-animated {
  animation-delay: 0.6s;
  animation-duration: 1.4s; }

.image_wrap.smooth.is-animated {
  animation-delay: .9s;
  animation-duration: 0.8s; }

@keyframes clip_wrap {
  0% {
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%); }
  100% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%); } }
.bg_wrapper {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 100%; }

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