/*
* fontawesomeセット
* content:'\○○○';
* font: var(--fa-font-solid);
*/
body {
  font-family: "ZenKakuGothicNew";
  color: #0d0015;
}

.ceo {height: 400px;}

.undera {color: #0d0015;}

.w126 {
  max-width: 1300px;
  padding: 0 20px;
}

main{
	overflow:hidden;
}

.mwform-checkbox-field input, .mwform-radio-field input {
    margin-right: 5px !important;
    width: 20px !important;
    height: 20px !important;
}
/*=====================================
*
*header
*
=======================================*/
/*=====================================
*
*front
*
=======================================*/
.front_title {
  position: relative;
  padding-left: 50px;
  margin: 40px auto;
}

.front_title::before {
  content: '';
  display: block;
  width: 38px;
  height: 75px;
  background: url(../images/title.png)no-repeat;
  position: absolute;
  left: 0;
  top: 0;
}

.front_title .sub {
  font-weight: bold;
}

.front_title h2 {
  font-size: 40px;
  font-weight: bold;
}

.front_title h2 span {
  background: linear-gradient(to bottom, transparent 70%, #ffe838 30%);
}

.front_center_title {}

.front_center_title h2 {
  font-weight: bold;
  font-size: 40px;
  text-align: center;
}

@media screen and (max-width:1260px) {
  .front_title .sub {
    font-size: 1.4vw;
  }

  .front_title h2,
  .front_center_title h2 {
    font-size: 3.2vw;
  }
}

@media screen and (max-width:568px) {
  .front_title {
    padding-left: 35px;
  }

  .front_title::before {
    width: 25px;
    height: 50px;
    background-size: contain;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }

  .front_title .sub {
    font-size: 12px;
    color: #666;
  }

  .front_title h2,
  .front_center_title h2 {
    font-size: 6vw;
  }
}

/*=====================================
*mv
=======================================*/
.mv {
  background: #fff;
  color: #313131;
  position: relative;
  overflow: hidden;
  height: 680px;
}

@media screen and (min-width:1025px){
	.mv{
		height: 745px;
	}
}

.mv .logo {
  padding: 20px;
  z-index: 1;
  position: relative;
}

.mv .mv_inner {
  max-width: 1300px;
  padding: 0 20px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  z-index: 1;
  height: calc(100% - 115px);
}

.mv .imgback_box {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
}

.mv .mv_inner .image {
  width: 50%;
}

.mv .mv_inner .text {
  font-weight: bold;
  width: 50%;
}

@media screen and (min-width:1025px){
	.mv .mv_inner .text {
		width: 55%;
	}
}

.mv .mv_inner .text .sub {
  font-size: 30px;
  margin-bottom: -6px;
	letter-spacing: 1.6px;
}

.mv .mv_inner .text .sub span {
  position: relative;
}

.mv .mv_inner .text .sub span::before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #fef263;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -80%);
}

.mv .mv_inner .text .main {
  font-size: 72px;
  opacity: 0;
  animation-name: fadein02;
  animation-duration: 1s;
  animation-delay: .6s;
  animation-fill-mode: forwards;
}

@keyframes fadein02 {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.mv .bottoms {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  max-width: 1440px;
  width: 100%;
  padding: 0 20px;
  text-align: right;
}

.mv .mv_inner .text .kv_btn {
  position: relative;
  margin-top: 32px;
}

.mv .mv_inner .text .kv_btn a {
  background: #c45e5e;
  color: #fff;
  width: 260px;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: .05em;
  font-weight: 700;
  font-size: 20px;
  transition: .3s;
}

.mv .mv_inner .text .kv_btn a:hover {
  opacity: .7;
}

.mv .imgback_box .area {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.mv .imgback_box .area ul {
  height: 100%;
  width: 100%;
}

.mv .imgback_box .area ul li {
  width: fit-content;
  font-size: 20px;
  color: #fff;
  font-weight: 300;
  position: absolute;
}

.mv .imgback_box .area ul li:nth-of-type(1) {
  left: 50%;
  top: 44.6%;
}

.mv .imgback_box .area ul li:nth-of-type(2) {
  left: 56.8% !important;
  top: 56%;
}

.mv .imgback_box .area ul li:nth-of-type(3) {
  left: 50.4% !important;
  top: 53.7%;
}

.mv .imgback_box .area ul li:nth-of-type(4) {
  left: 41%;
  top: 44.7%;
}

.mv .imgback_box .area ul li:nth-of-type(5) {
  left: 50%;
  top: 33.7%;
}

.mv .imgback_box .area ul li:nth-of-type(6) {
  left: 60%;
  top: 37.2%;
}

.mv .imgback_box .area ul li:nth-of-type(7) {
  left: 70.3%;
  top: 31.6%;
}

.mv .imgback_box .area ul li:nth-of-type(8) {
  left: 69.4%;
  top: 54%;
}

.mv .imgback_box .area ul li:nth-of-type(9) {
  left: 59.4%;
  top: 68.0%;
}

.mv .imgback_box .area ul li:nth-of-type(10) {
  left: 48.6%;
  top: 61.9%;
}

.mv .imgback_box .img_parts {
  position: absolute;
  animation-name: fadein;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

.mv .imgback_box .img_parts.p01 {
  left: 47.4%;
  top: 39.8%;
  animation-delay: .7s;
  width: 11.7%;
}

.mv .imgback_box .img_parts.p02 {
  left: 56.1%;
  top: 48.6%;
  animation-delay: .7s;
  width: 7.5%;
}

.mv .imgback_box .img_parts.p03 {
  left: 48.9%;
  top: 48.7%;
  animation-delay: .7s;
  width: 9.1%;
}

.mv .imgback_box .img_parts.p04 {
  left: 37%;
  top: 32.7%;
  animation-delay: 1.3s;
  width: 12%;
}

.mv .imgback_box .img_parts.p05 {
  left: 46.9%;
  top: 25.7%;
  animation-delay: 1.4s;
  width: 10.7%;
}

.mv .imgback_box .img_parts.p06 {
  left: 54.15%;
  top: 25.4%;
  animation-delay: 1.5s;
  width: 16.1%;
}

.mv .imgback_box .img_parts.p07 {
  left: 61.2%;
  top: 11.9%;
  animation-delay: 1.6s;
  width: 21.1%;
}

.mv .imgback_box .img_parts.p08 {
  left: 61.1%;
  top: 42.6%;
  animation-delay: 1.7s;
  width: 18.5%;
}

.mv .imgback_box .img_parts.p09 {
  left: 52.2%;
  top: 62%;
  animation-delay: 1.8s;
  width: 17.6%;
}

.mv .imgback_box .img_parts.p10 {
  left: 41.55%;
  top: 53.9%;
  animation-delay: 1.9s;
  width: 14.9%;
}

@keyframes fadein {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@media screen and (min-width: 1261px) and (max-width: 1650px) {
  .mv {
    height: 770px;
  }

  .mv .imgback_box {
    right: -170px;
  }

  .mv .mv_inner .text .sub {
    font-size: 27px;
  }

  .mv .mv_inner .text .main {
    font-size: 65px;
  }
}

@media screen and (max-width:1260px) {
.mv .logo {
        max-width: 300px;
        padding: 10px;
    }

  .mv .mv_inner .text .main {
    font-size: 4vw;
  }

  .mv .mv_inner .image img {
    width: 90%;
  }

  .mv .bottoms img {
    width: 25vw;
  }

  .mv .mv_inner .text .sub {
    line-height: 2;
  }

  .mv .imgback_box {
    right: -230px;
  }

  .mv {
    height: 750px;
  }
}


@media screen and (max-width:968px) {
  .mv .mv_inner .text .sub {
    font-size: 4vw;
  }

  .mv .mv_inner .text .sub span::before {
    width: 6px;
    height: 6px;
  }
}

@media screen and (min-width: 569px) and (max-width: 767px) {
  .mv .imgback_box {
    right: -120px;
  }

  .mv .imgback_box .area ul li {
    font-size: 14px;
  }

  .mv {
    height: 550px;
  }

  .mv .mv_inner {
    align-items: end;
  }
}

@media screen and (max-width:568px) {
  .mv .mv_inner .text .sub {
    margin-bottom: 5px;
  }

  .mv .mv_inner .text .sub span::before {
    width: 4px;
    height: 4px;
  }

  .mv {
    height: 580px;
  }

  .mv .mv_inner {
    align-items: end;
  }

.mv .imgback_box {
        width: 600px;
        left: 60%;
        TOP: -5%;
        transform: translate(-56%, 0px);
    }
	
.mv .imgback_box .area ul li {
    font-size: 12px;
}


  .mv .mv_inner .text {
    width: 80%;
  }

  .mv .imgback_box .area ul li:nth-of-type(3) {
    left: 49.8%;
  }

  .mv .imgback_box .area ul li:nth-of-type(2) {
    left: 56.7%;
  }
	h1.main {
    font-size: 25px !important;
}
}

/*=====================================
*mv_cta
=======================================*/
.mv_cta {
	    position: relative;
    background: url(http://fora.missoulagreenhorns.com/wp-content/uploads/2025/05/0515.png)no-repeat;
    background-size: cover;
}

.mv_cta .cta_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mv_cta .cta_inner .text {
  position: relative;
  color: #fff;
  font-weight: bold;
  font-size: 40px;
  padding: 40px 0;
}

.mv_cta .cta_inner .btn {
  max-width: 260px;
  width: 100%;
}

.mv_cta .cta_inner .btn a {
  display: block;
  background: #006e54;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding: 15px;
  transition: ease all .4s;
}

.mv_cta .cta_inner .btn a:hover {
  opacity: .7;
}
.section02 .front_center_title h2 br {
    display: none;
}


@media screen and (max-width:1260px) {
  .mv_cta .cta_inner .text {
    font-size: 2.8vw;
  }

  .mv_cta .cta_inner .btn {
    width: 25%;
  }

  .mv_cta .cta_inner .btn a {
    font-size: 2.3vw;
    padding: 15px 10px;
  }
}

@media screen and (max-width:568px) {
  .mv_cta .cta_inner {
    display: block;
    padding: 20px 0;
  }

  .mv_cta .cta_inner .text {
    font-size: 3.5vw;
    padding: 0;
  }

  .mv_cta .cta_inner .btn {
    width: 100%;
    margin: 20px auto 0;
  }

  .mv_cta .cta_inner .btn a {
    font-size: 4vw;
    padding: 15px 10px;
  }
	.section02 .front_center_title h2 br {
    display: block;
}
}

/*=====================================
*section1
=======================================*/
.section01 {
  padding: 60px 0 100px;
}

.section01 .sec1_flex {
  display: flex;
  justify-content: space-between;
  flex-flow: row-reverse;
  margin: 40px auto;
}

.section01 .sec1_flex .text {
    font-weight: 400;
    font-size: 20px;
    width: 48%;
    line-height: 1.8;
    padding-left: 50px;
}

.right {
   text-align: right;
	margin:-50px;
}

@media screen and (max-width:1500px) {
	.section01 .sec1_flex .image {
		width:calc((572 / 1260) * 100%);
	}

	.right {
		margin: -50px 0 0;
	}
	.section01 .sec1_flex .text {
		width:calc((605 / 1260) * 100%);
	}
}

@media screen and (max-width:1260px) {
	.section01 .sec1_flex .text {
		width: calc((615 / 1260) * 100%);
		font-size: 17px;
	}

	.section01 .sec1_flex .image {
		width: calc((562 / 1260) * 100%);
	}
}

@media screen and (max-width:1024px) {
.right {
        margin: -30px 0px 30px 0px;
        font-size: 14px;
    }
}

@media screen and (max-width:568px) {
  .section01 {
    padding: 0;
  }

  .section01 .sec1_flex {
    display: block;
  }

  .section01 .sec1_flex .image {
    width: 100%;
  }

  .section01 .sec1_flex .text {
    font-size: 4vw;
    width: 100%;
    margin-top: 20px;
    padding-left: 0px;
  }
}

/*=====================================
*section2
=======================================*/
.section02 {
  position: relative;
  background: #faf0e8;
  padding-top: 80px;
}

.section02 .center_text {
  margin: 40px auto;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.8;
}

.section02 .sec2_list {
  display: flex;
  justify-content: space-between;
}

.section02 .sec2_list .sec2_list_inner {
  padding: 20px;
  border-radius: 10px;
  width: 30%;
  color: #0d0015;
  background: #fafafa !important;
  position: relative;
}

.section02 .sec2_list .sec2_list_inner .img_box {
  width: fit-content;
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 31%;
}

.section02 .sec2_list .sec2_list_inner:nth-of-type(1) {
  background: #e78e73;
}

.section02 .sec2_list .sec2_list_inner:nth-of-type(2) {
  background: #53b5c6;
}

.section02 .sec2_list .sec2_list_inner:nth-of-type(3) {
  background: #dec000;
}

.section02 .sec2_list .sec2_list_inner h3 {
  font-size: 40px;
  font-weight: bold;
}

.section02 .sec2_list .sec2_list_inner ol {
  margin: 20px auto;
}

.section02 .sec2_list .sec2_list_inner ol li {
  font-size: 20px;
  font-weight: 400;
  margin: 5px auto;
}

.section02 .arrow {
  margin: 100px auto 0;
}

.section02 .arrow .text {
  position: relative;
  padding: 40px 0;
  text-align: center;
  font-size: 35px;
  font-weight: bold;
  color: #303534;
  z-index: 2;
}
.section02 .arrow .text br:nth-of-type(1) {
    display: none;
}
.section02 .arrow .text::before {
  content: '';
  display: block;
  width: 100px;
  height: 100%;
  background: #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  top: 0;
}

.section02 .arrow .text::after {
  content: '';
  border: 120px solid transparent;
  border-top: 80px solid #fff;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 100%);
  z-index: -1;
  bottom: 0;
}

.section02 .arrow .center {
  position: relative;
  padding: 60px 0;
  text-align: center;
  font-size: 60px;
  font-weight: bold;
  margin-top: 40px;
  color: #006e54;
  -webkit-text-stroke: 1px #FFF;
}

.section02 .sec2_point {
  background: #e8ddca;
  padding: 80px 0;
  padding-top: 160px;
  position: relative;
  overflow: hidden;
}

.section02 .sec2_point::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  border: 50vw solid transparent;
  border-top: 5vw solid #faf0e8;
  pointer-events: none;
}

.section02 .sec2_point .point_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 40px 0;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
}

.section02 .sec2_point .point_inner::before {
  content: '';
  display: block;
  width: 100%;
  max-width: 960px;
  background: #faf0e8;
  height: 1px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

.section02 .sec2_point .point_inner .num {
  font-size: 20px;
  width: 100%;
  font-weight: 500;
}

.section02 .sec2_point .point_inner .title {
  font-size: 40px;
  font-weight: bold;
  width: 40%;
}

.section02 .sec2_point .point_inner .text {
  font-size: 20px;
  width: 55%;
}

.section02 .sec2_point .point_inner .text ol li {
  margin: 5px auto;
}

@media screen and (max-width:1260px) {

  .section02 .center_text,
  .section02 .sec2_list .sec2_list_inner ol li,
  .section02 .sec2_point .point_inner .num,
  .section02 .sec2_point .point_inner .text {
    font-size: 1.8vw;
  }

  .section02 .sec2_list .sec2_list_inner h3,
  .section02 .arrow .text,
  .section02 .sec2_point .point_inner .title {
    font-size: 3.2vw;
  }

  .section02 .arrow .center {
    font-size: 5vw;
  }

  .section02 .sec2_point .point_inner::before {
    width: 90%;
  }
}

@media screen and (max-width:968px) {
  .section02 .sec2_list .sec2_list_inner {
    padding: 10px;
  }

  .section02 .center_text,
  .section02 .sec2_list .sec2_list_inner ol li,
  .section02 .sec2_point .point_inner .num,
  .section02 .sec2_point .point_inner .text {
    font-size: 2.2vw;
  }

  .section02 .arrow .text {
    font-size: 4.2vw;
    -webkit-text-stroke: 0;
    text-shadow: 1px 1px 0 #ffffff, -1px 1px 0 #ffffff, -1px -1px 0 #ffffff, 1px -1px 0 #ffffff;
  }

  .section02 .arrow .center {
    font-size: 5.2vw;
    -webkit-text-stroke: 0;
    text-shadow: 1px 1px 0 #ffffff, -1px 1px 0 #ffffff, -1px -1px 0 #ffffff, 1px -1px 0 #ffffff;
  }
}

@media screen and (max-width:568px) {
  .section02 {
    padding-top: 20px;
  }

.section02 .arrow .text br:nth-of-type(1) {
    display: block;
}
  .section02 .center_text,
  .section02 .sec2_list .sec2_list_inner ol li {
    font-size: 4vw;
    margin: 20px auto;
  }

  .section02 .center_text {
    text-align: left;
  }

  .section02 .sec2_list {
    display: block;
  }

  .section02 .sec2_list .sec2_list_inner {
    margin: 40px auto;
    width: 100%;
    padding: 20px;
  }

  .section02 .sec2_list .sec2_list_inner h3 {
    font-size: 6vw;
  }

  .section02 .arrow {
    margin-top: 50px;
  }

  .section02 .arrow .text {
    font-size: 5vw;
    line-height: 1.8;
  }

  .section02 .arrow .center {
    font-size: 5.5vw;
  }

  .section02 .sec2_point {
    padding: 40px 0;
  }

  .section02 .sec2_point .point_inner {
    display: block;
    padding: 20px 0 10px;
  }

  .section02 .sec2_point .point_inner .title {
    font-size: 6vw;
    width: 100%;
  }

  .section02 .sec2_point .point_inner .num {
    margin-bottom: 10px;
    font-size: 4vw;
  }

  .section02 .sec2_point .point_inner .text {
    font-size: 4vw;
    margin: 20px 0;
    width: 100%;
    color: #333;
  }
}

/*=====================================
*section3
=======================================*/
.section03 {
  position: relative;
  padding: 80px 0;
}

.section03 .sec3_flex {
  display: flex;
  justify-content: space-between;
  flex-flow: row-reverse;
  align-items: center;
  margin: 40px auto;
}

.section03 .sec3_flex .text {}

.section03 .sec3_flex .text p:last-child {
  margin-top: 60px;
}

@media screen and (max-width:1260px) {
  .section03 .sec3_flex .image {
    width: 45%;
  }

  .section03 .sec3_flex .text {
    font-size: 1.8vw;
    width: 52%;
  }
}

@media screen and (max-width:568px) {
  .section03 {
    padding: 0;
  }

  .section03 .sec3_flex {
    flex-flow: column-reverse;
  }

  .section03 .sec3_flex .image {
    width: 100%;
  }

  .section03 .sec3_flex .text {
    width: 100%;
    margin: 20px auto;
  }

  .section03 .sec3_flex .text p:last-child {
    margin-top: 20px;
  }
}

/*=====================================
*section4
=======================================*/
.section04 {
  background: #e8ddca;
  padding: 60px 0;
}

.section04 .sec4_list {
  margin: 60px auto;
}

.section04 .sec4_list ol {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.section04 .sec4_list ol li {
  width: 50%;
  background: #faf0e8;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 20px 0;
}

.section04 .sec4_list ol li .image {
  width: 160px;
  height: 160px;
  padding:10px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.section04 .sec4_list ol li .text {
  width: calc(100% - 160px);
  padding: 10px;
}

.section04 .sec4_list ol li .text .title {
  margin-bottom: 10px;
  font-weight: 400;
}

@media screen and (max-width:1260px) {
  .section04 .sec4_list ol li .text {
    font-size: 1.3vw;
  }
}

@media screen and (max-width:968px) {
  .section04 .sec4_list ol li .image {
    width: 100px;
    height: 100px;
    padding: 10px;
  }

  .section04 .sec4_list ol li .text {
    width: calc(100% - 100px);
    font-size: 1.5vw;
  }
}

@media screen and (max-width:568px) {
  .section04 {
    padding: 60px 0 20px;
  }

  .section04 .sec4_list ol {
    display: block;
  }

  .section04 .sec4_list ol li {
    width: 100%;
  }

  .section04 .sec4_list ol li .text {
    font-size: 3vw;
  }

  .section04 .sec4_list ol li .text .title {
    font-size: 3.5vw;
  }
}

/*=====================================
*section5
=======================================*/
.section05 {
  padding: 60px 0;
  background: #faf0e8;
}

.section05 .sec5_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 40px auto;
}

.section05 .sec5_flex .image {
  width: 48%;
}

.section05 .sec5_flex .text {
  width: 50%;
  font-size: 20px;
  line-height: 1.8;
}

.section05 .sec5_flex .text .bottom {
  margin-top: 30px;
  border-bottom: 1px solid #006e54;
  display: inline-block;
}

@media screen and (max-width:1260px) {
  .section05 .sec5_flex .image {
    width: 45%;
  }

  .section05 .sec5_flex .text {
    font-size: 1.8vw;
    width: 52%;
  }
}

@media screen and (max-width:568px) {
  .section05 {
    padding: 10px 0;
  }

  .section05 .sec5_flex {
    display: block;
  }

  .section05 .sec5_flex .image {
    width: 100%;
  }

  .section05 .sec5_flex .text {
    font-size: 4vw;
    width: 100%;
    margin-top: 20px;
  }
}

/*=====================================
*section6
=======================================*/
.section06 {
  padding: 60px 0;
  background: #e8ddca;
}

.section06 .sec6_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 40px auto;
}

.section06 .sec6_flex .image {
  width: 48%;
  text-align: center;
}

.section06 .sec6_flex .image .title {
  font-size: 30px;
  margin-bottom: 20px;
}

.section06 .sec6_flex .text {
  width: 50%;
}

.section06 .sec6_flex .text ol {}

.section06 .sec6_flex .text ol li {
  margin: 40px 0;
  font-size: 25px;
  position: relative;
  line-height: 1.5;
}

.section06 .sec6_flex .text ol li:nth-child(1),
.section06 .sec6_flex .text ol li:nth-child(2),
.section06 .sec6_flex .text ol li:nth-child(3) {
  font-size: 25px;
  margin: 40px 0;
}
/*=====================================

.section06 .sec6_flex .text ol li::before {
  content: '●';
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  color: #000;
}

.section06 .sec6_flex .text ol li:nth-child(1)::before {
  content: '';
  display: block;
  width: 100px;
  height: 100px;
  background: url(http://fora.missoulagreenhorns.com/wp-content/uploads/2025/05/1.png) no-repeat center;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.section06 .sec6_flex .text ol li:nth-child(2)::before {
  content: '';
  display: block;
  width: 100px;
  height: 100px;
  background: url(http://fora.missoulagreenhorns.com/wp-content/uploads/2025/05/2.png) no-repeat center;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.section06 .sec6_flex .text ol li:nth-child(3)::before {
  content: '';
  display: block;
  width: 100px;
  height: 100px;
  background: url(http://fora.missoulagreenhorns.com/wp-content/uploads/2025/05/3.png) no-repeat center;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
=======================================*/

@media screen and (max-width:1260px) {
  .section06 .sec6_flex .image {
    width: 45%;
  }

  .section06 .sec6_flex .text {
    width: 52%;
  }

  .section06 .sec6_flex .text ol li {
    font-size: 3vw;
  }

  .section06 .sec6_flex .text ol li:nth-child(1),
  .section06 .sec6_flex .text ol li:nth-child(2),
  .section06 .sec6_flex .text ol li:nth-child(3) {
    font-size: 3vw;
  }

  .section06 .sec6_flex .image .title {
    font-size: 3vw;
  }
}

@media screen and (max-width:968px) {
  .section06 .sec6_flex .text ol li {
    padding-left: 30px;
  }

  .section06 .sec6_flex .text ol li::before {
    width: 70px;
    height: 70px;
  }

  .section06 .sec6_flex .text ol li:nth-child(1)::before,
  .section06 .sec6_flex .text ol li:nth-child(2)::before,
  .section06 .sec6_flex .text ol li:nth-child(3)::before {
    width: 70px;
    height: 70px;
    background-size: contain;
  }
}

@media screen and (max-width:568px) {
  .section06 {
    padding: 40px 0;
  }

  .section06 .sec6_flex .image .title {
    font-size: 5vw;
  }

  .section06 .sec6_flex {
   flex-direction: column-reverse;
	  margin: 0px auto;
  }

  .section06 .sec6_flex .image {
    width: 100%;
  }

  .section06 .sec6_flex .image img {
    max-width: 60%;
  }

  .section06 .sec6_flex .text {
    font-size: 4vw;
    width: 100%;
    margin-top: 20px;
	margin-bottom: 50px;
  }
	.ceo {
    height: 100%;
		max-height:300px;
}

  .section06 .sec6_flex .text ol li {font-size: 4.8vw;}

  .section06 .sec6_flex .text ol li:nth-child(1),
  .section06 .sec6_flex .text ol li:nth-child(2),
  .section06 .sec6_flex .text ol li:nth-child(3) {
    font-size: 4.8vw;
  }
}

/*=====================================
*section7
=======================================*/
.section07 {
  padding: 60px 0;
	background: #faf0e8;}

.section07 .sec7_flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-flow: row-reverse;
  margin: 40px auto;
}

.section07 .sec7_flex .image {
  width: 48%;
}

.section07 .sec7_flex .text {
  width: 50%;
  font-size: 20px;
  line-height: 1.8;
	padding-left: 50px;
}
@media screen and (max-width:1260px) {
  .section07 .sec7_flex .image {
    width: 43%;
  }

  .section07 .sec7_flex .text {
    font-size: 1.8vw;
    width: 54%;
  }
}

@media screen and (max-width:568px) {
  .section07 {
    padding: 35px 0;
  }

  .section07 .sec7_flex {
    display: block;
  }

  .section07 .sec7_flex .image {
    width: 100%;
  }

  .section07 .sec7_flex .text {
    width: 100%;
    margin-top: 20px;
    font-size: 4vw;
	padding-left: 0px;
  }
	
}

/*=====================================
*section8
=======================================*/
.section08 {
  padding: 60px 0 0;
  background: #faf0e8;
}


.section08 .sec8_flex {
  display: flex;
  justify-content: space-between;
  margin: 40px auto;
}

.section08 .sec8_flex .image {
  width: 48%;
  text-align: center;
}

.section08 .sec8_flex .text {
  width: 50%;
  font-size: 20px;
  line-height: 1.8;
  padding-top: 20px;
}

.section08 .sec8_flex .text h2 {
    font-size: 40px;
    margin-bottom: 30px;
}

.section08 .sec8_cta {
  position: relative;
  padding: 60px 0;
  padding-top: 240px;
  background: #4b3a2b;
  overflow: hidden;
}

.section08 .sec8_cta::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  border: 50vw solid transparent;
  border-top: 10vw solid #fff;
  pointer-events: none;
}

.section08 .sec8_cta h2 {
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 40px;
}

.section08 .sec8_cta .btn {
  display: flex;
  justify-content: space-between;
  max-width: 1300px;
  width: 100%;
  padding: 0 20px;
  margin: 40px auto;
}

.section08 .sec8_cta .btn a {
  width: 30%;
  display: block;
  border-radius: 15px;
  font-size: 40px;
  font-weight: 500;
  color: #fff;
  background: #e78e73;
  text-align: center;
  padding: 15px;
  transition: ease all .4s;
}

.section08 .sec8_cta .btn a.tels {
  pointer-events: none;
}

.section08 .sec8_cta .btn a:hover {
  opacity: .7;
}

.section08 .sec8_cta .btn a:nth-child(2) {
  background: #53b5c6;
}

.section08 .sec8_cta .btn a:nth-child(3) {
    background: #09bb09;
}

@media screen and (max-width:1260px) {
  .section08 .sec8_flex .image {
    width: 45%;
  }

  .section08 .sec8_flex .text {
    font-size: 17px;
    width: 52%;
  }

  .section08 .sec8_flex .text h2,
  .section08 .sec8_cta h2 {
    font-size: 3.2vw;
	  margin-bottom: 10px;
  }

  .section08 .sec8_cta .btn a {
    font-size: 3vw;
  }
}

@media screen and (max-width:968px) {
  .section08 .sec8_cta .btn a {
    font-size: 2.8vw;
  }
	
	.section09 .sec9_bottom .sec9_flex .image {
		width: 43%;
	}
	
	.section08 .sec8_flex .text {
		font-size: clamp(14px,1.66vw,17px);
		width: 53%;
	}
}

@media screen and (max-width:568px) {
  .section08 {
    padding: 10px 0;
  }

  .section08 .sec8_flex {
    display: block;
  }

  .section08 .sec8_flex .image {
    width: 100%;
  }

  .section08 .sec8_flex .text {
    font-size: 1.8vw;
    width: 100%;
    margin-top: 20px;
    font-size: 4vw;
  }

  .section08 .sec8_flex .text h2 {
    font-size: 6vw;
  }

  .section08 .sec8_cta {
    padding: 60px 0 10px;
    padding-top: 70px;
  }

  .section08 .sec8_cta h2 {
    font-size: 5vw;
  }

  .section08 .sec8_cta .btn {
    display: block;
  }

  .section08 .sec8_cta .btn a {
    font-size: 5vw;
    width: 100%;
    margin: 20px auto;
  }

  .section08 .sec8_cta .btn a.tels {
    pointer-events: all;
  }
}

.section8 .center_text {
  display: flex;
  justify-content: center;
  margin: 40px auto;
  font-size: 20px;
  line-height: 1.8;
  font-weight: 300;
}

.section8 .sec8_cta {
  background: #4b3a2b;
  padding: 40px 0;
  padding-top: 200px;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.section8 .sec8_cta::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  border: 50vw solid transparent;
  border-top: 10vw solid #faf0e8;
  pointer-events: none;
}

.section8 .sec8_cta .cta_btn {
  display: flex;
  justify-content: space-between;
  margin: 40px auto;
}

.section8 .sec8_cta .cta_btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 40px;
  color: #fff;
  border-radius: 15px;
  background: #e78e73;
  width: 30%;
  text-align: center;
  padding: 50px 20px;
  transition: ease all .4s;
}
.section8 .sec8_cta .cta_btn a .num {
    font-size: 30px;
    margin-bottom: 10px;
}
.section8 .sec8_cta .cta_btn a:hover {
  opacity: .7;
}

.section8 .sec8_cta .cta_btn a .title {}

.section8 .sec8_cta .cta_btn a .time {
  font-size: 20px;
  text-align: center;
}

.section8 .sec8_cta .cta_btn a:nth-child(2) {
  background: #53b5c6;
}

.section8 .sec8_cta .cta_btn a:nth-child(3) {
  background: #09bb09;
}

.section8 .sec8_cta .cta_about {
  margin: 60px auto;
  display: flex;
  justify-content: space-between;
  flex-flow: row-reverse;
}

.section8 .sec8_cta .cta_about table {
  width:760px;
  background: #fff;
}

.section8 .sec8_cta .cta_about table th {
    border: 1px solid #c9a56e;
    padding: 15px 20px;
    color: #4b3a2b;
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    text-align: left;
    vertical-align: middle;
    min-width: 120px;
}

.section8 .sec8_cta .cta_about table td {
  border: 1px solid #c9a56e;
  padding: 15px 20px;
  font-weight: 500;
  font-size: 20px;
  text-align: left;
  color: #4b3a2b;
  line-height: 1.5;
}

.section8 .sec8_cta .cta_about .map {
  width: 500px;
	height:500px;
}

.section8 .sec8_cta .cta_btn a.tels {
  pointer-events: none;
}

@media screen and (max-width:1260px) {
  .section8 .center_text {
    font-size: 1.8vw;
  }

  .section8 .sec8_cta .cta_btn a {
    font-size: 3vw;
  }

  .section8 .sec8_cta .cta_about table th,
  .section8 .sec8_cta .cta_about table td {
    font-size: 1.8vw;
  }
	.section8 .sec8_cta .cta_btn a .num {
    font-size: 18px;
}
	.section8 .sec8_cta .cta_btn a .time {
    font-size: 15px;
}
}

@media screen and (max-width:968px) {
  .section8 .sec8_cta .cta_btn a {
    padding: 10px;
  }

  .section8 .sec8_cta .cta_btn a .time {
    font-size: 1.5vw;
    margin-top: 10px;
  }
}

@media screen and (max-width:568px) {
  .section8 .center_text {
    font-size: 4vw;
    margin: 20px auto;
  }

  .section8 .sec8_cta {
    padding: 20px 0;
    padding-top: 60px;
  }

  .section8 .sec8_cta .cta_btn {
    display: block;
  }

  .section8 .sec8_cta .cta_btn a {
    width: 100%;
    margin: 40px auto;
    font-size: 6vw;
    padding: 20px 10px;
  }

  .section8 .sec8_cta .cta_btn a .time {
    font-size: 4.5vw;
  }

  .section8 .sec8_cta .cta_about {
    display: block;
  }

  .section8 .sec8_cta .cta_about .map {
    width: 100%;
  }

  .section8 .sec8_cta .cta_about table {
    width: 100%;
  }

  .section8 .sec8_cta .cta_about table th {
    font-size: 3vw;
    padding: 10px;
    min-width: 90px;
  }

  .section8 .sec8_cta .cta_about table td {
    font-size: 3vw;
    padding: 10px;
  }

  .section8 .sec8_cta .cta_btn a.tels {
    pointer-events: all;
  }
.section8 .sec8_cta .cta_btn a .num {
    font-size: 26px;
}
}


/*=====================================
*section9
=======================================*/
.section09 {
  padding: 100px 0;
  background: #e8ddca;
}

.section09 .sec9_title {
  position: relative;
  font-weight: bold;
  font-size: 40px;
  text-align: center;
}

.section09 .sec9_title::before {
  content: '';
  width: 92px;
  height: 133px;
  position: absolute;
  left: 20px;
  bottom: 0;
  background: url(../images/sec9_title01.png)no-repeat;
}

.section09 .sec9_title::after {
  content: '';
  width: 92px;
  height: 123px;
  position: absolute;
  right: 20px;
  bottom: 0;
  background: url(../images/sec9_title02.png)no-repeat;
}

.section09 .sec9_table {
  margin: 60px auto;
}

.section09 .sec9_table table {
  width: 100%;
}

.section09 .sec9_table table th {
  border: 1px solid #c9a56e;
  background: #fff;
  font-size: 20px;
  font-weight: 500;
}

.section09 .sec9_table table .table_header th {
  font-size: 20px;
  font-weight: bold;
  padding: 10px 20px;
  text-align: center;
}

.section09 .sec9_table table .table_header th.none {
  border: none;
  background: none;
  pointer-events: none;
}

.section09 .sec9_table table th.th_head {
  padding: 20px;
  text-align: center;
  vertical-align: middle;
  background: #4b3a2b !important;
}

.section09 .sec9_table table th.gray {
  background: #464545;
  color: #fff;
}

.section09 .sec9_table table th.green {
  background: #c9a56e;
  color: #fff;
}

.section09 .sec9_table table th.brown {
  background: #4b3a2b;
  color: #fff;
}

.section09 .sec9_table table td {
  border: 1px solid #c9a56e;
  background: #fff;
  padding: 20px;
  text-align: center;
  vertical-align: middle;
  font-size: 40px;
  font-weight: bold;
  line-height: .8;
}

.section09 .sec9_table table td span {
  display: block;
  font-size: 20px;
  margin-top: 20px;
}

.section09 .sec9_table table td.title {
  font-weight: 500;
  font-size: 40px;
  text-align: left;
}

.section09 .sec9_bottom {

}

.section09 .sec9_bottom .sec9_flex {
  display: flex;
  justify-content: space-between;
  margin: 40px auto;
}

.section09 .sec9_bottom .sec9_flex .image {
  width: 48%;
  text-align: center;
}

.section09 .sec9_bottom .sec9_flex .text {
  width: 50%;
  font-size: 20px;
  line-height: 1.8;
}

.section09 .sec9_bottom .sec9_flex .text h3 {
  font-size: 35px;
  margin-bottom: 20px;
}

.section09 .sec9_bottom .sec9_flex .text p {
  font-weight: 300;
}

.section09 .sec9_bottom .sec9_flex .text .bottom {
  margin-top: 40px;
  font-weight: 500;
  text-align: right;
}

@media screen and (max-width:1300px){
	.section09 .sec9_bottom .sec9_flex{
		justify-content: center;
	}
	
	.section09 .sec9_bottom .sec9_flex .image {
		width: 40%;
	}

	.section09 .sec9_bottom .sec9_flex .text {
		width: 54%;
		max-width:fit-content;
	}
}


@media screen and (max-width:1260px) {

  .section09 .sec9_table table td,
  .section09 .sec9_table table .table_header th,
  .section09 .sec9_table table th.th_head {
    padding: 10px;
  }

	.section09 .sec9_title,
	.section09 .sec9_table table td.title {
		font-size: 3.2vw;
	}

	.section09 .sec9_table table .table_header th,
	.section09 .sec9_table table th.th_head,
	.section09 .sec9_bottom .sec9_flex .text {
		font-size: 1.8vw;
	}

	.section09 .sec9_bottom .sec9_flex .text{
		font-size: 17px;
	}

	.section09 .sec9_bottom .sec9_flex .text h3 {
		font-size: 3vw;
	}
}

@media screen and (max-width:1024px){
	.section09 .sec9_bottom .sec9_flex {
		justify-content:space-between;
	}
	
	.section09 .sec9_bottom .sec9_flex .image {
		width: 37%;
	}
	
	.section09 .sec9_bottom .sec9_flex .text {
		font-size:clamp(14px,1.66vw,17px);
	}
	
	.section09 .sec9_bottom .sec9_flex .text h3 {
		font-size: clamp(19px,25px,2.44vw);
	}
	
	.section09 .sec9_bottom .sec9_flex .text {
		width: 76%;
	}
}

@media screen and (max-width:968px) {
  .section09 .sec9_table {
    overflow-x: scroll;
    overflow-y: hidden;
  }

  ./*section09 .sec9_table table .table_header th,
  .section09 .sec9_table table th.th_head,
  .section09 .sec9_bottom .sec9_flex .text {
    font-size: 2.5vw;
  }*/

  .section09 .sec9_table table td {
    font-size: 6vw;
  }

  .section09 .sec9_table table td span {
    font-size: 2.2vw;
  }
}

@media screen and (max-width:768px) {
	.section09 .sec9_bottom .sec9_flex {
		display: block;
	}

	.section09 .sec9_bottom .sec9_flex .image {
		width: 90%;
		margin: 0 auto;
	}

	.section09 .sec9_bottom .sec9_flex .text {
		width: 100%;
		max-width:initial;
		margin-top:15px;
	}
	
	.section09 .sec9_bottom .sec9_flex .text p br{
		display:none;
	}
}

@media screen and (max-width:568px) {
  .section09 {
    padding: 40px 0;
  }

  .section09 .sec9_title {
    font-size: 6vw;
  }

  .section09 .sec9_title::before {
    width: 52px;
    height: 76px;
    background: url(../images/sec9_title01.png) no-repeat;
    background-size: contain;
    transform: translateY(60%);
  }

  .section09 .sec9_title::after {
    width: 52px;
    height: 70px;
    background: url(../images/sec9_title02.png) no-repeat;
    background-size: contain;
    transform: translateY(60%);
  }

  .section09 .sec9_table table {
    width: 600px;
  }

  .section09 .sec9_table table td.title {
    font-size: 4vw;
  }

  .section09 .sec9_table table .table_header th,
  .section09 .sec9_table table th.th_head {
    font-size: 3.5vw;
  }

  .section09 .sec9_table table td span {
    font-size: 3vw;
    margin-top: 10px;
  }

  .section09 .sec9_bottom {
    margin-top: 0;
  }

  .section09 .sec9_bottom .sec9_flex .text {
    margin-top: 20px;
    font-size: 4vw;
  }

  .section09 .sec9_bottom .sec9_flex .text h3 {
    font-size: 4.8vw;
  }
}

/*=====================================
*section10
=======================================*/
.section10 {
  background: #faf0e8;

}

.sec10_cta::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    border: 50vw solid transparent;
    border-top: 5vw solid #faf0e8;
    pointer-events: none;
}

.sec10_cta.arrow-none:before{
	content:none;
}

.section10 .center_text {
  display: flex;
  justify-content: center;
  margin: 40px auto;
  font-size: 20px;
  line-height: 1.8;
  font-weight: 300;
}

.section10 .sec10_cta {
  background: #4b3a2b;
  padding: 40px 0;
  padding-top: 150px;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.section10 .sec10_cta.arrow-none{
	padding-top:40px;
}

.contact_sec::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  border: 50vw solid transparent;
  border-top: 5vw solid #4b3a2b;
  pointer-events: none;
}

.section10 .sec10_cta .cta_btn {
  display: flex;
  justify-content: space-between;
  margin: 40px auto;
}

.section10 .sec10_cta .cta_btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 40px;
  color: #fff;
  border-radius: 15px;
  background: #e78e73;
  width: 30%;
  text-align: center;
  padding: 50px 20px;
  transition: ease all .4s;
}
.section10 .sec10_cta .cta_btn a .num {
    font-size: 30px;
    margin-bottom: 10px;
}
.section10 .sec10_cta .cta_btn a:hover {
  opacity: .7;
}

.section10 .sec10_cta .cta_btn a .title {}

.section10 .sec10_cta .cta_btn a .time {
  font-size: 20px;
  text-align: center;
}

.section10 .sec10_cta .cta_btn a:nth-child(2) {
  background: #53b5c6;
}

.section10 .sec10_cta .cta_btn a:nth-child(3) {
  background: #09bb09;
}

.section10 .sec10_cta .cta_about {
  margin: 60px auto;
  display: flex;
  justify-content: space-between;
  flex-flow: row-reverse;
}

.section10 .sec10_cta .cta_about table {
  width:760px;
  background: #fff;
}

.section10 .sec10_cta .cta_about table th {
    border: 1px solid #c9a56e;
    padding: 15px 20px;
    color: #4b3a2b;
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    text-align: left;
    vertical-align: middle;
    min-width: 120px;
}

.section10 .sec10_cta .cta_about table td {
  border: 1px solid #c9a56e;
  padding: 15px 20px;
  font-weight: 500;
  font-size: 20px;
  text-align: left;
  color: #4b3a2b;
  line-height: 1.5;
}

.section10 .sec10_cta .cta_about .map {
  width: 500px;
	height:500px;
}

.section10 .sec10_cta .cta_btn a.tels {
  pointer-events: none;
}

@media screen and (max-width:1260px) {
  .section10 .center_text {
    font-size: 1.8vw;
  }

  .section10 .sec10_cta .cta_btn a {
    font-size: 3vw;
  }

  .section10 .sec10_cta .cta_about table th,
  .section10 .sec10_cta .cta_about table td {
    font-size: 1.8vw;
  }
	.section10 .sec10_cta .cta_btn a .num {
    font-size: 18px;
}
	.section10 .sec10_cta .cta_btn a .time {
    font-size: 15px;
}
}

@media screen and (max-width:968px) {
  .section10 .sec10_cta .cta_btn a {
    padding: 10px;
  }

  .section10 .sec10_cta .cta_btn a .time {
    font-size: 1.5vw;
    margin-top: 10px;
  }
}

@media screen and (max-width:568px) {
  .section10 .center_text {
    font-size: 4vw;
    margin: 20px auto;
  }

  .section10 .sec10_cta {
    padding: 20px 0;
    padding-top: 60px;
  }

  .section10 .sec10_cta .cta_btn {
    display: block;
  }

  .section10 .sec10_cta .cta_btn a {
    width: 100%;
    margin: 40px auto;
    font-size: 6vw;
    padding: 20px 10px;
  }

  .section10 .sec10_cta .cta_btn a .time {
    font-size: 4.5vw;
  }

  .section10 .sec10_cta .cta_about {
    display: block;
  }

  .section10 .sec10_cta .cta_about .map {
	  margin: 0 auto;
        width: 345px !important;
        height: 345px !important;
  }

  .section10 .sec10_cta .cta_about table {
   width: 346px;
        margin: 0 auto;
  }

  .section10 .sec10_cta .cta_about table th {
    font-size: 3vw;
    padding: 10px;
    min-width: 90px;
  }

  .section10 .sec10_cta .cta_about table td {
    font-size: 3vw;
    padding: 10px;
  }

  .section10 .sec10_cta .cta_btn a.tels {
    pointer-events: all;
  }
.section10 .sec10_cta .cta_btn a .num {
    font-size: 26px;
}
}

/*=====================================
*
*contact_sec
*
=======================================*/
article#contact_sec {
  position: relative;
}

