@charset "UTF-8";
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  scroll-padding-top: var(--header-height);
  scroll-margin-top: 120px;
}

body {
  background-color: #F5F5F5;
  color: #4b4b4b;
  line-height: 1;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: bold;
}

h2,
h3,
h4,
h5 {
  font-weight: 400;
}

/*　ハンバーガーボタン　*/
.hamburger {
  display: block;
  position: relative;
  z-index: 3;
  width: 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;
}

.hamburger span {
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 6px;
  background: #555;
  transition: 0.3s ease-in-out;
}

.hamburger span:nth-child(1) {
  top: 10px;
}

.hamburger span:nth-child(2) {
  top: 20px;
}

.hamburger span:nth-child(3) {
  top: 30px;
}

/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  top: 16px;
  left: 6px;
  background: #707070;
  transform: rotate(-45deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 16px;
  background: #707070;
  transform: rotate(45deg);
}

nav.globalMenuSp {
  position: fixed;
  z-index: -2;
  top: 0;
  left: 0;
  color: #fff;
  background: rgba(255, 255, 255, 0.98);
  text-align: center;
  width: 100%;
  height: 100vh;
  opacity: 0;
  transition: opacity 0.6s ease, visibility 0.6s ease;
  display: flex;
}

nav.globalMenuSp.active {
  z-index: 2;
}

nav.globalMenuSp .txt_box {
  padding: 10% 0 0 10%;
}
nav.globalMenuSp .txt_box .globalMenu_flex {
  display: flex;
  align-items: center;
}
nav.globalMenuSp .txt_box .globalMenu_flex .btn_list {
  margin-left: 40px;
}
nav.globalMenuSp .txt_box .menu_list {
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 50px;
  margin-bottom: 30px;
}
nav.globalMenuSp .txt_box .menu_list li {
  width: 48%;
  text-align: left;
  margin-bottom: 20px;
}
nav.globalMenuSp .txt_box .menu_list li a {
  display: block;
  color: #292925;
  border-bottom: 1px solid #E4E4E4;
  padding-bottom: 10px;
}
nav.globalMenuSp .txt_box .btn a {
  margin-left: 0;
  background-color: #4D4D4D;
  color: #fff;
}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  opacity: 100;
}

.header_top {
  background-color: #043f22;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header_top figure {
  width: 30%;
}
.header_top figure img {
  width: 100%;
}
.header_top ul.pc_list {
  display: flex;
  align-items: center;
  width: 40%;
}
@media (max-width: 750px) {
  .header_top ul.pc_list {
    display: none;
  }
}
.header_top ul.pc_list li:last-child {
  margin-left: 20px;
}

.pc_nav {
  background-image: url(../img/pc_nav_bk.png);
  background-repeat: repeat-x;
  background-position: left top;
  padding: 10px 0;
}
@media (max-width: 750px) {
  .pc_nav {
    display: none;
  }
}
.pc_nav .inner {
  padding: 0;
  max-width: 1500px;
  margin: 0 auto;
}
.pc_nav .inner.sec {
  padding: 0;
}
.pc_nav .inner ul {
  display: flex;
  justify-content: center;
}
.pc_nav .inner ul li {
  font-size: 1.7vw;
  border-right: 5px solid #4b4b4b;
  padding-right: 20px;
  padding-left: 15px;
}
.pc_nav .inner ul li a {
  color: #4b4b4b;
}
.pc_nav .inner ul li:first-child {
  padding-left: 0;
}
.pc_nav .inner ul li:last-child {
  padding-right: 0;
  border-right: 0;
}

