@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@700&display=swap");
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-tap-highlight-color: transparent;
  outline: 0;
  vertical-align: baseline;
  -webkit-text-size-adjust: 100% !important;
  text-size-adjust: 100% !important;
  -moz-text-size-adjust: 100% !important;
}

button,
input,
textarea,
button {
  border: 1px solid #333;
}

select {
  border: 1px solid #555;
}

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

table,
td,
th {
  border: 1px solid #333;
}

td,
th {
  line-height: 1.5;
  padding: 0.3em 0.4em;
}

th {
  font-weight: bold;
  font-size: 1.05em;
}

html {
  font-size: 100%;
  background-color: #ffffff;
  word-break: break-word;
}

body {
  min-height: 100vh;
  color: #333;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  font: normal normal normal 14px/1.6 "Helvetica", "Arial", sans-serif;
  background-color: #ffffff;
}

hr {
  overflow: visible;
  box-sizing: content-box;
  margin: 1em 0;
  height: 0;
  border-top: 1px solid #ccc;
}

button:disabled {
  cursor: default;
}

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

a:hover {
  text-decoration: underline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
dialog,
hr,
img {
  display: block;
}

audio,
canvas,
iframe,
img,
svg,
video {
  display: inline-block;
  vertical-align: middle;
}

[hidden],
dialog:not([open]),
template {
  display: none;
}

button,
input,
select,
textarea {
  font-family: inherit;
  border-radius: 0;
}

textarea {
  resize: vertical;
}

audio,
canvas,
progress,
video {
  display: inline-block;
}

input,
select {
  vertical-align: middle;
}

button {
  vertical-align: inherit;
  line-height: inherit;
  cursor: pointer;
}

button,
select {
  text-transform: none;
}

code,
kbd,
pre,
samp {
  font-family: monospace, sans-serif;
  font-size: 1em;
}

mark {
  background-color: #ff0;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 70%;
  line-height: 0;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

ul {
  list-style: none;
}

img {
  width: 100%;
  height: auto;
}

@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 200;
  src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Light.woff) format("woff");
}
@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 400;
  src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.woff) format("woff");
}
@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 700;
  src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.woff) format("woff");
}
/*------ common -------*/
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-tap-highlight-color: transparent;
  outline: 0;
  vertical-align: baseline;
  -webkit-text-size-adjust: 100% !important;
  text-size-adjust: 100% !important;
  -moz-text-size-adjust: 100% !important;
}

html {
  background-color: #fff;
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
  font-family: "-apple-system", BlinkMacSystemFont, "ヒラギノ角ゴ Pro W3", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "Noto Sans Japanese", "メイリオ", "Hiragino Kaku Gothic ProN", "MS PGothic", Osaka, "sans-serif";
  font-weight: 400;
  font-size: 14px;
  line-height: 1.6;
  color: #333;
}

a,
a:link {
  color: #333;
}
a:hover,
a:link:hover {
  color: #50acff;
  text-decoration: underline;
}

input[type=button], input[type=submit], input[type=file], button {
  cursor: pointer;
  -webkit-appearance: none;
  border-radius: 0;
}

.fz-l {
  font-size: 24px;
}

.p1 + .p1 {
  margin-top: 2em;
}

.txt .tit {
  font-size: 18px;
}
.txt p {
  font-size: 16px;
}

.strong {
  color: #f00;
  font-weight: 700;
}

.display-pc {
  display: block;
}

.display-sp {
  display: none;
}

.sp {
  display: none;
}

.pc {
  display: block;
}

.red {
  color: #ff5c98;
}

.content {
  position: relative;
}

.inner {
  margin: 0 auto;
  padding: 0 40px;
  max-width: 1280px;
}
@media (max-width: 800px) {
  .inner {
    padding: 0 30px;
  }
}
@media (max-width: 500px) {
  .inner {
    padding: 0 20px;
  }
}

.doll {
  font-family: "Oswald", sans-serif;
}

.nowrap {
  white-space: nowrap;
  display: inline-block;
}

.top-btn {
  width: 60px;
  position: fixed;
  right: 0;
  bottom: 10vh;
  z-index: 100;
}

/*------ toggle-btn -------*/
.toggle-btn {
  display: none;
  width: 40px;
  height: 40px;
  position: fixed;
  top: 30px;
  right: 20px;
  z-index: 500;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  cursor: pointer;
}
.toggle-btn label {
  width: 100%;
  height: 100%;
  display: block;
  cursor: pointer;
}
.toggle-btn span {
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  transition: 0.5s;
}
.toggle-btn span::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #1BA8DB;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  transform: translateY(-3px);
  left: 0;
  transition: 0.5s;
}
.toggle-btn span:last-child:after {
  transform: translateY(6px);
}

.toggle-btn1 {
  top: 30px;
}

/*------ sp header menu -------*/
.ghost-nav {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  flex-direction: column;
  z-index: 200;
  height: 0;
  background-color: #1BA8DB;
  transition: background 0.35s linear, height 0.35s ease-in 200ms;
  z-index: 400;
}
.ghost-nav nav {
  min-height: 100px;
  padding: 20px 0 0;
}
.ghost-nav a {
  display: block;
  text-align: center;
  color: #50acff;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  padding: 1.5em 2em;
  display: block;
  font-weight: normal;
  text-transform: uppercase;
}
.ghost-nav a a:hover {
  text-decoration: none;
  color: #50acff;
}
.ghost-nav ul {
  transition: 0.3s;
  transform: translateY(-100%);
  opacity: 0;
}
.ghost-nav ul .sp-logo {
  transform: translate(-12vw, 0);
}
.ghost-nav ul li {
  opacity: 0;
  transition: 0.5s;
  transform: translate(-5px, -3px);
  border-bottom: 1px solid rgb(255, 255, 255);
}
.ghost-nav ul li:nth-child(2) {
  margin-top: 5vh;
}
.ghost-nav ul li:nth-child(7), .ghost-nav ul li:nth-child(8), .ghost-nav ul li:nth-child(9), .ghost-nav ul li:nth-child(10) {
  border-top: none;
  border-bottom: none;
}
.ghost-nav ul li.spmenu-contact {
  margin-top: 1.8rem;
}
.ghost-nav ul li.spmenu-contact .spmenu-tel {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  background-color: #fff;
}
.ghost-nav ul li.spmenu-contact .spmenu-tel .menu-ico {
  padding-right: 8px;
}
.ghost-nav ul li.spmenu-contact .spmenu-tel p {
  font-size: 1.2rem;
  font-weight: bold;
}
.ghost-nav ul li.spmenu-contact .spmenu-tel p.tel-tex {
  color: #1BA8DB;
}
.ghost-nav ul li.spmenu-contact .spmenu-mail {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FD8824;
}
.ghost-nav ul li.spmenu-contact .spmenu-mail .menu-ico {
  padding-right: 8px;
}
.ghost-nav ul li.spmenu-contact .spmenu-mail p {
  font-size: 1.1rem;
  font-weight: bold;
}
.ghost-nav .main-menu-container {
  width: 100%;
  max-width: 400px;
}

#menu-status {
  display: none;
}

#menu-status:checked ~ .ghost-nav {
  height: 100%;
  background-color: #1BA8DB;
}

#menu-status:checked ~ .ghost-nav ul {
  transition: 0.6s;
  transition-delay: 0.45s;
  transform: translateY(0px);
  opacity: 1;
}

#menu-status:checked ~ .ghost-nav ul ul {
  border-top: 1px solid rgb(255, 255, 255);
}

#menu-status:checked ~ .ghost-nav ul li {
  opacity: 1;
  transform: translate(0, 0);
}

#menu-status:checked ~ .ghost-nav ul li a {
  color: #fff;
}
#menu-status:checked ~ .ghost-nav ul li a h2 {
  font-size: 16px;
  padding-bottom: 5px;
}