.normalform {
  margin: 0 auto;
  padding: 70px 20px 80px;
  border-radius: 10px;
}

.normalform .title_box02 {
  position: relative;
}

.normalform .title_box02 h2 {
  font-size: 40px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 10px;
}

.normalform .title_box02 p.formtext {
  text-align: center;
  font-weight: 500;
}

.normalform .cp_iptxt {
    border-bottom: 1px solid #fff;
    padding: 15px 0;
}

.normalform .cp_iptxt input:focus,
.normalform .cp_iptxt textarea:focus {
  outline: #666666 1px solid;
}

.normalform .cp_iptxt textarea {
  width: 100%;
  border: 1px solid #ddd;
  font-size: 16px;
  resize: vertical;
  padding: 10px;
  border-radius: 3px;
  line-height: 1.7;
  padding: 16px 15px;
  background: #f4f4f4;
  min-height: 150px;
}

.normalform .sub {
  text-align: center;
  margin-top: 10px;
}

.normalform .sub input {
  background: #c45e5e;
  color: #fff;
  border: none;
  padding: 12px 20px;
  width: 232px;
  font-size: 16px;
  transition: .3s;
  pointer-events: all;
  cursor: pointer;
  border-radius: 3px;
  transform: rotate(0.06deg);
  font-family: 'Noto Sans JP', sans-serif;
}