.top_form {
  margin: 50px auto;
  max-width: 1200px;
  display: flex;
  background-color: #27af7a;
  display: flex;
}
@media (max-width: 750px) {
  .top_form {
    flex-direction: column;
  }
}
.top_form .img_box {
  width: 50%;
}
@media (max-width: 750px) {
  .top_form .img_box {
    width: 100%;
  }
}
.top_form .txt_box {
  padding: 20px 30px;
  display: flex;
  align-items: center;
}
.top_form .txt_box .inner {
  background-color: #fff;
  padding: 30px;
  border-radius: 20px;
}
.top_form .txt_box .inner [type=submit] {
  background-color: #ff0000;
  color: #fff;
  padding: 5px;
  margin: auto;
  text-align: center;
  font-size: 3rem;
}
.top_form .txt_box .inner .center_btm {
  text-align: center;
  margin-top: 20px;
}
.top_form .txt_box .inner .center_btm.line {
  margin-top: 30px;
}
.top_form .txt_box .inner .center_btm.line a {
  color: #000;
  font-size: 2rem;
  border-bottom: 3px solid #43a639;
}
.top_form .txt_box .inner h3 {
  font-size: 2rem;
  width: 30%;
}
@media (max-width: 750px) {
  .top_form .txt_box .inner h3 {
    width: 100%;
    margin-bottom: 10px;
  }
}
.top_form .txt_box .inner h3 span {
  background-color: #ff0000;
  color: #fff;
  font-size: 1.2rem;
  padding: 2px;
  margin-left: 20px;
}
.top_form .txt_box .inner .top_form_box01 {
  display: flex;
}
@media (max-width: 750px) {
  .top_form .txt_box .inner .top_form_box01 {
    flex-direction: column;
  }
}
.top_form .txt_box .inner .top_form_box01 h3 {
  width: 40%;
}
@media (max-width: 750px) {
  .top_form .txt_box .inner .top_form_box01 h3 {
    width: 100%;
    margin-bottom: 10px;
  }
}
.top_form .txt_box .inner .top_form_box02 {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
@media (max-width: 750px) {
  .top_form .txt_box .inner .top_form_box02 {
    flex-direction: column;
  }
}
.top_form .txt_box .inner .top_form_box02 input {
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 10px;
}
@media (max-width: 750px) {
  .top_form .txt_box .inner .top_form_box02 input {
    width: 100%;
  }
}
.top_form .txt_box .inner ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.top_form .txt_box .inner ul li {
  width: 50%;
  font-size: 2rem;
  margin-bottom: 10px;
}
.top_form .txt_box .inner ul li:nth-child(3) {
  width: 100%;
}

.slid {
  padding: 50px;
}
@media (max-width: 750px) {
  .slid {
    padding: 20px;
  }
}
.slid .slick-prev {
  left: -20px;
  z-index: 99;
}
.slid .slick-prev::before {
  content: "";
  background-image: url(../img/arrow_plev.png);
  display: block;
  width: 121px;
  height: 121px;
}
@media (max-width: 750px) {
  .slid .slick-prev::before {
    display: none;
  }
}
.slid .slick-next {
  right: 5%;
  z-index: 99;
}
.slid .slick-next::before {
  content: "";
  background-image: url(../img/arrow_nex.png);
  display: block;
  width: 121px;
  height: 121px;
}
@media (max-width: 750px) {
  .slid .slick-next::before {
    display: none;
  }
}

.box02 {
  background-image: url(../img/top/box02bk.png);
}
.box02 .inner {
  padding: 50px;
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 750px) {
  .box02 .inner {
    padding: 30px 20px;
  }
}
.box02 .inner iframe {
  width: 100%;
  height: 500px;
}
@media (max-width: 750px) {
  .box02 .inner iframe {
    height: 250px;
  }
}

.box03 .inner {
  padding: 0 100px;
}
@media (max-width: 750px) {
  .box03 .inner {
    padding: 20px 20px;
  }
}
.box03 .inner h2 {
  text-align: center;
}
.box03 .inner ul {
  display: flex;
  justify-content: space-between;
}
.box03 .inner ul li {
  width: 23%;
}

.box04 {
  background-image: url(../img/top/box04.png);
  background-size: cover;
  padding: 50px 0;
  margin-top: 100px;
}
.box04 .inner {
  padding: 0 100px;
}
@media (max-width: 750px) {
  .box04 .inner {
    padding: 0 20px;
  }
}
.box04 .inner h2 {
  text-align: center;
}
.box04 .inner ul {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 750px) {
  .box04 .inner ul {
    flex-direction: column;
  }
}
.box04 .inner ul li {
  width: 31%;
  position: relative;
  background-color: #fff;
  border-radius: 20px;
}
.box04 .inner ul li a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
}
@media (max-width: 750px) {
  .box04 .inner ul li {
    width: 100%;
    margin-bottom: 30px;
  }
}
.box04 .inner ul li .new_txt {
  padding: 10px 0;
  text-align: center;
  line-height: 1.8;
}

.box05 {
  background-image: url(../img/top/box05.png);
  background-size: cover;
}
.box05 .inner {
  max-width: 1490px;
  margin: 0 auto;
  padding: 40px 0;
}
@media (max-width: 750px) {
  .box05 .inner {
    padding: 40px 20px;
  }
}
.box05 .inner h2 {
  text-align: center;
}
.box05 .inner .txt_box {
  display: flex;
  align-items: center;
}
@media (max-width: 750px) {
  .box05 .inner .txt_box {
    flex-direction: column;
    padding: 30px 0px;
  }
}
.box05 .inner .txt_box figure {
  width: 40%;
}
@media (max-width: 750px) {
  .box05 .inner .txt_box figure {
    width: 100%;
  }
}
.box05 .inner .txt_box .txt_box_inner {
  padding: 30px;
}
@media (max-width: 750px) {
  .box05 .inner .txt_box .txt_box_inner {
    padding: 30px 0 0 0;
  }
  .box05 .inner .txt_box .txt_box_inner br {
    display: none;
  }
}
.box05 .inner .txt_box .txt_box_inner .txt_box_inner_txt {
  font-size: 2.6rem;
  color: #fff;
  line-height: 2;
  text-shadow: 1px 1px 2px #000;
}
@media (max-width: 750px) {
  .box05 .inner .txt_box .txt_box_inner .txt_box_inner_txt {
    font-size: 2rem;
  }
}
.box05 .inner .txt_box .txt_box_inner .btn {
  text-align: center;
  margin-top: 20px;
}

