@charset "UTF-8";
/*------------------------------------------------------------------------------
    config
------------------------------------------------------------------------------*/
/***  media ***/
/***  color ***/
/*** font ***/
/*------------------------------------------------------------------------------
    reset
------------------------------------------------------------------------------*/
#wpadminbar {
  display: block !important;
  z-index: 9999999 !important;
}
html {
  font-size: 0.78125vw;
}
@media screen and (max-width: 819px) {
  html {
    font-size: 1vw;
  }
}
body {
  margin: 0;
  color: #000000;
  background: #ffffff;
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 160%;
}
* {
  box-sizing: border-box;
}
*:before,
*:after {
  box-sizing: border-box;
}
img {
  border: 0;
  margin: 0;
  vertical-align: top;
  max-width: 100%;
  height: auto;
}
p {
  margin: 0 0 1em;
  padding: 0;
  margin-block-start: 0px;
  margin-block-end: 0px;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}
p:last-child {
  margin-bottom: 0;
}
a {
  cursor: pointer;
  color: #000000;
  text-decoration: none;
}
a:link,
a:visited {
  color: #000000;
  text-decoration: none;
}
a:active {
  color: #04A268 !important;
}
input,
textarea,
select {
  font-family: "Noto Sans JP", sans-serif;
  border-radius: 0;
  outline: none;
}
table {
  border-collapse: collapse;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 15px;
  font-weight: normal;
  margin: 0;
  padding: 0;
  margin-block-start: 0;
  margin-block-end: 0;
}
#wrapper {
  position: relative;
  padding: 0;
  overflow: hidden;
}
dd,
dt {
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}
dl {
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}
.pc {
  display: block !important;
}
.sp {
  display: none !important;
}
/*------------------------------------------------------------------------------
    CSS reset
------------------------------------------------------------------------------*/
@media screen and (max-width: 819px) {
  body {
    position: static;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    font-size: 14px;
  }
  #wrapper {
    min-width: 320px;
    position: relative;
  }
  img {
    width: 100%;
    max-width: 100%;
  }
  input[type="submit"] {
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  input,
  select,
  textarea {
    font-size: 1.6rem !important;
  }
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
body,
p {
  line-height: 1.8;
}
@media screen and (min-width: 819px) {
  a {
    transition: 0.3s ease-in-out;
  }
  a:hover {
    opacity: 0.7;
  }
}
button {
  outline: none;
}
.inner {
  max-width: 480px;
  width: 100%;
  margin: auto;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  text-align: center;
}
/*------------------------------------------------------------------------------
    フェードインのCSS
------------------------------------------------------------------------------*/
.scrollanime {
  opacity: 0;
}
/*一瞬表示されるのを防ぐ*/
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
.scrollanime2 {
  opacity: 0;
}
/*一瞬表示されるのを防ぐ*/
.fadeInDown2 {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@-webkit-keyframes fadeInDown2 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
@keyframes fadeInDown2 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
/*2.上下の動きを指定*/
.updown {
  -webkit-transform: translateY(-100px);
  transform: translateY(-100px);
}
.downup {
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
}
.leftin {
  -webkit-transform: translateX(-30px);
  transform: translateX(-30px);
}
.rightin {
  -webkit-transform: translateX(30px);
  transform: translateX(30px);
}
/*3.左右の動きを指定*/
.sect02 {
  overflow: hidden;
}
/*横スクロールバーを隠す*/
.slide-right {
  -webkit-transform: translateX(200px);
  transform: translateX(200px);
}
.slide-left {
  -webkit-transform: translateX(-200px);
  transform: translateX(-200px);
}
/* -------------------------------フェードインのCSS */
.wa_bg {
  background: url(../img/common/bg.jpg) no-repeat top / contain;
  background-attachment: fixed;
  background-size: cover;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}
#header {
  padding-top: 30px;
  padding-left: 30px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
}
@media screen and (max-width: 819px) {
  #header {
    padding-top: 0;
    padding-left: 0;
    width: 100%;
  }
}
#header .logo {
  max-width: 300px;
}
@media screen and (max-width: 819px) {
  #header .logo {
    display: none;
  }
}
#header .logo::hover {
  opacity: 1 !important;
}
#header .menu_item {
  align-items: center;
  justify-content: end;
  text-align: right;
  padding-left: 20px;
  margin: auto;
  margin-right: 0;
}
@media screen and (max-width: 819px) {
  #header .menu_item {
    padding-left: 0;
    width: 100% !important;
    width: auto;
  }
}
#header .menu_item #menu_list {
  display: block;
  margin-top: 20px;
}
@media screen and (max-width: 819px) {
  #header .menu_item #menu_list {
    margin-top: 0;
    display: none;
    padding-top: 110px;
    padding-left: 35px;
    padding-right: 35px;
    padding-bottom: 30px;
    height: 100vh;
    overflow-y: scroll;
    background: url(../img/common/bg.jpg) no-repeat top / contain;
    background-size: cover;
  }
}
#header .menu_item #menu_list li {
  position: relative;
  text-align: left;
}
@media screen and (max-width: 819px) {
  #header .menu_item #menu_list li {
    text-align: left;
  }
}
#header .menu_item #menu_list li:nth-child(1) a,
#header .menu_item #menu_list li:nth-child(2) a,
#header .menu_item #menu_list li:nth-child(3) a,
#header .menu_item #menu_list li:nth-child(4) a,
#header .menu_item #menu_list li:nth-child(5) a,
#header .menu_item #menu_list li:nth-child(6) a {
  padding-left: 20px;
}
#header .menu_item #menu_list li a {
  position: relative;
  line-height: 1.01;
  font-size: 18px;
  font-weight: 900;
  text-align: left;
}
@media screen and (max-width: 819px) {
  #header .menu_item #menu_list li a {
    font-size: 18px;
    line-height: 1.4;
    text-align: left;
  }
}
#header .menu_item #menu_list li + li {
  margin-top: 10px;
}
@media screen and (max-width: 819px) {
  #header .menu_item #menu_list li + li {
    margin-top: 35px;
    margin-left: auto;
  }
}
#header .menu_item #menu_list .btn_contact {
  max-width: 300px;
  margin-top: 30px;
  border-radius: 80px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 819px) {
  #header .menu_item #menu_list .btn_contact {
    margin: auto;
    margin-top: 30px;
  }
}
#header .menu_item #menu_list .btn_contact a {
  width: 100%;
  border-radius: 80px;
  display: block;
  background: #04A268;
  color: #ffffff;
  font-size: 22px;
  font-weight: 900;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 55px;
}
#header .menu_item #menu_list .btn_contact a .icon {
  max-width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 8px;
}
#header .menu_item #menu_list .btn_contact a span {
  color: #FBF503;
}
#header .menu_item #menu_list .btn_tel {
  max-width: 300px;
  margin-top: 20px;
  border-radius: 80px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 819px) {
  #header .menu_item #menu_list .btn_tel {
    margin: auto;
    margin-top: 20px;
  }
}
#header .menu_item #menu_list .btn_tel a {
  font-family: "Oswald", sans-serif;
  border-radius: 80px;
  width: 100%;
  display: block;
  background: #E30322;
  color: #ffffff;
  font-size: 22px;
  font-weight: 900;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 55px;
  letter-spacing: 0.05em;
}
#header .menu_item #menu_list .btn_tel a .icon {
  max-width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 8px;
}
@media screen and (max-width: 819px) {
  #header #menuBtn {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 0 0 0 5px;
    z-index: 9999999;
    background: #FFDD00;
  }
  #header #menuBtn::after {
    position: absolute;
    content: "MENU";
    font-size: 10px;
    font-weight: 500;
    right: 0;
    width: 100%;
    text-align: center;
    bottom: 4px;
    z-index: 1;
    line-height: 1.5;
    transition: 0.3s ease-in-out;
  }
  #header #menuBtn span {
    display: block;
    background: #000000;
    width: 26px;
    height: 1px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
  }
  #header #menuBtn span:nth-child(1) {
    bottom: 29px;
    transition: 0.3s ease-in-out;
  }
  #header #menuBtn span:nth-child(2) {
    bottom: 9px;
    display: none;
  }
  #header #menuBtn span:nth-child(3) {
    bottom: 23px;
    transition: 0.3s ease-in-out;
  }
  #header #menuBtn.isOpen {
    background: #04A268 !important;
  }
  #header #menuBtn.isOpen span:not(.txt):nth-child(1) {
    transform: translateY(3px) rotate(-30deg);
    transition: 0.3s ease-in-out;
  }
  #header #menuBtn.isOpen span:not(.txt):nth-child(3) {
    transform: translateY(-3px) rotate(30deg);
    transition: 0.3s ease-in-out;
  }
}
.main {
  max-width: 480px;
  margin: auto;
  border-left: 10px solid #04A268;
  background: #ffffff;
  min-height: 100vh;
}
@media screen and (max-width: 1200px) {
  .main {
    margin-left: 380px;
  }
}
@media screen and (max-width: 819px) {
  .main {
    margin-left: 0;
    width: 100%;
  }
}
.contact {
  padding-top: 80px;
}
.contact .inner {
  padding-left: 20px;
  padding-right: 20px;
}
.contact .top {
  display: block;
  max-width: 90%;
  margin: auto;
  margin-bottom: 30px;
}
.contact .r_ttl {
  font-size: 24px;
  color: #04A268;
  font-weight: bold;
}
.contact .contact_top {
  max-width: 414px;
  margin-top: 20px;
  margin: auto;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
  width: 100%;
  border-radius: 80px;
  display: block;
  background: #04A268;
  color: #ffffff;
  font-size: 20px;
  font-weight: 900;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 50px;
  margin-top: 30px;
}
@media screen and (max-width: 819px) {
  .contact .contact_top {
    font-size: 18px;
    line-height: 40px;
    max-width: 80%;
  }
}
.contact .contact_top span {
  color: #ffffff;
}
.point .inner {
  padding-top: 40px;
  padding-bottom: 60px;
}
.point .sub_ttl {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
}
.point .g_sub_ttl {
  background: #04A268;
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  width: fit-content;
  margin: auto;
  border-radius: 5px;
  line-height: 1.01;
  padding: 10px 15px;
  position: relative;
  margin-top: 20px;
}
.point .g_sub_ttl::after {
  width: 15px;
  height: 15px;
  position: absolute;
  content: "";
  right: 35%;
  bottom: -10px;
  z-index: 1;
  background: url(../img/common/icon_g.png) no-repeat center / contain;
  background-size: 100% 100%;
  transition: 0.3s ease-in-out;
}
.point .ttl {
  font-size: 36px;
  font-weight: bold;
  color: #04A268;
  margin: auto;
  line-height: 1.01;
  margin-top: 8px;
}
.point .ttl span {
  font-weight: 900;
  font-size: 60px;
}
.point .point_box {
  margin-top: 20px;
  padding-right: 35px;
}
@media screen and (max-width: 819px) {
  .point .point_box {
    padding-right: 15px;
  }
}
.point .point_box ul {
  display: block;
}
.point .point_box ul li {
  border-radius: 0 13px 13px 0;
  background: #FFDD00;
  padding: 20px 0 20px 20px;
  display: flex;
  align-items: center;
}
.point .point_box ul li + li {
  margin-top: 10px;
}
.point .point_box ul li .icon {
  width: 76px;
  margin-right: 15px;
}
.point .point_box ul li p {
  text-align: left;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 819px) {
  .point .point_box ul li p {
    font-size: 16px;
  }
}
.about {
  background: #04A268;
  color: #ffffff;
}
.about .inner {
  padding: 50px 30px 70px 30px;
}
@media screen and (max-width: 819px) {
  .about .inner {
    padding: 40px 20px 40px 20px;
  }
}
.about .ttl {
  font-size: 36px;
  font-weight: bold;
  margin: auto;
  line-height: 1.01;
  margin-top: 8px;
}
@media screen and (max-width: 819px) {
  .about .ttl {
    font-size: 26px;
  }
}
.about .ttl span {
  font-weight: 900;
  font-size: 60px;
}
@media screen and (max-width: 819px) {
  .about .ttl span {
    font-size: 40px;
  }
}
.about p {
  margin-top: 30px;
  text-align: left;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (max-width: 819px) {
  .about p {
    font-size: 16px;
    margin-top: 20px;
  }
}
.about .g_sub_ttl {
  margin-top: 20px;
}
@media screen and (max-width: 819px) {
  .about .g_sub_ttl {
    margin-top: 0;
  }
}
.g_sub_ttl {
  background: #ffffff;
  color: #04A268;
  font-size: 20px;
  font-weight: bold;
  width: fit-content;
  margin: auto;
  border-radius: 5px;
  line-height: 1.01;
  padding: 10px 15px;
  position: relative;
}
@media screen and (max-width: 819px) {
  .g_sub_ttl {
    font-size: 18px;
    padding: 8px 10px;
  }
}
.g_sub_ttl::after {
  width: 15px;
  height: 15px;
  position: absolute;
  content: "";
  right: calc(50% - 7px);
  bottom: -10px;
  z-index: 1;
  background: url(../img/common/icon_w.png) no-repeat center / contain;
  background-size: 100% 100%;
  transition: 0.3s ease-in-out;
}
.w_sub_ttl {
  background: #04A268;
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  width: fit-content;
  margin: auto;
  border-radius: 5px;
  line-height: 1.01;
  padding: 10px 15px;
  position: relative;
}
@media screen and (max-width: 819px) {
  .w_sub_ttl {
    font-size: 18px;
    padding: 8px 10px;
  }
}
.w_sub_ttl::after {
  width: 15px;
  height: 15px;
  position: absolute;
  content: "";
  right: calc(50% - 7px);
  bottom: -10px;
  z-index: 1;
  background: url(../img/common/icon_g.png) no-repeat center / contain;
  background-size: 100% 100%;
  transition: 0.3s ease-in-out;
}
.enttl {
  font-size: 60px;
  color: #04A268;
  font-weight: 900;
  text-align: center;
  line-height: 1.01;
}
@media screen and (max-width: 819px) {
  .enttl {
    font-size: 40px;
  }
}
.recommend .inner {
  padding: 60px 20px 70px 20px;
}
@media screen and (max-width: 819px) {
  .recommend .inner {
    padding: 40px 20px 40px 20px;
  }
}
.recommend .ttl {
  font-weight: 900;
  text-align: center;
  font-size: 24px;
  margin-top: 5px;
}
@media screen and (max-width: 819px) {
  .recommend .ttl {
    font-size: 20px;
  }
}
.recommend .w_sub_ttl {
  margin-top: 30px;
}
@media screen and (max-width: 819px) {
  .recommend .w_sub_ttl {
    margin-top: 10px;
  }
}
.recommend .img {
  margin-top: 30px;
}
@media screen and (max-width: 819px) {
  .recommend .img {
    margin-top: 15px;
  }
}
.recommend .re_box {
  background: #04A268;
  border-radius: 15px;
  padding: 20px;
}
@media screen and (max-width: 819px) {
  .recommend .re_box {
    border-radius: 10px;
    padding: 10px;
  }
}
.recommend .re_box ul li {
  background: #ffffff;
  border-radius: 15px;
  padding: 5px 10px 5px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.recommend .re_box ul li + li {
  margin-top: 10px;
}
.recommend .re_box ul li .icon {
  width: 83px;
}
@media screen and (max-width: 819px) {
  .recommend .re_box ul li .icon {
    width: 63px;
  }
}
.recommend .re_box ul li p {
  text-align: left;
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 819px) {
  .recommend .re_box ul li p {
    font-size: 12px;
  }
}
.recommend .re_box ul li p span {
  display: block;
  color: #04A268;
  font-weight: bold;
}
.reson {
  background: #FFDD00;
}
.reson .inner {
  padding: 50px 25px 50px 25px;
}
@media screen and (max-width: 819px) {
  .reson .inner {
    padding: 40px 20px 40px 20px;
  }
}
.reson .ttl {
  font-size: 46px;
  font-weight: bold;
  margin: auto;
  line-height: 1.01;
  color: #04A268;
  margin-top: 15px;
}
@media screen and (max-width: 819px) {
  .reson .ttl {
    font-size: 32px;
  }
}
.reson .ttl span {
  font-weight: 900;
  font-size: 60px;
}
@media screen and (max-width: 819px) {
  .reson .ttl span {
    font-size: 40px;
  }
}
.reson ul {
  margin-top: 30px;
}
.reson ul li + li {
  margin-top: 40px;
}
@media screen and (max-width: 819px) {
  .reson ul li + li {
    margin-top: 30px;
  }
}
.reson ul li .icon {
  max-width: 223px;
  margin: auto;
}
@media screen and (max-width: 819px) {
  .reson ul li .icon {
    max-width: 160px;
  }
}
.reson ul li .list_ttl {
  margin-top: 10px;
  font-size: 24px;
  font-weight: 900;
  text-align: center;
}
@media screen and (max-width: 819px) {
  .reson ul li .list_ttl {
    font-size: 20px;
  }
}
.reson ul li p {
  font-size: 20px;
  font-weight: bold;
  text-align: left;
}
@media screen and (max-width: 819px) {
  .reson ul li p {
    font-size: 16px;
  }
}
.cta {
  background: url(../img/common/cta_bg.jpg) no-repeat center / contain;
  background-size: cover;
}
.cta .inner {
  padding: 50px 30px;
}
@media screen and (max-width: 819px) {
  .cta .inner {
    padding: 40px 20px;
  }
}
.cta .big_ttl {
  font-size: 44px;
  text-align: center;
  color: #ffffff;
  font-weight: 900;
  line-height: 1.01;
}
@media screen and (max-width: 819px) {
  .cta .big_ttl {
    font-size: 30px;
  }
}
.cta .sub_ttl {
  font-size: 20px;
  text-align: center;
  color: #ffffff;
  font-weight: bold;
  margin-top: 5px;
}
@media screen and (max-width: 819px) {
  .cta .sub_ttl {
    font-size: 16px;
  }
}
.cta .cta_contact {
  max-width: 414px;
  margin-top: 20px;
  border-radius: 80px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
}
.cta .cta_contact a {
  width: 100%;
  border-radius: 80px;
  display: block;
  background: #FF6A00;
  color: #ffffff;
  font-size: 30px;
  font-weight: 900;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 80px;
}
@media screen and (max-width: 819px) {
  .cta .cta_contact a {
    font-size: 24px;
    line-height: 60px;
  }
}
.cta .cta_contact a .icon {
  max-width: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 8px;
}
@media screen and (max-width: 819px) {
  .cta .cta_contact a .icon {
    max-width: 30px;
  }
}
.cta .cta_contact a span {
  color: #FBF503;
}
.cta .cta_tel {
  max-width: 414px;
  margin-top: 20px;
  border-radius: 80px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 819px) {
  .cta .cta_tel {
    margin-top: 10px;
  }
}
.cta .cta_tel a {
  width: 100%;
  border-radius: 80px;
  display: block;
  background: #E30322;
  color: #ffffff;
  font-size: 30px;
  font-weight: 900;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 80px;
}
@media screen and (max-width: 819px) {
  .cta .cta_tel a {
    font-size: 24px;
    line-height: 60px;
  }
}
.cta .cta_tel a .icon {
  max-width: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 8px;
}
@media screen and (max-width: 819px) {
  .cta .cta_tel a .icon {
    max-width: 30px;
  }
}
.voice .inner {
  padding: 50px 20px;
}
@media screen and (max-width: 819px) {
  .voice .inner {
    padding: 40px 20px 40px 20px;
  }
}
.voice .enttl {
  margin-top: 10px;
}
.voice ul {
  margin-top: 20px;
}
.voice ul li {
  border-radius: 15px;
  background: #E3F8F0;
  padding: 15px 20px;
}
.voice ul li + li {
  margin-top: 30px;
}
.voice ul li dl {
  display: flex;
}
.voice ul li dl dt {
  width: 101px;
  padding-right: 10px;
  padding-top: 5px;
}
.voice ul li dl dd {
  width: calc(100% - 101px);
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  line-height: 1.6;
}
@media screen and (max-width: 819px) {
  .voice ul li dl dd {
    font-size: 14px;
  }
}
.voice ul li dl dd span {
  display: block;
  color: #04A268;
}
.flow {
  background: #04A268;
}
.flow .inner {
  padding: 50px 20px;
}
@media screen and (max-width: 819px) {
  .flow .inner {
    padding: 40px 20px 40px 20px;
  }
}
.flow .enttl {
  margin-top: 10px;
}
.flow .enttl {
  color: #ffffff;
}
.flow ul {
  margin-top: 30px;
}
.flow ul li {
  background: #ffffff;
  border-radius: 13px;
  padding: 20px;
}
.flow ul li + li {
  margin-top: 40px;
  position: relative;
}
.flow ul li + li::after {
  width: 25px;
  height: 20px;
  position: absolute;
  content: "";
  right: calc(50% - 12.5px);
  top: -30px;
  z-index: 1;
  background: url(../img/common/flow_icon.png) no-repeat center / contain;
  background-size: 100% 100%;
  transition: 0.3s ease-in-out;
}
.flow ul li dl {
  display: flex;
  align-items: center;
}
.flow ul li dl dd {
  width: 103px;
  padding-left: 10px;
}
@media screen and (max-width: 819px) {
  .flow ul li dl dd {
    width: 83px;
  }
}
.flow ul li dl dt {
  width: calc(100% - 103px);
  text-align: left;
}
@media screen and (max-width: 819px) {
  .flow ul li dl dt {
    width: calc(100% - 83px);
  }
}
.flow ul li dl dt p {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.6;
  margin-top: 5px;
}
@media screen and (max-width: 819px) {
  .flow ul li dl dt p {
    font-size: 13px;
  }
}
.flow ul li dl dt .list_ttl {
  color: #04A268;
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 819px) {
  .flow ul li dl dt .list_ttl {
    font-size: 15px;
  }
}
.flow ul li dl dt .list_ttl span {
  margin-right: 5px;
  background: #FFDD00;
  border-radius: 3px;
  width: fit-content;
  font-size: 12px;
  line-height: 20px;
  padding: 0 5px;
}
.work .inner {
  padding: 50px 20px 20px 20px;
}
@media screen and (max-width: 819px) {
  .work .inner {
    padding: 40px 20px 20px 20px;
  }
}
.work .enttl {
  margin-top: 10px;
}
.work .w_box {
  margin-top: 30px;
  background: #FFF9D6;
  padding: 30px;
  border-radius: 13px;
}
@media screen and (max-width: 819px) {
  .work .w_box {
    padding: 20px;
    margin-top: 20px;
  }
}
.work .w_box .img {
  border-radius: 13px;
}
.work .w_box ul li {
  margin-top: 30px;
  text-align: left;
}
@media screen and (max-width: 819px) {
  .work .w_box ul li {
    margin-top: 20px;
  }
}
.work .w_box ul li .ttl {
  color: #04A268;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (max-width: 819px) {
  .work .w_box ul li .ttl {
    margin-bottom: 0;
    font-size: 16px;
  }
}
.work .w_box ul li p {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (max-width: 819px) {
  .work .w_box ul li p {
    font-size: 13px;
  }
}
.work .w_box ul li p span {
  display: block;
  font-size: 11px;
  line-height: 1.3;
}
@media screen and (max-width: 819px) {
  .work .w_box ul li p span {
    font-size: 10px;
  }
}
.form {
  background: #04A268;
}
.form .inner {
  padding: 50px 20px 20px 20px;
}
@media screen and (max-width: 819px) {
  .form .inner {
    padding: 40px 20px 20px 20px;
  }
}
.form .enttl {
  margin-top: 10px;
}
.form .enttl {
  color: #ffffff;
}
.form .sub_ttl {
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 5px;
  color: #FFDD00;
}
.form .form_box {
  background: #ffffff;
  border-radius: 13px;
  padding: 40px 30px;
  margin-top: 20px;
}
.form .form_box .send {
  position: relative;
  width: 100%;
  max-width: 830px;
  border-radius: 10px;
  margin: auto;
}
.form .form_box .send input {
  cursor: pointer;
  width: 100%;
  margin: auto;
  margin-top: 30px;
  display: block;
  background: #E30322;
  color: #ffffff !important;
  text-align: center;
  line-height: 48px;
  border-radius: 48px;
  position: relative;
  font-size: 20px;
  font-style: normal;
  font-weight: bold;
  transition: 0.3s ease-in-out;
  border: none;
}
@media screen and (max-width: 819px) {
  .form .form_box .send input {
    font-size: 16px !important;
    margin-top: 20px;
    line-height: 40px;
    border-radius: 5px;
  }
}
.form .form_box .send:hover input {
  opacity: 1;
  transition: 0.3s ease-in-out;
  background: #FFDD00;
  color: #000000 !important;
}
.form .form_box .send:hover::after {
  right: 30px;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 819px) {
  .form .form_box .send:hover::after {
    right: 5px;
  }
}
.form .form_box dl {
  display: block;
}
.form .form_box dl + dl {
  margin-top: 20px;
}
.form .form_box dl dt {
  color: #04A268;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
  text-align: left;
}
.form .form_box dl dt span {
  background: #04A268;
  color: #ffffff;
  width: fit-content;
  margin-left: 10px;
  line-height: 18px;
  padding: 2px 8px;
  border-radius: 3px;
  font-size: 10px;
}
.form .form_box dl dd .select_css {
  position: relative;
}
.form .form_box dl dd .select_css::before {
  width: 10px;
  height: 6px;
  position: absolute;
  content: "";
  right: 12px;
  top: 50%;
  z-index: 5;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/common/select_icon.png) no-repeat;
  background-size: 100% 100%;
}
.form .form_box dl dd .select_css select {
  -webkit-appearance: none;
  background: #ffffff;
  border: 1px solid #A2A2A2;
  appearance: none;
  width: 100%;
  padding: 15px 20px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
  border-radius: 3px;
  color: #848383;
  padding-right: 20px;
}
.form .form_box dl dd .select_css select::-ms-expand {
  display: none;
}
@media screen and (max-width: 819px) {
  .form .form_box dl dd .select_css select {
    font-size: 14px;
    max-width: 100%;
    padding: 8px 10px;
  }
}
.form .form_box dl dd p {
  width: 100%;
  color: #000000;
  text-align: left;
  padding-bottom: 0;
}
.form .form_box dl dd input[type="button"],
.form .form_box dl dd input[type="submit"],
.form .form_box dl dd input[type="reset"] {
  -webkit-appearance: none;
}
.form .form_box dl dd p,
.form .form_box dl dd span {
  width: 100%;
  align-items: left;
  display: block !important;
  text-align: left;
}
.form .form_box dl dd .wpcf7-radio {
  display: flex !important;
  flex-wrap: wrap;
  font-size: 15px !important;
}
.form .form_box dl dd .wpcf7-radio .wpcf7-list-item {
  width: fit-content;
  margin-right: 40px;
  margin-left: 0;
  align-items: center;
}
@media screen and (max-width: 819px) {
  .form .form_box dl dd .wpcf7-radio .wpcf7-list-item {
    margin-right: 20px;
  }
}
.form .form_box dl dd .wpcf7-radio .wpcf7-list-item label {
  display: flex !important;
  align-items: center;
  text-wrap: nowrap;
  margin-right: 15px;
  line-height: 32px;
}
@media screen and (max-width: 819px) {
  .form .form_box dl dd .wpcf7-radio .wpcf7-list-item label {
    margin-right: 10px;
  }
}
.form .form_box dl dd .wpcf7-radio .wpcf7-list-item div:first-of-type {
  display: flex;
  align-items: flex-start;
  margin-bottom: 5px;
}
.form .form_box dl dd .wpcf7-radio .wpcf7-list-item input[type="text"]:checked {
  box-sizing: border-box;
  outline: 7px solid #666;
  outline-offset: -7px;
}
.form .form_box dl dd .wpcf7-radio .wpcf7-list-item button,
.form .form_box dl dd .wpcf7-radio .wpcf7-list-item legend {
  color: white;
  background-color: #9F9E9E;
  padding: 5px 5px;
  border-radius: 0;
  border: 0;
  font-size: 14px;
}
.form .form_box dl dd .wpcf7-radio .wpcf7-list-item button:hover,
.form .form_box dl dd .wpcf7-radio .wpcf7-list-item button:focus {
  color: #666;
}
.form .form_box dl dd .wpcf7-radio .wpcf7-list-item button:active {
  background-color: white;
  color: #999999;
  outline: 1px solid #9F9E9E;
}
.form .form_box dl dd input[type="text"],
.form .form_box dl dd input[type="tel"],
.form .form_box dl dd input[type="email"] {
  padding: 15px 20px;
  width: 100%;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  border-radius: 3px;
  border: 1px solid #A2A2A2;
}
@media screen and (max-width: 819px) {
  .form .form_box dl dd input[type="text"],
  .form .form_box dl dd input[type="tel"],
  .form .form_box dl dd input[type="email"] {
    font-size: 14px !important;
    padding: 8px 10px;
  }
}
.form .form_box dl dd textarea {
  border-radius: 3px;
  border: 1px solid #A2A2A2;
  padding: 10px 15px;
  height: 200px;
  width: 100% !important;
  max-width: 100%;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
  max-height: 400px;
}
@media screen and (max-width: 819px) {
  .form .form_box dl dd textarea {
    padding: 8px 10px;
    font-size: 14px !important;
    border-radius: 3px;
    height: 150px;
  }
}
@media screen and (max-width: 819px) {
  .form .form_box dl dd select {
    font-size: 14px !important;
    border-radius: 3px;
  }
}
.form .form_box dl dd .wpcf7-not-valid-tip {
  color: #B42E27 !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  display: block !important;
  line-height: 160%;
  text-align: left;
}
.form .form_box dl dd input:focus,
.form .form_box dl dd textarea:focus,
.form .form_box dl dd select:focus {
  color: #000000 !important;
}
.form .form_box dl dd input:valid,
.form .form_box dl dd textarea:valid,
.form .form_box dl dd select:valid {
  color: #000000 !important;
}
.form .form_box dl dd input:invalid,
.form .form_box dl dd textarea:invalid,
.form .form_box dl dd select:invalid {
  color: #000000 !important;
}
.form .form_box dl dd input[type="checkbox"],
.form .form_box dl dd input[type="radio"] {
  accent-color: #04A268;
  transform: scale(1.5);
  border-radius: 100% !important;
  margin-right: 8px;
}
.form .form_box dl dd .sub {
  font-size: 15px;
  font-weight: 400;
  margin-top: 10px;
  text-align: left;
}
.form .form_box dl dd .sub a {
  text-decoration: underline;
}
.mv {
  position: relative;
}
.mv .mv_txt {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 10px 25px 0 25px;
}
@media screen and (max-width: 819px) {
  .mv .mv_txt {
    padding: 35px 15px 0 15px;
  }
}
.mv .mv_txt .img02 {
  margin-top: 15px;
}
@media screen and (max-width: 819px) {
  .mv .mv_txt .img02 {
    margin-top: 0;
  }
}
.mv .mv_contact {
  max-width: 414px;
  margin-top: 20px;
  border-radius: 80px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 819px) {
  .mv .mv_contact {
    margin-top: 8px;
  }
}
.mv .mv_contact a {
  width: 100%;
  border-radius: 80px;
  display: block;
  background: #FF6A00;
  color: #ffffff;
  font-size: 30px;
  font-weight: 900;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 60px;
}
@media screen and (max-width: 819px) {
  .mv .mv_contact a {
    font-size: 24px;
    line-height: 50px;
  }
}
.mv .mv_contact a .icon {
  max-width: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 8px;
}
@media screen and (max-width: 819px) {
  .mv .mv_contact a .icon {
    max-width: 30px;
  }
}
.mv .mv_contact a span {
  color: #FBF503;
}
.mv .mv_tel {
  max-width: 414px;
  margin-top: 15px;
  border-radius: 80px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 819px) {
  .mv .mv_tel {
    margin-top: 10px;
  }
}
.mv .mv_tel a {
  width: 100%;
  border-radius: 80px;
  display: block;
  background: #E30322;
  color: #ffffff;
  font-size: 30px;
  font-weight: 900;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 60px;
}
@media screen and (max-width: 819px) {
  .mv .mv_tel a {
    font-size: 24px;
    line-height: 50px;
  }
}
.mv .mv_tel a .icon {
  max-width: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 8px;
}
@media screen and (max-width: 819px) {
  .mv .mv_tel a .icon {
    max-width: 30px;
  }
}
.wpcf7-spinner {
  display: none !important;
}
.copy {
  text-align: center;
  font-size: 10px;
  font-weight: 500;
  padding-top: 10px;
  padding-bottom: 20px;
}
@media screen and (max-width: 819px) {
  .copy {
    padding-top: 5px;
    padding-bottom: 10px;
  }
}