.normalform .sub input:hover {
  opacity: .7;
}

.normalform .cp_iptxt .text {
  font-size: 20px;
  display: flex;
  align-items: center;
  color: #333;
  font-weight: 500;
  line-height: 1;
}

.normalform .cp_iptxt .text span.required {
  background: #ff3846;
  padding: 3px 8px 5px;
  font-size: 12px;
  color: #fff;
  margin-left: 10px;
  display: block;
  width: fit-content;
  font-weight: 400;
  border-radius: 3px;
  line-height: 1;
  margin-top: 1px;
}

.normalform .cp_iptxt .place input[type="text"] {
    width: 100%;
    font-size: 16px;
    padding: 10px 15px;
    border-radius: 3px;
    background: #f4f4f4;
    border: 1px solid #ddd;
	height:60px;
}

.normalform .cp_iptxt .place select {
  width: 100%;
  padding: 10px 5px;
  font-size: 16px;
  cursor: pointer;
  border: 1px solid #efefef;
  border-radius: 3px;
}

.normalform .cp_iptxt .place input[type="email"] {
  width: 100%;
	height:60px;
  padding: 16px 15px;
  font-size: 16px;
  border-radius: 3px;
  background: #f4f4f4;
  border: 1px solid #ddd;
}

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

.cp_iptxt02 span.mwform-checkbox-field-text {
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
}