.box06 {
  background-image: url(../img/top/box06.png);
  background-size: cover;
  padding: 50px 0;
}
.box06 .inner {
  padding: 0 100px;
}
@media (max-width: 750px) {
  .box06 .inner {
    padding: 0 20px;
  }
}
.box06 .inner h2 {
  text-align: center;
}
.box06 .inner .box06_flex {
  display: flex;
  margin-top: 30px;
}
@media (max-width: 750px) {
  .box06 .inner .box06_flex {
    flex-direction: column;
  }
}
.box06 .inner .box06_flex .txt_box {
  padding-left: 30px;
}
@media (max-width: 750px) {
  .box06 .inner .box06_flex .txt_box {
    padding-left: 0;
    margin-top: 20px;
  }
}
.box06 .inner .box06_flex .txt_box .txt_box_inner_txt {
  font-size: 2.6rem;
  color: #fff;
  line-height: 2;
  text-shadow: 1px 1px 2px #000;
}
@media (max-width: 750px) {
  .box06 .inner .box06_flex .txt_box .txt_box_inner_txt {
    font-size: 2rem;
  }
  .box06 .inner .box06_flex .txt_box .txt_box_inner_txt br {
    display: none;
  }
}

.box07 {
  padding: 50px 0;
}
.box07 .inner {
  padding: 0 200px;
}
@media (max-width: 750px) {
  .box07 .inner {
    padding: 0 20px;
  }
}
.box07 .inner h2 {
  text-align: center;
}
.box07 .inner ul {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
@media (max-width: 750px) {
  .box07 .inner ul {
    flex-direction: column;
  }
}
@media (max-width: 750px) {
  .box07 .inner ul li {
    width: 100%;
  }
}
@media (max-width: 750px) {
  .box07 .inner ul li:nth-child(2) {
    margin: 20px 0;
  }
}
.box07 .inner ul li .txt_box {
  width: 80%;
  margin: 20px auto 0;
  display: flex;
}
@media (max-width: 750px) {
  .box07 .inner ul li .txt_box {
    width: 100%;
  }
}
.box07 .inner ul li .txt_box p {
  font-size: 1.6rem;
  text-shadow: 1px 1px 1px #000;
}

footer .footer_top {
  display: flex;
  padding: 50px 100px;
}
@media (max-width: 750px) {
  footer .footer_top {
    flex-direction: column;
    padding: 50px 20px;
  }
}
footer .footer_top .left_box {
  display: flex;
}
@media (max-width: 750px) {
  footer .footer_top .left_box {
    flex-direction: column;
  }
}
footer .footer_top .left_box .map {
  max-width: 400px;
}
@media (max-width: 750px) {
  footer .footer_top .left_box .map {
    max-width: 100%;
  }
}
footer .footer_top .left_box .map iframe {
  width: 100%;
  height: 300px;
}
footer .footer_top .left_box .txt_box {
  padding: 0 0 0 30px;
}
@media (max-width: 750px) {
  footer .footer_top .left_box .txt_box {
    padding: 30px 0 0 0px;
  }
}
footer .footer_top .left_box .txt_box h3 {
  font-size: 3rem;
  margin-bottom: 20px;
}
footer .footer_top .left_box .txt_box p {
  font-size: 2rem;
  margin-bottom: 10px;
  line-height: 1.5;
}
@media (max-width: 750px) {
  footer .footer_top .left_box .txt_box p {
    font-size: 1.8rem;
  }
}
footer .footer_top .right_box {
  overflow-x: hidden;
}
footer .footer_top .right_box iframe {
  border: none;
  overflow: hidden;
  height: 320px;
}
@media (max-width: 750px) {
  footer .footer_top .right_box iframe {
    height: 400px;
  }
}
footer .footer_sec {
  display: flex;
  padding: 50px 100px;
}
@media (max-width: 750px) {
  footer .footer_sec {
    padding: 50px 20px;
    flex-direction: column;
  }
}
footer .footer_sec .left_box {
  padding-right: 20px;
  width: 60%;
}
@media (max-width: 750px) {
  footer .footer_sec .left_box {
    padding-right: 0;
    padding-bottom: 20px;
  }
}
footer .footer_sec .right_box {
  width: 37%;
}
@media (max-width: 750px) {
  footer .footer_sec .right_box {
    width: 100%;
  }
}
footer .footer_sec .right_box .mail {
  text-align: center;
  margin-top: 0px;
  margin-bottom: 20px;
}
@media (max-width: 750px) {
  footer .footer_sec .right_box .mail {
    margin-top: 10px;
  }
}
footer .footer_bottom {
  background-color: #043f22;
  padding: 30px 0;
}
footer .footer_bottom ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 80%;
  margin: 0 auto;
}
footer .footer_bottom ul li {
  font-size: 3rem;
  font-weight: bold;
  margin-right: 20px;
  margin-bottom: 20px;
}
@media (max-width: 750px) {
  footer .footer_bottom ul li {
    font-size: 2rem;
  }
}
footer .footer_bottom ul li a {
  color: #fff;
}
footer .footer_bottom .pla {
  text-align: center;
  font-size: 2rem;
}
footer .footer_bottom .pla a {
  color: #fff;
}
footer .footer_bottom .copy {
  text-align: center;
  margin-top: 20px;
}
footer .footer_bottom .copy small {
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
}
@media (max-width: 750px) {
  footer .footer_bottom .copy small {
    font-size: 1.4rem;
  }
}