#menu-status:checked ~ .toggle-btn span {
  transform: rotate(-194deg);
  transform-origin: center;
}

#menu-status:checked ~ .toggle-btn span:after {
  background-color: #fff;
  transform: translateY(0);
}

#menu-status:checked ~ .toggle-btn span:last-child {
  transform: rotate(194deg);
}

/*--------------------------------
	header
--------------------------------*/
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  background-color: transparent;
  padding: 20px 0;
  transition: 0.3s;
}
header .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 100vw;
  margin: 0 auto;
  padding: 0 40px;
}
header .main-ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
header .main-ul li {
  margin-right: 50px;
  font-weight: bold;
  font-size: 16px;
}
header .main-ul li a {
  transition: 0.3s;
  position: relative;
}
header .main-ul li a:after {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 0;
  height: 100%;
  border-bottom: 4px solid #50acff;
  transition: 0.3s all linear;
}
header .main-ul li a:hover {
  text-decoration: none;
  color: #333;
}
header .main-ul li a:hover:after {
  width: 100%;
  top: 10px;
  left: 0;
  transition-delay: 0.2s;
  border-bottom-color: #50acff;
}
header .main-ul li .main-tel {
  width: 16.28vw;
  display: inline-block;
  background: #1ba8db;
  border-radius: 50px;
}
header .main-ul li .main-tel a {
  color: #fff;
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: center;
  padding: 0.6vw 1vw 0.6vw 1vw;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 3px;
}
header .main-ul li .main-tel a img {
  width: 1.8vw;
  margin: 0 10px 3px 5px;
}
header .main-ul li .main-tel a:hover {
  text-decoration: none;
  color: #333;
}
header .main-ul li .main-tel.main-contact {
  background: #fd8824;
  margin: 0 auto;
}
header .logo {
  display: block;
  max-width: 90px;
  transition: 0.3s;
}
header .logo:hover {
  opacity: 0.8;
}

.fixheader {
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1803921569);
  padding: 15px 0;
  border: none;
}
.fixheader .logo {
  max-width: 80px;
}
.fixheader .main-ul li {
  font-size: 14px;
}

.hero-menu {
  position: fixed;
  z-index: 20;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  font-weight: bold;
  max-width: 48px;
  text-align: center;
  font-family: "Noto Sans Japanese";
}
.hero-menu a {
  transition: 0.3s;
}
.hero-menu a:hover {
  text-decoration: none;
  color: #fff;
}
.hero-menu .hero-contact {
  display: block;
  color: #fff;
  line-height: 1.1;
  padding: 20px 13px 10px;
  text-align: center;
  font-size: 16px;
  background-color: #ff9000;
  border-top-left-radius: 15px;
  border-bottom: none;
  box-shadow: -1px 2px 9px 0px rgba(0, 0, 0, 0.4);
}
.hero-menu .hero-contact:hover {
  background-color: #e48a16;
}
.hero-menu .hero-contact img {
  width: 20px;
  height: 20px;
  margin-bottom: 5px;
}
.hero-menu .hero-tel {
  display: block;
  color: #fff;
  border-top: none;
  background-color: #1ba8db;
  font-size: 16px;
  line-height: 1.1;
  padding: 10px 13px 20px;
  border-bottom-left-radius: 15px;
  box-shadow: -1px 2px 9px 0px rgba(0, 0, 0, 0.4);
}
.hero-menu .hero-tel:hover {
  background-color: #2295be;
}
.hero-menu .hero-tel img {
  width: 20px;
  height: 24px;
  margin: 0 auto 6px;
  margin-left: 2px;
}