.cp_iptxt02 input[type="checkbox"] {
  cursor: pointer;
  position: relative;
  width: 13px;
  height: 13px;
  border: none;
  vertical-align: -1px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 3px;
  background: #fff;
  border: 1px solid;
}

.cp_iptxt02 input[type="checkbox"]:checked::before {
    position: absolute;
    top: 0px;
    left: 7px;
    transform: rotate(42deg);
    width: 5px;
    height: 15px;
    border-right: 2px solid #333;
    border-bottom: 2px solid #333;
    content: '';
}

.normalform .cp_iptxt .place input[type="radio"] {
  cursor: pointer;
}

.normalform .cp_iptxt .place span.mwform-radio-field-text {
  cursor: pointer;
}

.normalform .cp_iptxt:first-of-type {
  border-top: 1px solid #fff;
}

.normalform .cp_iptxt.flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 10px;
  flex-direction: column;
}

.normalform .cp_iptxt .place {
    width: 100%;
    display: flex;
    align-items: end;
    white-space: nowrap;
    gap: 10px;
	font-size: 20px;
}
.normalform .cp_iptxt .place.flex {
    flex-wrap: wrap;
}
.normalform .title_box02 {
  position: relative;
}
.mw_wp_form .horizontal-item + .horizontal-item {
    margin-left: 0px !important;
}
.normalform .title_box02 h2 {
  font-size: 40px;
  text-align: center;
  letter-spacing: .05em;
  font-weight: bold;
  margin-bottom: 10px;
}