.reason_box01 {
  display: flex;
  margin-top: 100px;
}
@media (max-width: 750px) {
  .reason_box01 {
    flex-direction: column;
    padding: 0 20px;
  }
}
.reason_box01 figure {
  width: 50%;
  text-align: center;
  padding-left: 10%;
}
@media (max-width: 750px) {
  .reason_box01 figure {
    padding-left: 0%;
    width: 100%;
  }
}
.reason_box01 .txt_box {
  width: 50%;
  padding: 0 20px;
}
@media (max-width: 750px) {
  .reason_box01 .txt_box {
    width: 100%;
    margin-top: 20px;
  }
}
.reason_box01 .txt_box p {
  line-height: 1.6;
  font-size: 2rem;
  margin-bottom: 20px;
  margin-top: 30px;
  padding-right: 20%;
}
@media (max-width: 750px) {
  .reason_box01 .txt_box p {
    padding-right: 0%;
  }
}

.reason_box02 {
  display: flex;
  margin-top: 100px;
}
@media (max-width: 750px) {
  .reason_box02 {
    flex-direction: column-reverse;
    padding: 0 20px;
  }
}
.reason_box02 figure {
  width: 50%;
  text-align: center;
  padding-right: 10%;
}
@media (max-width: 750px) {
  .reason_box02 figure {
    padding-right: 0%;
    width: 100%;
  }
}
.reason_box02 .txt_box {
  width: 50%;
}
@media (max-width: 750px) {
  .reason_box02 .txt_box {
    width: 100%;
    margin-top: 20px;
  }
}
.reason_box02 .txt_box p {
  line-height: 1.6;
  font-size: 2rem;
  margin-bottom: 20px;
  margin-top: 30px;
  padding-left: 20%;
}
@media (max-width: 750px) {
  .reason_box02 .txt_box p {
    padding-left: 0%;
  }
}

.reason_ttl05 {
  text-align: center;
  margin-top: 100px;
}

.reason_point {
  display: flex;
  flex-wrap: wrap;
  padding: 0px 100px;
  margin-top: 100px;
}
@media (max-width: 750px) {
  .reason_point {
    padding: 0px 20px;
  }
}
.reason_point li {
  width: 50%;
  margin-bottom: 50px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 750px) {
  .reason_point li {
    width: 100%;
  }
}
.reason_point li figure {
  text-align: center;
  flex-grow: 2;
  display: flex;
  align-items: flex-start;
}
.reason_point li figure img {
  max-width: 100%;
  height: 100%;
}
.reason_point li p {
  text-align: center;
  margin-top: 30px;
  font-size: 2rem;
  min-height: 210px;
  font-weight: bold;
  max-width: 450px;
  margin: 30px auto 0;
  line-height: 1.5;
}
.reason_point li p br {
  display: none;
}
@media (max-width: 750px) {
  .reason_point li p {
    font-size: 1.6rem;
  }
  .reason_point li p br {
    display: none;
  }
}