/*--------------------------------
	hero
--------------------------------*/
.hero::before {
  content: "";
  display: block;
  background: url(../img/hero-bg.png) repeat top center;
  width: 70%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.hero::after {
  content: "";
  display: block;
  background: url(../img/hero-bg-gry.png) no-repeat bottom center;
  width: 100%;
  height: 100%;
  position: absolute;
  right: -4vw;
  top: -24vw;
  opacity: 0.5;
  z-index: 1;
}
.hero .hero-left {
  width: 60%;
  position: absolute;
  left: -60px;
  top: 12vh;
  z-index: 3;
}
.hero .hero-left img {
  width: 100%;
}
.hero .hero-right {
  position: absolute;
  top: 6vh;
  right: 0;
  width: 68%;
  z-index: 2;
}
.hero .hero-right img {
  width: 100%;
}
.hero .content {
  position: relative;
  height: 100%;
  left: 0;
  padding: 23.26667vh 0 0;
  z-index: 5;
}
.hero .content .target .forsam {
  display: inline-block;
  color: #fff;
  background-color: #1BA8DB;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 0.5rem 1.4rem;
  margin-bottom: 1.8rem;
  border-radius: 50px;
}
.hero .content .hero-title {
  max-width: 790px;
}
.hero .content figure {
  max-width: 790px;
}
.hero .content figure.reward {
  margin-top: 20px;
}
.hero .content figure img {
  width: 100%;
}
.hero .content .hero-4 {
  font-size: 1.8rem;
  font-weight: bold;
  font-family: "Noto Sans Japanese";
  margin-top: 30px;
}
.hero .content .hero-4 small {
  display: block;
  font-size: 20px;
  padding-top: 15px;
  font-weight: 400;
}

/*------ mein view news -------*/
.l-hero-news {
  width: 88vw;
  margin: 10vh auto 0;
  z-index: 7;
}

.invisible.is-heroOther {
  transition: all 0.8s ease 0.3s;
}

.hero-news {
  align-items: center;
  background-color: #fff;
  border: 1px solid #E6E6E6;
  border-radius: 60px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  display: -webkit-box;
  flex-wrap: nowrap;
  padding: 1vh 2vh 1vh 130px;
  width: 100%;
  z-index: 2;
  overflow: hidden;
}
.hero-news--head {
  -webkit-box-flex: 0;
  -webkit-box-pack: center;
  display: flex;
  flex: 0 0 125px;
  align-items: center;
  justify-content: left;
  max-width: 200px;
  z-index: 20;
  transform: translateX(125px);
}
.hero-news--head span {
  background-color: #ff5c98;
  color: #fff;
  display: block;
  font-size: 1.5vw;
  max-width: 130px;
  padding: 10px;
  text-align: center;
  width: 100%;
  border-radius: 35px 0 0 35px;
  font-weight: bold;
}
.hero-news--body {
  width: 100%;
  font-size: 3vh;
  font-weight: 700;
  overflow: hidden;
  padding: 0 40px 0 20px;
}
.hero-news--bodyText {
  animation: animeNews 9.5s linear 0s infinite;
  display: inline-block;
  padding-left: 100%;
  white-space: nowrap;
}
.hero-news--bodyText .deadline {
  color: red;
}

@keyframes animeNews {
  0% {
    transform: translate(0);
  }
  100% {
    transform: translate(-100%);
  }
}
/*--------------------------------
	section2
--------------------------------*/
.subsidies {
  background-color: #ffebf1;
  padding: 8vh 0 10vh;
  font-family: "Noto Sans Japanese";
  position: sticky;
  z-index: 4;
}
.subsidies .tit {
  max-width: 68vw;
  margin: 0 auto;
  font-size: 53px;
  text-align: center;
  font-weight: bold;
  background-color: #fff;
  color: #ff5c98;
  line-height: 1;
  padding: 30px;
  border-radius: 50px;
}
.subsidies .inner {
  position: relative;
  margin-top: 80px;
}
.subsidies .left {
  position: absolute;
  left: -100px;
  top: 20px;
  max-width: 250px;
}
.subsidies .left img {
  width: 100%;
}
.subsidies .right {
  position: absolute;
  top: 105px;
  right: -130px;
  max-width: 300px;
}
.subsidies .right img {
  width: 100%;
}
.subsidies .content {
  text-align: center;
  font-size: 24px;
}
.subsidies .p1 {
  font-weight: 600;
  line-height: 2;
}
.subsidies .p1 h3 {
  margin-bottom: 0.8rem;
}
.subsidies .p1 h3 .exe {
  font-size: 1.8rem;
  font-weight: bold;
  border-bottom: 5px solid #ff5c98;
}
.subsidies .p1 p {
  margin-bottom: 0.8rem;
}
.subsidies .p2 {
  color: #50acff;
  padding-top: 40px;
}

/*--------------------------------
	section3
--------------------------------*/
.introduction {
  background: url(../img/bg1.jpg) no-repeat center center;
  background-size: cover;
  padding: 100px 0;
  font-family: "Noto Sans Japanese";
}
.introduction .introduction-top {
  background-color: #e1f3fe;
  border: 1px solid #fff;
  border-bottom: none;
  padding: 70px 60px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  position: relative;
}
.introduction .introduction-top figure {
  max-width: 380px;
  position: absolute;
  right: 24px;
  top: 40%;
  transform: translateY(-50%);
  z-index: -1;
}
.introduction .introduction-top figure img {
  width: 100%;
}
.introduction .introduction-top h2 {
  display: inline-block;
  font-size: 2.8rem;
  position: relative;
}
.introduction .introduction-top h2::after {
  content: "";
  display: block;
  width: 100%;
  height: 18px;
  background-color: #ffcf0e;
  position: absolute;
  bottom: 13px;
  left: 0;
}
.introduction .introduction-top h2 big {
  position: relative;
  z-index: 3;
}
.introduction .introduction-top .support {
  font-size: 1.4rem;
  margin-top: 10px;
  font-weight: bold;
  line-height: 1.5;
}
.introduction .introduction-top .introduction-1 {
  display: flex;
  align-items: center;
  padding-top: 50px;
}
.introduction .introduction-top .introduction-1 .mark {
  margin-right: 30px;
}
.introduction .introduction-top .introduction-1 p {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.4;
}
.introduction .introduction-bottom {
  background-color: #fef3c7;
  padding: 70px 60px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
.introduction .introduction-bottom .introduction-2 {
  border-bottom: 1px solid #0071BD;
  padding-bottom: 0.8rem;
}
.introduction .introduction-bottom .introduction-2 h3 {
  font-size: 1.6rem;
  color: #0071BD;
}
.introduction .introduction-bottom p {
  font-size: 24px;
  padding-top: 1rem;
  font-weight: bold;
  font-family: "-apple-system", BlinkMacSystemFont, "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Yu Gothic Medium", "Noto Sans Japanese", "メイリオ", "Hiragino Kaku Gothic ProN", "MS PGothic", Osaka, "sans-serif";
}

/*--------------------------------
	CTA
--------------------------------*/
.cta {
  background: #1BA8DB;
  padding: 40px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cta .cta_left .isome {
  width: 44vw;
  transform: translateX(-6vw);
  overflow: hidden;
}
.cta .cta_right {
  margin-right: 10vw;
  color: #fff;
}
.cta .cta_right .cta_title {
  width: 46vw;
}
.cta .cta_right .cta_text01 {
  font-size: 2.8rem;
  text-align: center;
  margin-top: 1.5rem;
  font-weight: bold;
}
.cta .cta_right .cta_textsub {
  font-size: 1.4rem;
  text-align: center;
  margin-top: 5px;
  font-weight: bold;
}
.cta .cta_right .cta_text02 {
  font-size: 2rem;
  text-align: center;
  margin: 30px auto 0;
  font-weight: bold;
}
.cta .cta_right .cta_btn {
  position: relative;
  width: 80%;
  margin: 20px auto 0;
}
.cta .cta_right .cta_btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #FD9026;
  font-size: 2rem;
  font-weight: bold;
  padding: 10px 0;
  border-radius: 50px;
}
.cta .cta_right .cta_btn a span {
  margin-right: 12px;
}
.cta .cta_right .cta_btn a span:last-child {
  margin-right: 0;
}
.cta .cta_right .cta_btn a:hover {
  text-decoration: none;
}

/*--------------------------------
	section4
--------------------------------*/
.corporation {
  background-color: #fcf2ca;
  padding: 105px 0 75px;
}
.corporation h2 {
  width: 54vw;
  font-size: 2.9rem;
  margin: 0 auto 50px;
  padding: 0.5rem 0;
  background-color: #ff5c95;
  color: #fff;
  text-align: center;
  border-radius: 50px;
  font-family: "Noto Sans Japanese";
  letter-spacing: 0.2rem;
}
.corporation .tit {
  font-size: 36px;
  font-weight: bold;
  font-family: "Noto Sans Japanese";
  display: flex;
  align-items: center;
}
.corporation .tit span {
  width: 80px;
  height: 80px;
  color: #fff;
  background-color: #1BA8DB;
  text-align: center;
  margin-right: 20px;
  font-family: "Oswald", sans-serif;
  font-size: 48px;
  border-radius: 100%;
}
.corporation .txt p {
  font-size: 18px;
  padding-top: 20px;
  font-weight: bold;
  font-family: "-apple-system", BlinkMacSystemFont, "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Yu Gothic Medium", "Noto Sans Japanese", "メイリオ", "Hiragino Kaku Gothic ProN", "MS PGothic", Osaka, "sans-serif";
}
.corporation .content {
  display: flex;
  align-items: center;
  justify-content: center;
}
.corporation .content .txt .tit p {
  font-size: 2rem;
}
.corporation .content figure {
  margin-left: 70px;
}
.corporation .content p {
  max-width: 635px;
  line-height: 2;
}
.corporation .content1 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 60px;
}
.corporation .content1 .txt .tit p {
  font-size: 2rem;
}
.corporation .content1 figure {
  margin-right: 70px;
}
.corporation .content1 p {
  max-width: 635px;
  line-height: 2;
}

/*--------------------------------
	section5
--------------------------------*/
.cost {
  background: url(../img/bg2.jpg) no-repeat center center;
  background-size: cover;
  padding: 120px 0 50px;
  font-family: "Noto Sans Japanese";
}
.cost .cost-top h3 {
  background-color: #1BA8DB;
  color: #fff;
  font-size: 2.875rem;
  text-align: center;
  border-radius: 20px 20px 0 0;
}
.cost .cost-1 {
  border: 2px solid #1BA8DB;
  background-color: #fff;
  border-top: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px 40px 40px 68px;
  position: relative;
}
@media (min-width: 1300px) {
  .cost .cost-1 span.border::before {
    content: "";
    display: block;
    width: 116px;
    border: 1px solid #1BA8DB;
    position: absolute;
    bottom: 47px;
    left: 506px;
    transform: translateY(0) rotate(302deg);
    z-index: 4;
  }
  .cost .cost-1 span.border::after {
    content: "";
    display: block;
    width: 116px;
    border: 1px solid #1BA8DB;
    position: absolute;
    top: 47px;
    left: 506px;
    transform: translateY(0) rotate(58deg);
    z-index: 4;
  }
}
.cost .cost-1 .cost-left {
  font-weight: bold;
}
.cost .cost-1 .cost-left span {
  font-size: 24px;
}
.cost .cost-1 .cost-left div {
  font-size: 36px;
  color: #1BA8DB;
}
.cost .cost-1 .cost-right {
  font-weight: bold;
  font-size: 24px;
  min-width: 500px;
}
.cost .cost-1 .cost-right .doll {
  font-size: 52px;
}
.cost .cost-1 .cost-right span {
  font-size: 44px;
}
.cost .cost-1::before {
  content: "";
  display: block;
  width: 50%;
  height: 100%;
  background-color: #EFF7FF;
  -webkit-clip-path: polygon(0 0, 90% 0, 100% 50%, 90% 100%, 0 100%);
          clip-path: polygon(0 0, 90% 0, 100% 50%, 90% 100%, 0 100%);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.cost .cost-1 > div {
  position: relative;
  z-index: 4;
}
.cost .cost-bottom {
  background-color: #fff;
  padding: 45px 0 55px;
  text-align: center;
  margin-top: 90px;
}
.cost .cost-bottom p {
  font-size: 22px;
  color: #4c4c4c;
  line-height: 2;
  padding-top: 45px;
}
.cost .cost-bottom h3 {
  font-size: 38px;
  padding-top: 30px;
}
.cost .cost-bottom h3 .blue {
  font-size: 46px;
}
.cost .cost-bottom h3 div {
  display: inline-block;
  font-style: normal;
  position: relative;
}
.cost .cost-bottom h3 div::before {
  content: "";
  display: block;
  width: 100%;
  height: 12px;
  background-color: #ffcf0e;
  position: absolute;
  bottom: 8px;
  left: 0;
  z-index: 2;
}
.cost .cost-bottom h3 div big {
  position: relative;
  z-index: 3;
  font-size: 38px;
}
.cost .cost-bottom .mark {
  max-width: 90px;
  margin: 0 auto;
}
.cost .cost-bottom .mark img {
  width: 100%;
}
.cost .flow {
  position: relative;
  margin-top: 12vh;
}
.cost .flow .inner {
  max-width: 1600px;
}
.cost .flow--title {
  font-size: 2.875rem;
  margin-bottom: 5rem;
  text-align: center;
  color: #1BA8DB;
  display: flex;
  align-items: center;
}
.cost .flow--title::before, .cost .flow--title::after {
  content: "";
  width: 20%;
  height: 2px;
  background: #1ba8db;
  flex-grow: 1;
}
.cost .flow--title::before {
  margin: 0 30px 0 0;
}
.cost .flow--title::after {
  margin: 0 0 0 30px;
}
.cost .flow--content ul {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.cost .flow--content ul li.flow-item {
  width: 15%;
  margin-right: 20px;
}
.cost .flow--content ul li.arrow {
  width: 20px;
  margin-right: 20px;
}
.cost .flow--content ul.first {
  padding-right: 100px;
}
.cost .flow--content ul.first li:nth-child(9).flow-item {
  margin-right: 10vw;
}
.cost .flow--content ul.second {
  padding-left: 100px;
  margin-bottom: 8vh;
}
.cost .flow--content ul.second li:first-child {
  margin-left: 5vw;
}
.cost .flow .flow_arrow_btm {
  width: 16%;
  margin: 0 auto 5vh;
}
.cost .flow .flow-last {
  width: 60vw;
  margin: 0 auto;
  padding-bottom: 30vh;
}
.cost .flow .flow_isome {
  width: 20%;
  position: absolute;
  bottom: 12vh;
  right: 13vw;
}
.cost .cases-tit {
  display: block;
  max-width: 345px;
  margin: 110px auto 0;
  background-color: #1ba8db;
  color: #fff;
  text-align: center;
  padding: 20px 0;
  font-size: 2.875rem;
  font-weight: bold;
  border-radius: 60px;
}
.cost .cases-achieve {
  width: 30vw;
  margin: 50px auto 30px;
}
.cost .cases-txt {
  font-size: 2.6rem;
  color: #1ba8db;
  font-weight: bold;
  text-align: center;
}

/*--------------------------------
	section6
--------------------------------*/
.occupation {
  font-family: "Noto Sans Japanese";
}
.occupation .occupation1 {
  display: flex;
}
.occupation .occupation1 .content {
  padding-left: 140px;
  position: relative;
  display: flex;
  align-items: center;
}
.occupation .occupation1 .content > big {
  position: absolute;
  top: -22px;
  right: 19px;
  font-size: 170px;
  font-family: "Oswald", sans-serif;
  color: #eff5f9;
  font-style: italic;
  line-height: 1;
}
.occupation .occupation1 p {
  max-width: 500px;
}
.occupation .occupation1 figure, .occupation .occupation1 > div {
  width: 50%;
}
.occupation .occupation1 figure img, .occupation .occupation1 > div img {
  width: 100%;
}
.occupation .occupation2 {
  display: flex;
  justify-content: flex-end;
}
.occupation .occupation2 p {
  max-width: 500px;
}
.occupation .occupation2 .content {
  padding-right: 140px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.occupation .occupation2 .content > big {
  position: absolute;
  top: -22px;
  left: -19px;
  font-size: 170px;
  font-family: "Oswald", sans-serif;
  color: #eff5f9;
  font-style: italic;
  line-height: 1;
}
.occupation .occupation2 figure, .occupation .occupation2 > div {
  width: 50%;
}
.occupation .occupation2 figure img, .occupation .occupation2 > div img {
  width: 100%;
}
.occupation .occupation-1 {
  font-size: 24px;
  font-weight: bold;
}
.occupation .occupation-2 {
  display: flex;
  font-size: 24px;
  font-weight: bold;
}
.occupation .occupation-2 div {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 94px;
  height: 94px;
  padding-bottom: 30px;
  line-height: 1;
  margin-top: -30px;
  background-color: #ff5c95;
  color: #fff;
  border-radius: 100%;
}
.occupation .occupation-2 div big {
  font-family: "Oswald", sans-serif;
  font-size: 40px;
}
.occupation .occupation1-box p {
  padding-top: 40px;
  font-size: 20px;
}

/*--------------------------------
	FAQ
--------------------------------*/
.faq {
  padding: 110px 0;
  background-color: #FCF2CA;
}
.faq h2 {
  display: block;
  max-width: 421px;
  margin: 0 auto 8vh;
  background-color: #ff5c95;
  color: #fff;
  text-align: center;
  padding: 20px 0;
  font-size: 2.875rem;
  font-weight: bold;
  border-radius: 60px;
}
.faq .content {
  background-color: #fff;
  padding: 20px 0;
  margin-bottom: 30px;
  border-radius: 20px;
}
.faq .content .item {
  display: flex;
  align-items: center;
}
.faq .content .item .q {
  color: #1ba8db;
  font-size: 2.875rem;
  font-weight: bold;
  padding: 0 40px 0;
}
.faq .content .item .text {
  font-size: 1.2rem;
  font-weight: bold;
}
.faq .content .item .text a {
  text-decoration: underline;
  color: #1BA8DB;
}
.faq .content .item .text.question {
  font-size: 1.6rem;
  font-weight: bold;
}
.faq .content .item .text.two-line {
  padding: 1.2rem 0;
}
.faq .content .item .a {
  color: #ff5c95;
  font-size: 2.875rem;
  font-weight: bold;
  padding: 0 40px 0;
}
.faq .content .border {
  border-bottom: 1px solid #707070;
  width: 93%;
  margin: 0 auto;
}
.faq .content:last-child {
  margin-bottom: 0;
}

/*--------------------------------
	CONTACT
--------------------------------*/
.contact {
  background-color: #ffebf1;
  padding: 100px 0;
  text-align: center;
  font-family: "Noto Sans Japanese";
}
.contact h2 {
  font-size: 2.875rem;
  color: #ff5c95;
  background-color: #fff;
  padding: 5px 0;
  border-radius: 60px;
}
.contact .content {
  background-color: #fff;
  margin-top: 50px;
  padding: 60px 110px;
  border-radius: 20px;
}
.contact .content dl {
  display: flex;
  margin-bottom: 40px;
}
.contact .content dl input {
  width: 100%;
  height: 100%;
  background-color: #f5f5f5;
  border: 1px solid #e0e0e0;
  padding: 20px 15px;
  font-size: 12px;
  line-height: 1;
}
.contact .content dl select {
  width: 100%;
  height: 100%;
  background-color: #f5f5f5;
  border: 1px solid #e0e0e0;
  padding: 20px 15px;
  line-height: 1;
  color: #888;
  font-size: 12px;
}
.contact .content dl select option {
  color: #555;
}
.contact .content dl dt {
  min-width: 265px;
  font-size: 24px;
  font-weight: bold;
  text-align: left;
  display: flex;
}
.contact .content dl dt span {
  color: red;
}
.contact .content dl dd {
  width: 100%;
}
.contact .content dl dd textarea {
  font-size: 14px;
}
.contact .content textarea {
  width: 100%;
  background-color: #f5f5f5;
  border: 1px solid #e0e0e0;
  resize: none;
  height: 150px;
  overflow-y: scroll;
  padding: 15px;
  color: #888;
  font-size: 16px;
  font-family: "-apple-system", BlinkMacSystemFont, "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Yu Gothic Medium", "Noto Sans Japanese", "メイリオ", "Hiragino Kaku Gothic ProN", "MS PGothic", Osaka, "sans-serif";
}
.contact .content .policy {
  width: 100%;
  background-color: #f5f5f5;
  border: 1px solid #e0e0e0;
  resize: none;
  height: 150px;
  overflow-y: scroll;
  text-align: left;
  padding: 15px;
  color: #888;
  font-size: 16px;
  font-family: "-apple-system", BlinkMacSystemFont, "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Yu Gothic Medium", "Noto Sans Japanese", "メイリオ", "Hiragino Kaku Gothic ProN", "MS PGothic", Osaka, "sans-serif";
}
.contact .content p {
  padding: 30px 0;
  font-size: 18px;
  font-weight: bold;
  color: #4d4d4d;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact .content p label {
  display: block;
  margin-left: 5px;
}
.contact .content .submit input {
  width: 330px;
  font-size: 24px;
  background-color: #ff5c95;
  border: none;
  color: #fff;
  padding: 12px 80px;
  cursor: pointer;
  transition: 0.3s;
  font-weight: bold;
  border-radius: 60px;
}
.contact .content .submit input:hover {
  opacity: 0.8;
}

/*--------------------------------
	COMPANY
--------------------------------*/
.company .inner {
  max-width: 960px;
  margin: 110px auto 5vh;
}
.company .inner h2 {
  display: block;
  max-width: 174px;
  margin: 0 auto 5vh;
  background-color: #1ba8db;
  color: #fff;
  text-align: center;
  padding: 12px 0;
  font-size: 1.5rem;
  font-weight: bold;
  border-radius: 60px;
}
.company .inner .content {
  font-size: 1.2rem;
  font-weight: bold;
}
.company .inner .content dl {
  display: grid;
  grid-template-columns: 30% 1fr;
  padding: 20px 0;
  border-bottom: 2px dashed #1ba8db;
}

.normalmove {
  transform: translateY(50px);
  opacity: 0;
}

.normalanimate {
  transform: translateY(0%);
  opacity: 1;
  transition-timing-function: cubic-bezier(0.34, 0.96, 0.56, 0.99);
  transition: 0.9s;
}

/*--------------------------------
	footer
--------------------------------*/
footer {
  text-align: center;
  padding: 55px 0;
}
footer p {
  font-size: 16px;
}
footer .content {
  display: flex;
  justify-content: center;
  margin-top: 15px;
}
footer .content div:last-child {
  margin-left: 25px;
}
footer .foot-logo {
  display: block;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 30px;
  transition: 0.3s;
}
footer .foot-logo img {
  max-width: 200px;
  margin: 0 auto;
}
footer .foot-logo:hover {
  opacity: 0.8;
  text-decoration: none;
  color: #333;
}

/*--------------------------------
	thanks page
--------------------------------*/
.page-thanks header {
  background-color: rgba(255, 255, 255, 0.9);
}
.page-thanks .thanks {
  margin-top: 139px;
  padding: 70px 20px;
  text-align: center;
  background-color: #ffebf1;
}
.page-thanks .thanks h3 {
  font-size: 36px;
  font-weight: 700;
  padding-bottom: 30px;
}
.page-thanks .thanks a {
  font-size: 24px;
  background-color: #ffcf0e;
  border: none;
  color: #000;
  padding: 15px 80px;
  cursor: pointer;
  transition: 0.3s;
  font-weight: bold;
}
.page-thanks .thanks a:hover {
  color: #000;
  text-decoration: none;
  background-color: #e8be16;
}
.page-thanks .thanks p {
  font-size: 18px;
  line-height: 2;
  text-align: center;
  padding: 0 30px 50px;
}

/*------ min-width -------*/
@media screen and (min-width: 767px) {
  .hero .content_inner {
    padding-left: 8vw;
  }
  .reward {
    max-width: 620px !important;
  }
  .l-container-wide {
    display: flex;
    margin: 0 0 20px -125px;
  }
  .introduction .introduction-top figure {
    max-width: 330px;
  }
  .introduction .support {
    font-size: 24px;
    margin-top: 20px;
    margin-left: 120px;
  }
  .cta {
    padding: 70px 0;
  }
  .cta .cta_text01 {
    font-size: 23px;
  }
  .cta .cta_text02 {
    margin: 60px auto 0;
    font-size: 28px;
  }
  .cta .cta_text02::after {
    height: 12px;
  }
  .cta .cta_btn {
    width: 340px;
    height: 68px;
    margin: 20px auto 0;
  }
  .cta .cta_btn a {
    line-height: 68px;
    font-size: 22px;
    position: relative;
    z-index: 2;
  }
}
/*------ max-with -------*/
@media (max-width: 1700px) {
  .occupation .occupation1 .content > big, .occupation .occupation2 .content > big, .occupation .occupation1 .content > big {
    top: -15px;
  }
  .occupation .occupation2 .content > big,
  .occupation .occupation1 .content > big {
    font-size: 130px;
  }
}
@media (max-width: 1600px) {
  header .main-ul li {
    margin-right: 38px;
  }
  header .main-ul li .main-tel {
    width: 18vw;
  }
  header .main-ul li .main-tel a {
    font-size: 1.4rem;
  }
  .occupation .occupation1 .content {
    padding-left: 70px;
  }
  .occupation .occupation2 .content {
    padding-right: 70px;
  }
  .subsidies .right {
    right: 0;
    max-width: 230px;
  }
  .subsidies .left {
    left: 0;
    max-width: 200px;
  }
  .subsidies .content {
    font-size: 20px;
  }
}
@media (max-width: 1500px) {
  .occupation .occupation2 .content > big {
    right: 19px;
    left: auto;
  }
}
@media (max-width: 1400px) {
  .corporation .tit {
    font-size: 28px;
  }
  .corporation .tit span {
    width: 70px;
    height: 70px;
    font-size: 40px;
  }
  .corporation .content figure {
    margin-left: 40px;
  }
  .corporation .content p {
    max-width: 550px;
  }
  .corporation .content1 figure {
    margin-right: 40px;
  }
  .corporation .content1 p {
    max-width: 550px;
  }
}
@media (max-width: 1300px) {
  .introduction .introduction-2 {
    font-size: 28px;
  }
  .introduction .introduction-top h2 {
    font-size: 46px;
  }
  .introduction .introduction-top .introduction-1 p {
    font-size: 30px;
  }
  .corporation .content figure,
  .corporation .content1 figure {
    max-width: 500px;
  }
  .occupation .occupation1-box p {
    padding-top: 30px;
    font-size: 16px;
  }
  .cost .cost-1 .cost-right {
    font-size: 20px;
    min-width: 400px;
  }
}
@media (max-width: 1199px) {
  .toggle-btn {
    display: block;
  }
  .ghost-nav {
    display: flex;
  }
  header .main-ul {
    display: none;
  }
  .subsidies .right {
    max-width: 180px;
  }
  .subsidies .left {
    top: -35px;
    max-width: 155px;
  }
  .subsidies .content {
    font-size: 18px;
  }
  .introduction .introduction-2 {
    font-size: 22px;
  }
  .introduction .introduction-bottom p {
    font-size: 18px;
  }
  .corporation .content {
    flex-wrap: wrap;
    justify-content: flex-start;
    flex-direction: column;
  }
  .corporation .content figure {
    margin-left: 0;
    margin-bottom: 30px;
  }
  .corporation .content .txt {
    order: 2;
  }
  .corporation .content1 {
    flex-wrap: wrap;
    justify-content: flex-start;
    flex-direction: column;
    margin-top: 50px;
  }
  .corporation .content1 figure {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .corporation .content1 .txt {
    order: 2;
  }
  .corporation .content1 .txt .tit {
    display: block;
  }
  .corporation .content1 .txt .tit span {
    display: block;
    width: 58px;
    height: 58px;
    margin: 0 auto;
    font-size: 2.2rem;
  }
  .corporation .content1 .txt .tit p {
    text-align: center;
  }
  .cost .cost-1 {
    padding: 40px;
  }
  .cost .cost-1 .cost-right span {
    font-size: 36px;
  }
  .occupation .occupation2 .content,
  .occupation .occupation1 .content {
    padding: 0 20px;
  }
  .introduction .introduction-top h2 {
    font-size: 38px;
  }
  .introduction .introduction-top .introduction-1 .mark {
    max-width: 70px;
    margin-right: 20px;
  }
  .introduction .introduction-top .introduction-1 p {
    font-size: 24px;
  }
}
@media (max-width: 1100px) {
  .introduction .introduction-top h2 {
    font-size: 40px;
  }
  .introduction .introduction-top .introduction-1 p {
    font-size: 20px;
  }
  .cost .cost-1 .cost-left div {
    font-size: 30px;
  }
  .cost .cost-1 .cost-right {
    min-width: 350px;
  }
  .cost .cost-1 .cost-right .doll {
    font-size: 40px;
  }
  .cost .cost-1 .cost-right span {
    font-size: 30px;
  }
  .occupation .occupation1 {
    display: block;
    margin-bottom: 40px;
  }
  .occupation .occupation1 p {
    max-width: 100%;
  }
  .occupation .occupation1 .content {
    padding-top: 30px;
  }
  .occupation .occupation1 figure, .occupation .occupation1 > div {
    width: 100%;
  }
  .occupation .occupation2 {
    flex-wrap: wrap;
    justify-content: flex-start;
    flex-direction: column;
    margin-bottom: 40px;
  }
  .occupation .occupation2 p {
    max-width: 100%;
  }
  .occupation .occupation2 .content {
    order: 2;
    justify-content: flex-start;
    padding-top: 30px;
  }
  .occupation .occupation2 figure, .occupation .occupation2 > div {
    width: 100%;
  }
  .contact h2 {
    font-size: 34px;
  }
}
@media (max-width: 1000px) {
  .hero .content figure {
    max-width: 600px;
  }
  .subsidies .tit {
    max-width: 700px;
    font-size: 36px;
    padding: 20px;
  }
  .subsidies .left {
    top: 0;
    max-width: 90px;
    left: 10px;
  }
  .subsidies .right {
    right: 10px;
    max-width: 100px;
  }
  .introduction .introduction-2 {
    font-size: 18px;
  }
  .introduction .introduction-bottom p {
    font-size: 16px;
    padding-top: 28px;
  }
  .introduction .introduction-top h2 {
    font-size: 30px;
  }
  .introduction .introduction-top .introduction-1 {
    padding-top: 50px;
  }
  .introduction .introduction-top figure {
    max-width: 300px;
  }
  .corporation h2 {
    max-width: 700px;
    font-size: 36px;
  }
  .cost .cost-1 {
    padding: 20px;
  }
  .cost .cost-1 .cost-left span {
    font-size: 20px;
  }
  .cost .cost-1 .cost-left div {
    font-size: 24px;
  }
  .cost .cost-1 .cost-right .doll {
    font-size: 36px;
  }
  .cost .cost-1 .cost-right span {
    font-size: 24px;
  }
}
@media (max-width: 900px) {
  .hero .hero-4 {
    font-size: 22px;
  }
  .subsidies .left {
    top: 52px;
    max-width: 70px;
  }
  .subsidies .right {
    top: 45px;
  }
  .subsidies .tit {
    max-width: 650px;
  }
  .introduction .introduction-top {
    padding: 30px;
  }
  .introduction .introduction-top figure {
    max-width: 200px;
  }
  .introduction .introduction-bottom {
    padding: 30px;
  }
  .cost .cost-top h3 {
    font-size: 36px;
  }
  .cost .cost-bottom h3 {
    font-size: 30px;
  }
  .cost .cost-bottom h3 .blue {
    font-size: 34px;
  }
  .cost .cost-bottom h3 big {
    font-size: 30px;
  }
  .cost .cost-1 .cost-left div {
    font-size: 20px;
  }
  .cost .cost-1 .cost-left span {
    font-size: 18px;
  }
  .cost .cost-1 .cost-right {
    font-size: 16px;
    min-width: 285px;
  }
  .cost .cost-1 .cost-right .doll {
    font-size: 28px;
  }
  .cost .cost-1 .cost-right span {
    font-size: 20px;
  }
  .contact h2 {
    font-size: 28px;
  }
  .contact .content {
    padding: 40px;
  }
  .contact .content dl dt {
    font-size: 20px;
  }
}
@media (min-width: 767px) and (max-width: 820px) {
  .pc {
    display: none;
  }
  .display-tb {
    display: block;
  }
  .tb-none {
    display: none;
  }
  .sp_logo {
    transform: translateX(-30vw);
  }
  .hero::before {
    width: 100%;
  }
  .hero::after {
    display: none;
  }
  .hero .hero-news--head span {
    height: 82px;
    font-size: 3vh;
    line-height: 82px;
    padding: 0;
  }
  .subsidies .left {
    display: none;
  }
  .subsidies .right {
    display: none;
  }
  .cta {
    display: block;
  }
  .cta .cta_left .isome {
    width: 50vw;
    transform: none;
    margin: 0 auto;
  }
  .cta .cta_right {
    margin: 0 auto;
  }
  .cta .cta_right .cta_title {
    width: 72vw;
    margin: 3vh auto 0;
  }
  .cta .cta_right .cta_text01 {
    font-size: 2rem;
  }
  .corporation h2 {
    width: 75%;
  }
  .corporation .content p {
    margin: 0 auto;
  }
  .corporation .content1 .txt .tit {
    display: flex;
  }
  .corporation .content1 .txt .tit span {
    width: 70px;
    height: 70px;
    font-size: 40px;
    margin: 0 20px 0 0;
  }
  .cost .flow--title {
    font-size: 2rem;
  }
  .cost .flow .flow-last {
    padding-bottom: 18vh;
  }
  .cost .cases-achieve {
    width: 50vw;
  }
  .cost .cases-txt {
    font-size: 2rem;
  }
  .top-btn {
    bottom: 20vh;
  }
}
@media (max-width: 767px) {
  .hero {
    height: 100vh;
  }
  .hero .hero-left {
    width: 70%;
  }
  .hero .hero-right {
    right: 0;
    bottom: -80px;
  }
  .hero::before {
    width: 80%;
  }
  .hero .content {
    padding: 130px 0 140px;
  }
  .hero .content figure {
    max-width: 450px;
  }
  .hero .content > span {
    font-size: 14px;
    padding: 0 15px;
  }
  .hero .content > span::before, .hero .content > span::after {
    height: 17px;
  }
  .hero .hero-4 {
    font-size: 20px;
  }
  .hero .hero-4 small {
    font-size: 14px;
    padding-top: 10px;
  }
  .contact .content dl {
    flex-direction: column;
  }
  .contact .content dl dd {
    margin-top: 6px;
  }
  .contact .content p {
    display: block;
  }
  .contact .content p label {
    display: inline;
  }
  .hero-menu {
    max-width: 100%;
  }
  .hero-menu .hero-contact {
    font-size: 14px;
    padding: 20px 8px 10px;
  }
  .hero-menu .hero-contact svg {
    width: 16px;
    height: 16px;
  }
  .hero-menu .hero-tel,
  .hero-menu .hero-contact {
    font-size: 1rem;
    padding: 10px 8px 15px;
  }
  .subsidies {
    padding: 5vh 0 60px;
  }
  .subsidies .right {
    display: none;
  }
  .subsidies .left {
    display: none;
  }
  .subsidies .p1 p .exe {
    font-size: 1.2rem;
  }
  .subsidies .p2 {
    padding-top: 15px;
  }
  .subsidies .inner {
    margin-top: 30px;
    padding: 0 10vw;
  }
  .subsidies .content {
    font-size: 14px;
  }
  .subsidies .tit {
    max-width: 300px;
    font-size: 18px;
    padding: 10px;
    line-height: 1.4;
  }
  .introduction {
    padding: 30px 0;
  }
  .introduction .introduction-top figure {
    max-width: 150px;
  }
  .introduction .introduction-top .introduction-1 {
    padding-top: 30px;
  }
  .introduction .introduction-top .introduction-1 p {
    font-size: 1.1rem;
  }
  .introduction .introduction-top .introduction-1 .mark {
    max-width: 30px;
    margin-right: 10px;
  }
  .introduction .introduction-top h2 {
    font-size: 16px;
    margin-left: 1.2rem;
  }
  .introduction .introduction-top h2::after {
    height: 5px;
    bottom: 2px;
  }
  .introduction .introduction-bottom p {
    font-size: 14px;
    padding-top: 15px;
  }
  .introduction .introduction-2 {
    font-size: 14px;
  }
  .introduction .introduction-2 h3 {
    padding-bottom: 0;
  }
  .introduction .introduction-2 h3::after {
    display: none;
  }
  .cta {
    display: block;
    padding: 5vh 20px;
  }
  .cta .cta_left .isome {
    width: 100%;
    transform: translateX(0);
    margin: 0 auto;
    overflow: inherit;
  }
  .cta .cta_right {
    margin: 0 auto;
  }
  .cta .cta_right .cta_title {
    width: 100%;
    margin: 5vh auto 0;
  }
  .cta .cta_right .cta_text01 {
    font-size: 1.2rem;
  }
  .cta .cta_right .cta_textsub {
    font-size: 0.9rem;
  }
  .cta .cta_right .cta_text02 {
    font-size: 1.2rem;
  }
  .cta .cta_right .cta_btn {
    width: 85vw;
  }
  .cta .cta_right .cta_btn a {
    font-size: 1.2rem;
  }
  .cta .cta_right .cta_btn a span:last-child {
    padding-top: 2px;
  }
  .corporation {
    padding: 50px 30px;
  }
  .corporation .content .txt .tit,
  .corporation .content1 .txt .tit {
    display: block;
  }
  .corporation .content .txt .tit span,
  .corporation .content1 .txt .tit span {
    display: block;
    width: 58px;
    height: 58px;
    margin: 0 auto;
    font-size: 2.2rem;
  }
  .corporation .content .txt .tit p,
  .corporation .content1 .txt .tit p {
    text-align: center;
    font-size: 1.6rem;
    padding: 20px 0;
    line-height: 1.5;
    font-weight: bold;
    color: #000;
  }
  .corporation .content p,
  .corporation .content1 p {
    font-size: 1rem;
    line-height: 1.5;
  }
  .corporation .content figure,
  .corporation .content1 figure {
    width: 80%;
    margin: 0 auto;
  }
  .corporation h2 {
    padding: 10px;
    width: 85vw;
    font-size: 1.4rem;
  }
  .cost {
    padding: 50px 0 30px;
  }
  .cost .inner {
    padding: 0 30px;
  }
  .cost .occupation-tit {
    max-width: 250px;
    font-size: 14px;
    padding: 10px 0;
    margin: 50px auto 0;
  }
  .cost .cost-top {
    text-align: center;
  }
  .cost .cost-top h3 {
    font-size: 20px;
    padding: 8px 0;
  }
  .cost .cost-top .cost-bg {
    position: relative;
    height: 648px;
    background: transparent url(../img/sp/bg_cost.png) no-repeat center center/contain;
  }
  .cost .cost-top .cost-bg .cost-1 {
    position: absolute;
    padding: 0;
    background-color: transparent;
    border: none;
    left: 12.8vw;
  }
  .cost .cost-top .cost-bg .cost-1 .cost-right {
    font-size: 1.4rem;
    min-width: 230px;
    padding-top: 3.8vh;
  }
  .cost .cost-top .cost-bg .cost-1 .cost-right .doll {
    font-size: 1.8rem;
  }
  .cost .cost-top .cost-bg .cost-1 .cost-right span {
    font-size: 1.4rem;
  }
  .cost .cost-top .cost-bg .cost-1 .cost-left span {
    font-size: 0.8rem;
  }
  .cost .cost-top .cost-bg .cost-1 .cost-left div {
    font-size: 1.2rem;
  }
  .cost .flow--title {
    font-size: 1.2rem;
    margin-bottom: 5rem;
    text-align: center;
    color: #1BA8DB;
    display: flex;
    align-items: center;
  }
  .cost .flow--title::before, .cost .flow--title::after {
    content: "";
    width: 10%;
    height: 2px;
    background: #1ba8db;
    flex-grow: 1;
  }
  .cost .flow--title::before {
    margin: 0 15px 0 0;
  }
  .cost .flow--title::after {
    margin: 0 0 0 15px;
  }
  .cost .flow .flow-last {
    padding-bottom: 5vh;
  }
  .cost .flow .flow-last .flow_isome {
    position: static;
    width: 100%;
    margin: 0 auto;
  }
  .cost .cases-tit {
    width: 100%;
    margin: 5vh auto;
    padding: 10px 0;
    font-size: 1.4rem;
  }
  .cost .cases-achieve {
    width: 70vw;
    margin: 0 auto 5vh;
  }
  .cost .cases-txt {
    font-size: 1rem;
  }
  .occupation .occupation-1 {
    font-size: 14px;
  }
  .occupation .occupation1-box p {
    padding-top: 20px;
    font-size: 14px;
  }
  .occupation .occupation-2 {
    font-size: 14px;
  }
  .occupation .occupation-2 div {
    width: 50px;
    height: 50px;
    padding-bottom: 15px;
    margin-top: -10px;
  }
  .occupation .occupation-2 div big {
    font-size: 20px;
  }
  .occupation .occupation2 .content > big,
  .occupation .occupation1 .content > big {
    font-size: 50px;
    top: 0;
  }
  .faq {
    padding: 8vh 0;
  }
  .faq h2 {
    width: 100%;
    font-size: 1.4rem;
    padding: 10px 0;
    margin: 0 auto 5vh;
  }
  .faq .content {
    padding: 20px;
  }
  .faq .content .item .q,
  .faq .content .item .a {
    font-size: 2rem;
    padding: 0 1.4rem 0 0;
  }
  .faq .content .item .text {
    font-size: 1rem;
    font-weight: normal;
  }
  .faq .content .item .text.question {
    font-size: 1rem;
    font-weight: bold;
  }
  .faq .content .item .text.two-line {
    padding: 0;
  }
  .faq .content .border {
    margin: 0.4rem 0;
  }
  .contact {
    padding: 5vh 0;
  }
  .contact .content {
    padding: 20px;
    margin-top: 30px;
  }
  .contact .content .submit input {
    width: 100%;
    font-size: 1.2rem;
    padding: 10px 25px;
  }
  .contact .content p {
    padding: 20px 0;
    font-size: 14px;
  }
  .contact .content textarea,
  .contact .content .policy {
    font-size: 14px;
  }
  .contact .content dl {
    margin-bottom: 20px;
  }
  .contact .content dl input,
  .contact .content dl select {
    padding: 10px;
  }
  .contact .content dl dt {
    font-size: 14px;
    min-width: 140px;
  }
  .contact h2 {
    font-size: 20px;
  }
  .company .inner {
    padding: 5vh 10vw;
    margin: 0;
  }
  .company .inner h2 {
    width: 100%;
    max-width: 196px;
    font-size: 1.4rem;
    padding: 10px 0;
    margin: 0 auto 2vh;
  }
  .company .inner .content {
    font-size: 1rem;
  }
  .company .inner .content dl {
    display: grid;
    grid-template-columns: 100%;
  }
  .company .inner .content dl dt {
    padding-bottom: 0.4rem;
  }
  footer {
    padding: 40px 20px;
  }
  footer .foot-logo {
    font-size: 16px;
  }
  footer .foot-logo img {
    max-width: 160px;
  }
  footer .content {
    margin-top: 10px;
  }
  footer p {
    font-size: 14px;
  }
  .thanks {
    padding: 60px 20px;
    margin-top: 119px;
  }
  .thanks h3 {
    font-size: 20px;
    padding-bottom: 15px;
  }
  .thanks p {
    font-size: 14px;
    padding: 0 0 30px;
  }
  .thanks a {
    font-size: 16px;
    padding: 10px 50px;
  }
}
@media (max-width: 550px) {
  .introduction .introduction-top figure {
    max-width: 110px;
  }
  .cost .cost-top .cost-bg {
    margin-bottom: 50px;
  }
  .cost .cost-1 {
    display: block;
  }
  .cost .cost-1::before {
    display: none;
  }
  .cost .flow {
    margin: 0;
  }
  .cost .flow--title {
    margin-bottom: 30px;
  }
  .cost .flow--content {
    margin-bottom: 5vh;
  }
  .cost .flow--content .arrow {
    width: 40px;
    margin: 8px auto;
  }
  .cost .flow .flow_isome {
    position: static;
    width: 95%;
    padding-left: 30px;
    margin: 20px auto 0;
  }
}
@media (max-width: 500px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .display-pc {
    display: none;
  }
  .display-sp {
    display: block;
  }
  .sp_logo {
    transform: translateX(-50px);
  }
  .top-btn {
    width: 60px;
    position: fixed;
    right: 0;
    bottom: 8vh;
    z-index: 100;
  }
  .homehead {
    padding: 10px 0;
  }
  .homehead .inner {
    padding: 0 0 0 10px;
  }
  .homehead .inner .logo {
    max-width: 256px;
  }
  .toggle-btn {
    top: 14px;
  }
  .hero-menu {
    top: auto;
    bottom: 0;
    left: 0;
    transform: translateY(0);
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border: none;
    z-index: 100;
  }
  .hero-menu a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
  }
  .hero-menu a.hero-contact, .hero-menu a.hero-tel {
    height: 50px;
    padding: 12px 10px 10px;
    font-size: 1.2rem;
    border: none;
    box-shadow: 0px -4px 13px -3px rgba(0, 0, 0, 0.35);
  }
  .hero-menu a.hero-contact img, .hero-menu a.hero-tel img {
    height: 24px;
    margin-right: 10px;
  }
  .hero-menu a.hero-contact {
    border-top-left-radius: 0;
  }
  .hero-menu a.hero-tel {
    border-bottom-left-radius: 0;
  }
  .hero {
    height: 76vh;
    background: url(../img/sp/bg_hero.png) no-repeat top center/cover;
  }
  .hero::before {
    width: 100%;
  }
  .hero .hero-left {
    width: 80%;
    left: -27%;
    bottom: 14%;
  }
  .hero .hero-right {
    top: 75%;
    width: 112%;
  }
  .hero .content {
    padding: 10vh 0 0;
  }
  .hero .content .target {
    width: 90vw;
    margin: 0 auto 0;
  }
  .hero .content .target .forsam {
    font-size: 1.2rem;
    padding: 0.2rem 1rem;
    margin-bottom: 1rem;
  }
  .hero .content .hero-title {
    width: 90vw;
    margin: 0 auto;
  }
  .hero .content .hero-4 {
    width: 90vw;
    text-align: left;
    margin: 1rem auto 0;
    font-size: 1.25rem;
  }
  .hero .content .hero-4 small {
    font-size: 12px;
  }
  .hero .content figure.reward {
    width: 90vw;
    margin: 1.4rem auto 0;
  }
  .hero::before {
    background: none;
  }
  .hero::after {
    background: none;
  }
  .introduction .introduction-top {
    padding: 15px;
  }
  .introduction .introduction-top .introduction-1 {
    padding-top: 15px;
  }
  .introduction .introduction-top .support {
    font-size: 1rem;
  }
  .introduction .introduction-top figure {
    position: static;
    transform: translateY(0);
    max-width: 200px;
    margin: 0 auto 30px;
  }
  .introduction .introduction-bottom {
    padding: 15px;
  }
  .introduction .introduction-bottom .introduction-2 h3 {
    font-size: 1rem;
  }
  .introduction .introduction-bottom p {
    font-size: 1rem;
  }
  .flow--content ul {
    display: block;
  }
  footer {
    margin-bottom: calc(constant(safe-area-inset-bottom) + 56px);
    margin-bottom: calc(env(safe-area-inset-bottom) + 56px);
  }
  footer .content {
    display: block;
  }
  footer .content div:last-child {
    margin-left: 0;
  }
}
@media screen and (max-width: 428px) {
  .hero {
    height: 78vh;
  }
  .l-hero-news {
    width: 90vw;
    margin: 0 auto;
    z-index: 7;
  }
  .l-hero-news .hero-news {
    padding: 0;
  }
  .l-hero-news .hero-news--head {
    max-width: 18vw;
    transform: translate(0px, 38px);
  }
  .l-hero-news .hero-news--head span {
    height: 38px;
    line-height: 38px;
    font-size: 4vw;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .l-hero-news .hero-news--body {
    width: 76%;
    margin-left: 70px;
    height: 36px;
    font-size: 5vw;
  }
  .l-hero-news .hero-news--bodyText {
    padding-top: 3px;
  }
}
@media screen and (max-width: 375px) {
  .hero {
    height: 76vh;
  }
  .hero .content {
    padding: 10vh 0 0;
  }
}
@media (max-width: 360px) {
  .hero {
    height: 74vh;
  }
}
@media (max-width: 320px) {
  .hero {
    height: 88vh;
  }
  .hero .hero-5 {
    font-size: 13px;
  }
  .hero .content {
    padding: 130px 0 100px;
  }
  .hero .content figure {
    max-width: 240px;
  }
  .hero .hero-4 small {
    font-size: 14px;
  }
  .contact .content dl dt {
    font-size: 12px;
    min-width: 110px;
  }
  .hero-menu .hero-contact,
  .hero-menu .hero-tel {
    font-size: 12px;
  }
  footer {
    margin-bottom: calc(constant(safe-area-inset-bottom) + 54px);
    margin-bottom: calc(env(safe-area-inset-bottom) + 54px);
  }
  .hero .hero-4 {
    width: calc(100% - 50px);
  }
}/*# sourceMappingURL=style.css.map */