.normalform .title_box02 p.formtext {
  text-align: center;
  font-weight: 500;
}

.normalform .mw_wp_form {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width:1260px) {
  .normalform .title_box02 h2 {
    font-size: 3.2vw;
  }
}

@media screen and (max-width:568px) {
  .normalform .title_box02 h2 {
    font-size: 6vw;
  }

  .normalform .title_box02 p.formtext {
    font-size: 14px;
  }

  .normalform .cp_iptxt .text {
    font-size: 14px;
  }

  .cp_iptxt02 span.mwform-checkbox-field-text {
    font-size: 14px;
  }

  .normalform {
    padding: 40px 20px 40px;
  }

  .cp_iptxt02 {
    margin-top: 10px;
  }
}

/*=====================================
*
*single
*
=======================================*/

/*=====================================
*
*page
*
=======================================*/
#page {
  background: #faf0e8;
  overflow: hidden;
  min-height: 97vh;
}

#page h1 {
  text-align: center;
  margin: 80px auto;
  font-size: 40px;
}

#page .breadcrumb {
  max-width: 700px;
  width: 100%;
  padding: 0 20px;
  margin: 20px auto;
}

#page .breadcrumb ul {
  display: flex;
}

#page .breadcrumb ul li {
  position: relative;
}

#page .breadcrumb ul li::after {
  content: '\f105';
  font: var(--fa-font-solid);
  margin: 0 10px;
  font-size: 14px;
}