.construction_wapper {
  padding: 0 100px;
  max-width: 1700px;
  margin: 100px auto;
}
.construction_wapper .construction_ttl01 {
  background-image: url(../img/construction/bk01.png);
  font-size: 3rem;
  padding: 10px;
}
.construction_wapper .inner {
  max-width: 90%;
  margin: 50px auto;
}
.construction_wapper .inner .construction_top_ttl {
  font-size: 3rem;
  line-height: 1.6;
}
.construction_wapper .inner ul {
  margin: 50px 0 0;
  display: flex;
  justify-content: space-between;
}
.construction_wapper .inner ul li {
  width: 40%;
}
.construction_wapper .inner ul li p {
  margin-top: 30px;
  line-height: 1.5;
  font-size: 2rem;
  min-height: 300px;
}

.example_box {
  max-width: 1400px;
  margin: 100px auto 0;
}
.example_box h3 {
  background-color: #043f22;
  font-size: 3rem;
  color: #fff;
  padding: 20px 0 20px 50px;
  font-weight: bold;
}
@media (max-width: 750px) {
  .example_box h3 {
    font-size: 1.6rem;
  }
}
.example_box .example_box_inner {
  background-image: url(../img/example/bk.png);
  background-size: cover;
  padding: 30px 50px;
}
@media (max-width: 750px) {
  .example_box .example_box_inner {
    padding: 30px 10px;
  }
}
.example_box .example_box_inner ul {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 750px) {
  .example_box .example_box_inner ul {
    flex-direction: column;
  }
}
.example_box .example_box_inner .example_box_txt {
  color: #fff;
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 750px) {
  .example_box .example_box_inner .example_box_txt {
    flex-direction: column;
    align-items: flex-start;
  }
}
.example_box .example_box_inner .example_box_txt .left_box p {
  margin-top: 20px;
  font-size: 24px;
}
.example_box .example_box_inner .example_box_txt .right_box p {
  font-size: 24px;
  line-height: 0.8;
}
.example_box .example_box_inner .example_box_txt .right_box .red_wapper {
  color: #ff5959;
  font-size: 10rem;
  margin-left: 5px;
}
@media (max-width: 750px) {
  .example_box .example_box_inner .example_box_txt .right_box .red_wapper {
    font-size: 4rem;
  }
}
.example_box .example_box_inner .example_box_txt .right_box .red_wapper .min {
  font-size: 5rem;
}
@media (max-width: 750px) {
  .example_box .example_box_inner .example_box_txt .right_box .red_wapper .min {
    font-size: 2rem;
  }
}

.recruit_box {
  max-width: 1500px;
  margin: -100px auto 0;
  padding: 100px 100px;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
}
@media (max-width: 750px) {
  .recruit_box {
    padding: 20px;
  }
}
.recruit_box h3 {
  font-size: 4rem;
  border-bottom: 2px solid #4b4b4b;
  padding-bottom: 10px;
  padding: 20px 0 20px 50px;
  margin-bottom: 50px;
  margin-top: 100px;
  font-weight: bold;
}
@media (max-width: 750px) {
  .recruit_box h3 {
    font-size: 3rem;
    margin-bottom: 20px;
  }
}
.recruit_box p {
  font-size: 3rem;
  line-height: 1.5;
}
@media (max-width: 750px) {
  .recruit_box p {
    font-size: 2rem;
  }
}

.flow_box_wapper {
  position: relative;
  margin-top: 100px;
}
@media (max-width: 750px) {
  .flow_box_wapper {
    margin-top: 10px;
  }
}
.flow_box_wapper.no01::before {
  content: "";
  position: absolute;
  right: 0;
  top: 10px;
  display: block;
  background-image: url(../img/flow/bk01.png);
  width: 266px;
  height: 391px;
}
@media (max-width: 1200px) {
  .flow_box_wapper.no01::before {
    display: none;
  }
}
.flow_box_wapper.no01::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 10px;
  display: block;
  background-image: url(../img/flow/bk02.png);
  width: 266px;
  height: 391px;
}
@media (max-width: 1200px) {
  .flow_box_wapper.no01::after {
    display: none;
  }
}
.flow_box_wapper.no02::before {
  content: "";
  position: absolute;
  right: 0;
  top: 10px;
  display: block;
  background-image: url(../img/flow/bk03.png);
  width: 266px;
  height: 391px;
}
@media (max-width: 1200px) {
  .flow_box_wapper.no02::before {
    display: none;
  }
}
.flow_box_wapper.no02::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -100px;
  display: block;
  background-image: url(../img/flow/bk04.png);
  width: 266px;
  height: 391px;
}
@media (max-width: 1200px) {
  .flow_box_wapper.no02::after {
    display: none;
  }
}
.flow_box_wapper.no03::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 10px;
  display: block;
  background-image: url(../img/flow/bk05.png);
  width: 266px;
  height: 391px;
}
@media (max-width: 750px) {
  .flow_box_wapper.no03::before {
    display: none;
  }
}
.flow_box_wapper.no04::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 10px;
  display: block;
  background-image: url(../img/flow/bk06.png);
  width: 266px;
  height: 391px;
}
@media (max-width: 1200px) {
  .flow_box_wapper.no04::before {
    display: none;
  }
}
.flow_box_wapper.no05::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 10px;
  display: block;
  background-image: url(../img/flow/bk07.png);
  width: 266px;
  height: 391px;
}
@media (max-width: 1200px) {
  .flow_box_wapper.no05::after {
    display: none;
  }
}
.flow_box_wapper.no06::after {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  display: block;
  background-image: url(../img/flow/bk08.png);
  width: 266px;
  height: 660px;
}
@media (max-width: 1200px) {
  .flow_box_wapper.no06::after {
    display: none;
  }
}
.flow_box_wapper.no07::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 10px;
  display: block;
  background-image: url(../img/flow/bk09.png);
  width: 266px;
  height: 391px;
}
@media (max-width: 750px) {
  .flow_box_wapper.no07::after {
    display: none;
  }
}
.flow_box_wapper .inner {
  max-width: 1200px;
  margin: 0 auto;
}
.flow_box_wapper .inner h2 {
  background-image: url(../img/flow/flow.png);
  padding: 10px;
  font-size: 6.5rem;
  text-align: center;
  position: relative;
}
.flow_box_wapper .inner h2 img {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 750px) {
  .flow_box_wapper .inner h2 {
    font-size: 2.1rem;
  }
  .flow_box_wapper .inner h2 img {
    display: none;
  }
}
.flow_box_wapper .inner .txt_box {
  display: flex;
  align-items: center;
  margin-top: 30px;
}
@media (max-width: 750px) {
  .flow_box_wapper .inner .txt_box {
    flex-direction: column;
  }
}
.flow_box_wapper .inner .txt_box figure {
  width: 40%;
  text-align: center;
}
@media (max-width: 750px) {
  .flow_box_wapper .inner .txt_box figure {
    width: 100%;
    margin-bottom: 20px;
  }
}
.flow_box_wapper .inner .txt_box .txt {
  width: 60%;
  padding-left: 10px;
  font-size: 2rem;
  line-height: 1.5;
}
@media (max-width: 750px) {
  .flow_box_wapper .inner .txt_box .txt {
    width: 100%;
    margin-bottom: 20px;
  }
}

.flow_top_contact {
  max-width: 1200px;
  border: 2px solid #43ea80;
  padding: 20px 50px;
}
@media (max-width: 750px) {
  .flow_top_contact {
    padding: 10px;
  }
}
.flow_top_contact .inner {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 750px) {
  .flow_top_contact .inner {
    flex-direction: column;
  }
}
.flow_top_contact .inner .right_box {
  text-align: center;
}
.flow_top_contact .inner .right_box ul {
  margin-top: 20px;
  display: flex;
}
@media (max-width: 750px) {
  .flow_top_contact .inner .right_box ul {
    flex-direction: column;
  }
}
.flow_top_contact .inner .right_box ul li:nth-child(1) {
  margin-right: 20px;
}
@media (max-width: 750px) {
  .flow_top_contact .inner .right_box ul li:nth-child(1) {
    margin-right: 0px;
    margin-bottom: 20px;
  }
}

.flow_arrow {
  text-align: center;
  margin: 50px 0;
}

.btn {
  text-align: center;
  margin: 30px 0;
}
@media (max-width: 750px) {
  .btn {
    padding: 0 20px;
  }
}

@media (max-width: 750px) {
  .sp_hide {
    display: none !important;
  }
}
@media (min-width: 751px) {
  .pc_hide {
    display: none !important;
  }
}
.fllow {
  position: fixed;
  right: 0;
  top: 30%;
}
@media (max-width: 750px) {
  .fllow {
    display: none;
  }
}

.company_ttl {
  text-align: center;
  margin: 100px auto 50px;
}

.company_bana {
  text-align: center;
  margin: 0px auto 50px;
}

.company_txt_box {
  max-width: 1200px;
  margin: 0 auto;
  font-size: 3rem;
  line-height: 1.5;
}
@media (max-width: 750px) {
  .company_txt_box {
    padding: 0 20px;
    font-size: 2rem;
  }
}
.company_txt_box p {
  margin-bottom: 30px;
}
@media (max-width: 750px) {
  .company_txt_box p {
    margin-bottom: 10px;
  }
}

.company_ttl02 {
  max-width: 1500px;
  margin: 50px auto;
  background-color: #043f22;
  padding: 5px 20px;
}
.company_ttl02 .inner {
  background-color: #fff;
  padding: 30px;
}
.company_ttl02 .inner h2 {
  text-align: center;
  color: #4b4b4b;
  font-size: 4rem;
  font-weight: bold;
}