#page .breadcrumb ul li:last-child::after {
  content: none;
}

#page .breadcrumb ul li a {
  color: #111;
  font-size: 14px;
}

#page .contact_table {
  max-width: 700px;
  width: 100%;
  padding: 0 20px;
  margin: 20px auto;
}

#page .contact_table table {
  width: 100%;
}

#page .contact_table table th {
  padding: 10px;
  text-align: left;
  font-size: 20px;
  min-width: 120px;
  vertical-align: middle;
}

#page .contact_table table td {
  padding: 10px;
}

#page .contact_table table td input,
#page .contact_table table td textarea {
  display: block;
  width: 100%;
  border: 1px solid #ccc;
  padding: 5px;
  font-size: 16px;
  border-radius: 5px;
}

#page .contact_table .submit input {
  width: 100%;
  max-width: 260px;
  display: block;
  border-radius: 15px;
  font-size: 25px;
  font-weight: 500;
  color: #fff;
  background: #006e54;
  text-align: center;
  padding: 10px;
  border: none;
  margin: 40px auto;
}
.normalform .cp_iptxt.flex p.p-country-name {
    display: none;
}
.title_cc {
        background: #4b3a2b;
    padding: 10px;
    margin: 20px 0;
    font-size: 20px;
    color: #FFF;
}
span.p-country-name {
    display: none;
}
/*=====================================
*
*archive
*
=======================================*/

/*=====================================
*
*breadcrumb
*
=======================================*/

/*=====================================
*
*toc
*
=======================================*/

/*=====================================
*
*footer
*
=======================================*/
footer {}

footer .copyright {
  text-align: center;
  padding: 5px;
  color: #fff;
  font-size: 12px;
  background: #c9a56e;
}

/*=====================================
*
*sidenav
*
=======================================*/

/*=====================================
*
*pc&tablet&spのnone処理
*
=======================================*/
/*=====================================
*pcのみ
=======================================*/
@media screen and (min-width: 1261px) {
  .up126none {
    display: none;
  }
}

@media screen and (min-width: 1025px) {
  .pcnone {
    display: none;
  }
}

/*=====================================
*tablet用
=======================================*/
@media screen and (max-width: 1024px) and (min-width: 415px) {
  .tabnone {
    display: none;
  }
}

/*=====================================
*sp用
=======================================*/
@media screen and (max-width:568px) {
  .spnone {
    display: none;
  }
}