.company_box02 {
  max-width: 1200px;
  margin: 50px auto 0;
  box-shadow: 3px 19px 18px rgba(0, 0, 0, 0.35);
  padding: 30px 0;
}
.company_box02 ul {
  display: flex;
  margin-bottom: 20px;
  border-bottom: 1px solid #4b4b4b;
  padding: 0 50px;
  font-weight: bold;
}
@media (max-width: 750px) {
  .company_box02 ul {
    flex-direction: column;
  }
}
.company_box02 ul li {
  padding-bottom: 20px;
  font-size: 5rem;
}
@media (max-width: 750px) {
  .company_box02 ul li {
    font-size: 2rem;
  }
}
.company_box02 ul li:first-child {
  width: 40%;
}
@media (max-width: 750px) {
  .company_box02 ul li:first-child {
    width: 100%;
  }
}
.company_box02 ul:last-child {
  border-bottom: none;
}

.line01 {
  text-align: center;
  margin-top: 50px;
}

.line_list {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin: 50px auto 0;
}
.line_list li {
  width: 48%;
}
.line_list li:first-child {
  margin-right: 40px;
}

.line_ttl {
  max-width: 1300px;
  margin: 0 auto;
  font-size: 4.5rem;
  font-weight: bold;
  color: #fff;
  background-color: #43a639;
  border-radius: 10px;
  padding: 10px 10px 20px;
  text-align: center;
}

.line_ttl02 {
  max-width: 1000px;
  margin: 0 auto;
  font-size: 4.5rem;
  font-weight: bold;
  color: #fff;
  background-color: #43a639;
  border-radius: 10px;
  padding: 10px 10px 20px;
  text-align: center;
}

.line02 {
  max-width: 1300px;
  margin: 40px auto 0;
}

.line03 {
  max-width: 1300px;
  margin: 40px auto 70px;
}

.line_txt01 {
  text-align: center;
  margin-top: 30px;
  font-weight: bold;
  font-size: 3rem;
  line-height: 2;
}
.line_txt01.width_1000 {
  max-width: 1000px;
  margin: 0 auto;
}

.line_list {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin: 50px auto 0;
}
.line_list li {
  width: 31%;
}
.line_list.center {
  justify-content: center;
}
.line_list.center li:first-child {
  margin-right: 20px;
}

.contact_ttl {
  font-size: 5rem;
  text-align: center;
  margin-bottom: 50px;
  margin-top: 50px;
}
@media (max-width: 750px) {
  .contact_ttl {
    font-size: 3rem;
  }
}

.contact_txt {
  font-size: 3rem;
  text-align: center;
  margin-bottom: 30px;
  line-height: 1.6;
}
.contact_txt a {
  color: #000;
  text-decoration: underline;
}
@media (max-width: 750px) {
  .contact_txt {
    font-size: 1.6rem;
    padding: 0 20px;
  }
  .contact_txt br {
    display: none;
  }
}

/* --- form --- */
.entry_ttl {
  width: 100%;
  padding: 0;
}

.form_inner {
  background-color: #085600;
  padding: 5px;
  margin: 5em auto 0px;
  box-shadow: 3px 0px 16px rgba(0, 0, 0, 0.37);
  max-width: 1000px;
}

.panel .tbl-form {
  border-spacing: 10px;
  width: 90%;
}
.panel .tbl-form tr {
  background-color: #fff;
}

.from {
  margin-bottom: 100px;
}

.cta_box .inner {
  background-size: cover;
  margin: 2em 0;
  height: auto;
}

.cta_box .inner ul {
  flex-direction: column;
}

.cta_box .inner ul li {
  width: 100%;
}

.Requirements_ttl_box ul {
  flex-direction: column;
}

.Requirements_ttl_box ul li {
  width: 80%;
  margin: 10px auto;
}

.Requirements_box h2 {
  width: 180px;
  padding: 10px;
  font-size: 20px;
  line-height: 1;
  display: inline-block;
  text-align: center;
}

.from img {
  margin: 12px auto;
  text-align: center;
}

/* --- confirm page ----*/
.confirm__page .page__main .contact .inner {
  margin: 5em auto;
}

/* --- thanks page ----*/
.thanks__page .page__main .contact .inner {
  margin: 5em auto;
}

.check_box {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
  flex-direction: column;
  gap: 0;
  margin-bottom: 40px;
}

.check_box p {
  display: flex;
  align-items: center;
  font-size: 14px;
  gap: 5px;
}

.check_box p .must {
  padding: 5px 5px;
  font-size: 12px;
  font-weight: bold;
  display: block;
  margin: 0px 0;
}

.contact_box05 {
  display: flex;
  padding: 10px 30px;
}
@media (max-width: 750px) {
  .contact_box05 {
    flex-direction: column;
  }
}
.contact_box05 li {
  background-color: #fff;
  padding: 10px;
  font-size: 3rem;
}
.contact_box05 li:first-child {
  padding: 20px;
}
.contact_box05 li.flex {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 750px) {
  .contact_box05 li {
    padding: 10px;
    font-size: 2rem;
    width: 100%;
  }
}
.contact_box05 li input {
  background-color: #ececec;
  padding: 5px 10px;
  border-radius: 5px;
}
.contact_box05 li input.red {
  background-color: #ffa1a1;
}
.contact_box05 li input.wid100 {
  width: 100%;
}
.contact_box05 li input.ml_10 {
  margin-left: 10px;
}
.contact_box05 li input.radi {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
@media (max-width: 750px) {
  .contact_box05 li input {
    width: 100%;
  }
}
.contact_box05 li input.list {
  margin-bottom: 20px;
}
.contact_box05 li textarea {
  background-color: #ececec;
  height: 400px;
  width: 100%;
}
.contact_box05 li div {
  margin-bottom: 20px;
}
.contact_box05 li .must {
  font-size: 2rem;
  color: #ff6666;
}
.contact_box05 li:first-child {
  width: 40%;
}
@media (max-width: 750px) {
  .contact_box05 li:first-child {
    width: 100%;
  }
}
.contact_box05 li:last-child {
  width: 60%;
}
@media (max-width: 750px) {
  .contact_box05 li:last-child {
    width: 100%;
  }
}

form .check_box {
  max-width: 1000px;
  margin: 0 auto;
  border: 3px solid #085600;
  padding: 20px;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  flex-direction: row;
}
form .check_box p {
  font-size: 2rem;
}
form .form_submit_btn {
  text-align: center;
  background-color: #3399ff;
  max-width: 200px;
  margin: 40px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}
form .form_submit_btn input[type=submit] {
  width: auto;
  color: #fff;
  margin-left: 10px;
  font-size: 2rem;
}

.privacy__wrapper {
  width: 100%;
  max-width: 1000px;
  margin: 30px 0;
}

.privacy__wrapper {
  margin: 20px auto;
  padding: 20px;
}

.panel .privacy .item {
  border-left: 3px solid #4b4b4b;
  padding-left: 20px;
  margin-bottom: 30px;
}

.form__privacy {
  border: 3px solid #4b4b4b;
  padding: 20px;
  line-height: 1.6;
}

.poricy_txt {
  font-size: 3rem;
  line-height: 2;
  max-width: 1000px;
  margin: 50px auto;
}
@media (max-width: 750px) {
  .poricy_txt {
    padding: 0 20px;
    font-size: 1.6rem;
  }
}

.sp_menu {
  display: none;
}
@media (max-width: 750px) {
  .sp_menu {
    display: block;
  }
  .sp_menu .globalMenuSp {
    flex-direction: column;
  }
}

/*　ハンバーガーボタン　*/
.hamburger {
  display: block;
  position: absolute;
  z-index: 3;
  right: 13px;
  top: 12px;
  width: 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;
}

.hamburger span {
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 6px;
  background: #fff;
  transition: 0.3s ease-in-out;
}

.hamburger span:nth-child(1) {
  top: 10px;
}

.hamburger span:nth-child(2) {
  top: 20px;
}

.hamburger span:nth-child(3) {
  top: 30px;
}

/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  top: 16px;
  left: 6px;
  background: #fff;
  transform: rotate(-45deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 16px;
  background: #fff;
  transform: rotate(45deg);
}

nav.globalMenuSp {
  position: fixed;
  z-index: 2;
  top: -100%;
  left: 0;
  color: #fff;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  width: 100%;
  opacity: 0;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}

nav.globalMenuSp.active {
  top: 0;
  height: 100vh;
  padding-top: 100px;
}

nav.globalMenuSp ul {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  transition: 0.4s all;
}

nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
}

nav.globalMenuSp ul li:hover {
  background: #ddd;
}

nav.globalMenuSp ul li a {
  display: block;
  color: #fff;
  padding: 1em 0;
  text-decoration: none;
}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  opacity: 100;
}

@media (min-width: 751px) {
  .sp_menu {
    display: none;
  }
}

@media (max-width: 750px) {
  .globalMenuSp ul li {
    margin-bottom: 20px;
  }
}
@media (max-width: 750px) {
  .sp_hide {
    display: none !important;
  }
}
@media (min-width: 751px) {
  .pc_hide {
    display: none !important;
  }
}
.slick-slide img {
  margin: 0 auto;
}/*# sourceMappingURL=style.css.map */