/*
Theme Name: Twenty Twenty Two Child
Version: 1
Template: twentytwentytwo
*/

/*!
 * ress.css • v4.0.0
 * MIT License
 * github.com/filipelinhares/ress
 */

/* # =================================================================
   # Global selectors
   # ================================================================= */

   html {
    box-sizing: border-box;
    -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
    word-break: normal;
    -moz-tab-size: 4;
    tab-size: 4;
  }

  *,
  ::before,
  ::after {
    background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
    box-sizing: inherit;
  }

  ::before,
  ::after {
    text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
    vertical-align: inherit;
  }

  * {
    padding: 0; /* Reset `padding` and `margin` of all elements */
    margin: 0;
  }

  /* # =================================================================
     # General elements
     # ================================================================= */

  hr {
    overflow: visible; /* Show the overflow in Edge and IE */
    height: 0; /* Add the correct box sizing in Firefox */
    color: inherit; /* Correct border color in Firefox. */
  }

  details,
  main {
    display: block; /* Render the `main` element consistently in IE. */
  }

  summary {
    display: list-item; /* Add the correct display in all browsers */
  }

  small {
    font-size: 80%; /* Set font-size to 80% in `small` elements */
  }

  [hidden] {
    display: none; /* Add the correct display in IE */
  }

  abbr[title] {
    border-bottom: none; /* Remove the bottom border in Chrome 57 */
    /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
    text-decoration: underline;
    text-decoration: underline dotted;
  }

  a {
    background-color: transparent; /* Remove the gray background on active links in IE 10 */
  }

  a:active,
  a:hover {
    outline-width: 0; /* Remove the outline when hovering in all browsers */
  }

  code,
  kbd,
  pre,
  samp {
    font-family: monospace, monospace; /* Specify the font family of code elements */
  }

  pre {
    font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
  }

  b,
  strong {
    font-weight: bolder; /* Add the correct font weight in Chrome, Edge, and Safari */
  }

  /* https://gist.github.com/unruthless/413930 */
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }

  sub {
    bottom: -0.25em;
  }

  sup {
    top: -0.5em;
  }

  table {
    border-color: inherit; /* Correct border color in all Chrome, Edge, and Safari. */
    text-indent: 0; /* Remove text indentation in Chrome, Edge, and Safari */
  }

  /* # =================================================================
     # Forms
     # ================================================================= */

  input {
    border-radius: 0;
  }

  /* Replace pointer cursor in disabled elements */
  [disabled] {
    cursor: default;
  }

  [type='number']::-webkit-inner-spin-button,
  [type='number']::-webkit-outer-spin-button {
    height: auto; /* Correct the cursor style of increment and decrement buttons in Chrome */
  }

  [type='search'] {
    -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
    outline-offset: -2px; /* Correct the outline style in Safari */
  }

  [type='search']::-webkit-search-decoration {
    -webkit-appearance: none; /* Remove the inner padding in Chrome and Safari on macOS */
  }

  textarea {
    overflow: auto; /* Internet Explorer 11+ */
    resize: vertical; /* Specify textarea resizability */
  }

  button,
  input,
  optgroup,
  select,
  textarea {
    font: inherit; /* Specify font inheritance of form elements */
  }

  optgroup {
    font-weight: bold; /* Restore the font weight unset by the previous rule */
  }

  button {
    overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
  }

  button,
  select {
    text-transform: none; /* Firefox 40+, Internet Explorer 11- */
  }

  /* Apply cursor pointer to button elements */
  button,
  [type='button'],
  [type='reset'],
  [type='submit'],
  [role='button'] {
    cursor: pointer;
    color: inherit;
  }

  /* Remove inner padding and border in Firefox 4+ */
  button::-moz-focus-inner,
  [type='button']::-moz-focus-inner,
  [type='reset']::-moz-focus-inner,
  [type='submit']::-moz-focus-inner {
    border-style: none;
    padding: 0;
  }

  /* Replace focus style removed in the border reset above */
  button:-moz-focusring,
  [type='button']::-moz-focus-inner,
  [type='reset']::-moz-focus-inner,
  [type='submit']::-moz-focus-inner {
    outline: 1px dotted ButtonText;
  }

  button,
  html [type='button'], /* Prevent a WebKit bug where (2) destroys native `audio` and `video`controls in Android 4 */
  [type='reset'],
  [type='submit'] {
    -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
  }

  /* Remove the default button styling in all browsers */
  button,
  input,
  select,
  textarea {
    background-color: transparent;
    border-style: none;
  }

  a:focus,
  button:focus,
  input:focus,
  select:focus,
  textarea:focus {
    outline-width: 0;
  }

  /* Style select like a standard input */
  select {
    -moz-appearance: none; /* Firefox 36+ */
    -webkit-appearance: none; /* Chrome 41+ */
  }

  select::-ms-expand {
    display: none; /* Internet Explorer 11+ */
  }

  select::-ms-value {
    color: currentColor; /* Internet Explorer 11+ */
  }

  legend {
    border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
    color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
    display: table; /* Correct the text wrapping in Edge and IE */
    max-width: 100%; /* Correct the text wrapping in Edge and IE */
    white-space: normal; /* Correct the text wrapping in Edge and IE */
    max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
  }

  ::-webkit-file-upload-button {
    /* Correct the inability to style clickable types in iOS and Safari */
    -webkit-appearance: button;
    color: inherit;
    font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
  }

  /* # =================================================================
     # Specify media element style
     # ================================================================= */

  img {
    border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
  }

  /* Add the correct vertical alignment in Chrome, Firefox, and Opera */
  progress {
    vertical-align: baseline;
  }

  /* # =================================================================
     # Accessibility
     # ================================================================= */

  /* Specify the progress cursor of updating elements */
  [aria-busy='true'] {
    cursor: progress;
  }

  /* Specify the pointer cursor of trigger elements */
  [aria-controls] {
    cursor: pointer;
  }

  /* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
  [aria-disabled='true'] {
    cursor: default;
  }

html {
    font-size: 62.5%;
}
body{
    min-width: 320px;
    background-color: #ffffff;
    letter-spacing: .07em;
    word-wrap: break-word;
    color: #6d625c;
    font-family: YuGothic, "Lucida Grande", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, "ＭＳ Ｐゴシック", sans-serif;
    font-size: 1.4rem;
    line-height: 1.7;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
}



/* original style */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap');

.main {
    margin: 0 auto;
    font-family: 'Noto Sans JP', sans-serif;
    color: #555555;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}

a:hover {
    opacity: 0.6;
    transition: 0.5s;
}

.is-sp {
    display: none;
}
.is-tab {
	display: none;
}
.is-pc {
    display: block;
}

/* mv */
.mv {
	position: relative;
	margin-bottom: 120px;
}
.mv__logo {
position: absolute;
top: 20px;
left: 20px;
width: 197px;
}
.mv__txtwrap {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.mv__txt {
    color: #006739;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    line-height: 29px;
    margin-bottom: 35px;
}
.mv__catch {
    color: #006739;
    font-size: 42px;
    font-weight: 500;
    text-align: center;
    line-height: 29px;
}
.mv__catch2 {
	width: 566px;
}


/* common */

/* sec01 */
.sec01 {
    margin-bottom: 150px;
}
.sec01__inner {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
}
.sec01__imgwrap {
    margin-right: 72px;
    width: 45%;
}
.sec01__txtwrap {
    width: 55%;
}
.sec01__ttl {
    color: #006739;
    font-size: 24px;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
    margin-bottom: 20px;
}
.sec01__txt {
    font-size: 14px;
		font-weight: 500;
    line-height: 24px;
    margin-bottom: 15px;
}
.txt_green {
    color: #006739;
    font-weight: 700;
    background:linear-gradient(transparent 60%, #E1F2E1 60%);
}

/* sec02 */
.sec02 {
    width: 100%;
    margin-bottom: 120px;
}
.sec02__ttlwrap {
	position: relative;
	width: auto;
	height: 214px;
}
.sec02__ttlbg {
	width: 291px;
	position: absolute;
	top: 0;
	right: 13%;
}
.sec02__ttl {
    color: #006739;
    font-size: 32px;
		font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    line-height: 48px;
    text-align: center;
    margin-bottom: 120px;
		position: absolute;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
		width: fit-content;
}

.sec02__inner1 {
    display: flex;
    margin-bottom: 120px;
}
.sec02__txtwrap {
    position: relative;
    width: 50%;
    color: #fff;
    background-image: url(./images/bg.png);
    background-repeat: repeat;
}
.sec02__txtwrap-inner {
    position: absolute;
    top: 33%;
    left: 44%;
    transform: translate(-50px, -50px);
		width: 63%;
}
.sec02__subttl {
    font-size: 24px;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
    margin-bottom: 15px;
}
.sec02__txt {
		font-family: 'Noto Sans JP', sans-serif;
    font-size: 14px;
		font-weight: 500;
    line-height: 24px;
}
.sec02__imgwrap {
    width: 50%;
}
.sec02__imgwrap img {
    width: 100%;
}

.sec02__inner2 {
    font-size: 24px;
    line-height: 50px;
    text-align: center;
}
.sec02__txt2-green {
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
    color: #006739;
}
.sec02__txt2 {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
  line-height: 38px;
}
.sec02__caret {
    margin-top: -15px;
    margin-bottom: 15px;
}

.green_marker {
    line-height: 1.33;
    display: inline;
    padding-bottom: 0;
    background:
        linear-gradient(to right,
        rgba(0,103,57,1) 0%,
        rgba(0,103,57,1) 100%)
        repeat-x left bottom/20px 8px;
}

.img_logo {
    margin: 70px auto 0;
    width: 440px;
}

/* sec03 */
.sec03 {
    background-image: url(./images/bg.png);
    background-repeat: repeat;
    padding: 65px 0;
}
.sec03__ttl {
    color: #fff;
    font-size: 32px;
    font-weight: 500;
		font-family: 'Noto Sans JP', sans-serif;
    text-align: center;
    margin-bottom: 45px;
}
.sec03__ttl span {
    font-size: 42px;
}

.sec03__inner {
    margin: 0 auto 30px;
    width: fit-content;
    display: flex;
    justify-content: center;
}

.sec03__item {
    position: relative;
}
.sec03__item:not(:last-child) {
    margin-right: 27px;
}
.sec03__imgwrap {
    width: 315px;

}
.sec03__txtwrap {
    background-color: #fff;
    text-align: center;
    padding: 18px 0 32px;
    width: 315px;
		border-radius: 0 0 4px 4px;
}
.sec03__itemTtl {
    color: #006739;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
    font-size: 22px;
    margin-top: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #EBEBEB;
    padding-bottom: 20px;
}
.sec03__itemTxt {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	font-size: 14px;
	line-height: 24px;
}
.sec03__note {
    color: #fff;
    font-size: 14px;
    text-align: center;
}
.circle_num {
    position: absolute;
    top: -24px;
    left: 27px;
    width: 48px;
}
.img_icon {
width: 36px;
}


/* sec04 */
.sec04 {
    padding: 120px 0;
}
.sec04__ttl {
    color: #006739;
    font-size: 32px;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
    text-align: center;
		line-height: 48px;
    margin-bottom: 10px;
}
.sec04__txt {
    font-size: 14px;
    line-height: 24px;
    width: 540px;
    margin: 0 auto 40px;
}
.sec04__link {
    position: relative;
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #006739;
    text-decoration: none;
    text-align: center;
    width: fit-content;
    margin: 0 auto 40px;
}
.sec04__link::after {
    position: absolute;
    top: 50%;
    right: -10px;
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border-top: 2px solid #006739;
    border-right: 2px solid #006739;
    transform: rotate(45deg) translateY(-50%);
}
.sec04__inquiry {
    text-align: center;
    font-size: 14px;
}
.sec04__inquiry a {
    color: #006739;
}
/* form */
.sec04 .wpcf7-form {
    width: fit-content;
    margin: 0 auto;
    font-size: 14px;
}
.sec04 .wpcf7-form p label {
    position: relative;
}

.sec04 .wpcf7-form p label.frm-label::after {
    position: absolute;
    top: -5px;
		left: 0;
    content: "必須";
    color: #fff;
    font-size: 12px;
    padding: 2px 6px 4px;
    background-color: #AC2011;
		width: 39px;
}
.sec04 .wpcf7-form p label.frm-name::after {
	margin-left: 4em;
}

.sec04 .wpcf7-form p label span .wpcf7-not-valid-tip {
	position: absolute;
	top: -44px;
	left: 0;
}

.sec04 .wpcf7-form p label.frm-name .wpcf7-not-valid-tip {
	margin-left: 7.5em;
}

.sec04 .wpcf7-form p label.frm-kana::after {
	margin-left: 6.5em;
}
.sec04 .wpcf7-form p label.frm-kana .wpcf7-not-valid-tip {
	margin-left: 9.5em;
}

.sec04 .wpcf7-form p label.frm-email::after {
	margin-left: 10em;
}
.sec04 .wpcf7-form p label.frm-email .wpcf7-not-valid-tip {
	margin-left: 12.5em;
}

.sec04 .wpcf7-form p label {
    border-left: 3px solid #2C8046;
    padding-left: 5px;
}
.sec04 .wpcf7-form p label span input {
    border: 1px solid #E0E0E0;
    border-radius: 4px;
    width: 800px;
    height: 40px;
    background-color: #F6F6F6;
    margin-top: 10px;
    margin-bottom: 62px;
		padding-left: 10px;
}
input::placeholder {
  color: #B9B9B9;
}
.sec04 .wpcf7-form .wpcf7-submit {
    background-color: #DE4E13;
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    width: 540px;
    height: 70px;
    border-radius: 4px;
    margin-left: 120px;
    margin-bottom: 34px;
		transition: 0.5s ease-in-out;
}
.sec04 .wpcf7-form .wpcf7-submit:hover {
	background-color: #fff;
	border: 1px solid #DE4E13;
	color: #DE4E13;
}

.btn_reg {
    position: fixed;
    right: 0;
    bottom: 0;
    width: 54px;
    height: 175px;
}


/* footer */
.footer {
    background-color: #F2F5F2;
    padding-top: 60px;
		font-family: 'Noto Sans JP', sans-serif;

}
.footer__inner {
    width: 748px;
    margin: 0 auto;
    color: #888888;
}
.footer__contents {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 33px;
}
.footer__content:first-child {
    border-right: 1px solid #EBEBEB;
    padding-right: 59px;
}
.footer__link {
    font-size: 12px;
    margin-bottom: 8px;
}
.footer__link a {
    color: #888888;
}
.footer__name {
    color: #555555;
    font-size: 18px;
    margin-bottom: 4px;
}
.footer__name2 {
    color: #555555;
    font-size: 18px;
    margin-bottom: 4px;
}
.footer__url {
    font-size: 12px;
    font-weight: 400;
}
.footer__url a {
	color: #756556;
	text-decoration: none;
}

.footer__txt {
    font-size: 12px;
}
.footer__logo {
    width: 180px;
}
.footer__copy {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    background-color: #2C8046;
    padding: 16px 0 12px;
    margin-top: 20px;
}



.fade {
    transition: all 2000ms;
    opacity: 0;
    visibility: hidden;
    /* transform: translate(0px, 50px); */
  }

  .fadein {
    opacity: 1;
    visibility: visible;
    /* transform: translate(0px, 0px); */
  }




  /* その場で */
.fadeIn-top{
    animation-name:fadeInAnime;
    animation-duration:1s;
    animation-fill-mode:forwards;
    opacity:0;
}

@keyframes fadeInAnime{
    from {
    opacity: 0;
    }

    to {
    opacity: 1;
    }
}


.js-marker1 {
    color: #006739;
    display: inline;
    position: relative;
    background-image: linear-gradient(90deg, #E1F2E1, #E1F2E1); /* 単色の場合は同じ色、グラデーションさせる場合は別々の色 */
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: 0 30%; /* '30%'の部分にマーカーの太さを記入 */
    transition: all 1s ease-in-out; /* マーカーを引く速度を調整 */
    font-weight: bold; /* ついでに太字にしたい場合 */
  }

.js-marker {
    display: inline;
    position: relative;
    background-image: linear-gradient(90deg, #006739, #006739); /* 単色の場合は同じ色、グラデーションさせる場合は別々の色 */
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: 0 30%; /* '30%'の部分にマーカーの太さを記入 */
    transition: all 1s ease-in-out; /* マーカーを引く速度を調整 */
    font-weight: bold; /* ついでに太字にしたい場合 */
  }

  /* アニメーション発火時 */
  .js-marker1.inview {
    background-size: 100% 30%; /* '30%'の部分は上で設定した太さに合わせる */
  }
.js-marker.inview {
    background-size: 100% 30%; /* '30%'の部分は上で設定した太さに合わせる */
  }

/*** SP ***/
@media screen and (max-width: 768px) {
    .is-sp {
        display: block;
    }
    .is-pc {
        display: none;
    }
		.is-tab {
			display: none;
		}

    .mv {
        margin-bottom: 0;
    }
    .mv__txtwrap {
        width: fit-content;
        top: 80%;
    }
    .mv__txt {
        font-size: calc(15 * 2 * 100vw/750);
        margin-bottom: 20px;
    }
    .mv__catch {
        font-size: calc(26 * 2 * 100vw/750);
    }

    .sec01 {
        padding-top: 65px;
        margin-bottom: calc(67 * 2 * 100vw/750);
    }
    .sec01__inner {
        flex-direction: column-reverse;
    }
    .sec01__txtwrap {
        width: 100%;
        padding: 0 20px;
    }
    .sec01__ttl {
        text-align: center;
        font-size: calc(18 * 2 * 100vw/750);
				font-family: 'Noto Sans JP', sans-serif;
        font-weight: 500;
    }
    .sec01__txt {
        font-size: calc(12 * 2 * 100vw/750);
        line-height: 24px;
    }
    .sec01__imgwrap {
        margin: 0;
        width: 100%;
    }

    .sec02 {
        margin-bottom: calc(60 * 2 * 100vw/750);
    }
		.sec02__ttlwrap {
			height: 176px;
		}
		.sec02__ttlbg {
			width: 140px;
			right: 6%;
			bottom: 0;
			margin-top: auto;
		}
    .sec02__ttl {
        font-size: calc(22 * 2 * 100vw/750);
        font-weight: 500;
        line-height: 1.59;
        margin-bottom: calc(67 * 2 * 100vw/750);
				width: fit-content;
    }
    .sec02__inner1 {
        flex-direction: column;
        margin-bottom: calc(65 * 2 * 100vw/750);
    }
		.sec02__inner2 {
			padding: 0 30px;
		}
    .sec02__txtwrap {
        position: static;
        width: 100%;
        padding: calc(67 * 2 * 100vw/750) 20px;
    }
    .sec02__txtwrap-inner {
        position: static;
        transform: unset;
				width: auto;
    }
    .sec02__imgwrap {
        width: 100%;
    }
    .sec02__subttl {
        font-size: calc(18 * 2 * 100vw/750);
        text-align: center;
    }
    .sec02__txt {
        font-size: calc(12 * 2 * 100vw/750);
        line-height: 2;
        text-align: justify;
    }
    .sec02__txt2-green {
        font-size: calc(18 * 2 * 100vw/750);
        line-height: 1.55;
    }
    .sec02__txt2 {
        font-size: calc(18 * 2 * 100vw/750);
        line-height: 1.55;
    }
    .sec02__caret {
        margin-top: 0;
        margin-bottom: 30px;
    }
    .img_logo {
        width: 300px;
    }

    .sec03 {
        padding-bottom: calc(67 * 2 * 100vw/750);
    }
    .sec03__ttl {
        font-size: calc(22 * 2 * 100vw/750);
        line-height: 1.5;
    }
    .sec03__ttl span {
        font-size: calc(26 * 2 * 100vw/750);
    }
    .sec03__inner {
        flex-direction: column;
        margin-bottom: 20px;
    }
    .sec03__item:not(:last-child) {
        margin-right: 0;
    }
    .sec03__item {
        width: calc(335 * 2 * 100vw/750);
        margin-bottom: calc(55 * 2 * 100vw/750);
    }
    .sec03__item:last-child {
        margin-bottom: 0;
    }
    .sec03__itemTtl {
        font-size: calc(18 * 2 * 100vw/750);
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    .sec03__itemTxt {
        font-size: calc(12 * 2 * 100vw/750);
        line-height: 1.66;
    }
    .sec03__imgwrap {
        width: auto;
    }
    .sec03__txtwrap {
        padding: 14px 0 32px;
        width: auto;
    }
    .sec03__note {
        font-size: calc(12 * 2 * 100vw/750);
        line-height: 1.66;
        text-align: left;
        padding: 0 20px;
    }

    .sec04 {
        padding: calc(67 * 2 * 100vw/750) 20px;
        padding-bottom: calc(122 * 2 * 100vw/750);
    }
    .sec04__ttl {
        font-size: calc(22 * 2 * 100vw/750);
        line-height: 1.59;
        margin-bottom: 23px;
    }
    .sec04__txt {
        font-size: calc(12 * 2 * 100vw/750);
        line-height: 1.5;
        width: auto;
        margin-bottom: calc(40 * 2 * 100vw/750);
    }
    .sec04__link {
        margin-bottom: calc(44 * 2 * 100vw/750);
    }
    .sec04 .wpcf7-form {
        width: auto;
    }

    .sec04 .wpcf7-form p label span input {
        margin-bottom: calc(62 * 2 * 100vw/750);
        width: 100%;
    }
		.sec04 .wpcf7-form p label span .wpcf7-not-valid-tip {
			font-size: 12px;
		}

		.sec04 .wpcf7-form p label.frm-name .wpcf7-not-valid-tip {
			left: 1em;
		}
		.sec04 .wpcf7-form p label.frm-kana .wpcf7-not-valid-tip {
			margin-left: 11em;
		}
		.sec04 .wpcf7-form p label.frm-email .wpcf7-not-valid-tip {
			margin-left: 14.5em;
		}


    .sec04 .wpcf7-form .wpcf7-submit {
        width: 100%;
        margin: 0;
        font-size: calc(22 * 2 * 100vw/750);
        margin-bottom: calc(34 * 2 * 100vw/750);
    }
    .sec04__inquiry {
        font-size: calc(14 * 2 * 100vw/750);
    }

    .footer {
        padding-top: 0;
    }
    .footer__inner {
        width: auto;
        padding: 30px 20px 20px;
    }
    .footer__contents {
        flex-direction: column;
        align-items: flex-start;
    }
    .footer__content {
        width: 100%;
        padding-bottom: calc(30 * 2 * 100vw/750);
        margin-bottom: calc(30 * 2 * 100vw/750);
    }
    .footer__content:first-child {
        border-bottom: 1px solid #EBEBEB;
        border-right: none;
    }
    .footer__content:nth-child(2) {
        padding-bottom: 0;
        margin-bottom: 20px;
    }
    .footer__txt {
        font-size: calc(12 * 2 * 100vw/750);
    }

    .footer__link {
        font-size: calc(10 * 2 * 100vw/750);
    }
    .footer__name {
        font-size: calc(18 * 2 * 100vw/750);
    }
    .footer__name2 {
        font-size: calc(14 * 2 * 100vw/750);
    }
    .footer__url {
        font-size: calc(11 * 2 * 100vw/750);
    }

    .footer__copy {
        margin-top: 0;
        font-size: calc(12 * 2 * 100vw/750);
    }

    .btn_reg {
        display: block;
				position: fixed;
				bottom: 0;
				background-color: #DE4E13;
        color: #fff;
        font-size: 16px;
        width: 100%;
        height: 40px;
        text-align: center;
        text-decoration: none;
        padding: 7px 0 12px;
    }
		.btn_reg:hover {
			opacity: 1;
		}

    .btn_reg::after {
        position: absolute;
        top: 44%;
        right: 20px;
        content: "";
        display: block;
        width: 10px;
        height: 10px;
        transform: rotate(45deg) translateY(-50%);
        border-right: 2px solid #fff;
        border-bottom: 2px solid #fff;
    }

    .main {
        /* コーディング用 */
        overflow: hidden;
    }
    .footer {
        /* コーディング用 */
        overflow: hidden;
    }
}


/*** Tab ***/
@media screen and (min-width:768px) and (max-width:1000px) {

	.is-sp {
		display: none;
	}
	.is-pc {
		display: none;
	}
	.is-tab {
		display: block;
	}

	.mv__logo {
		position: absolute;
		top: 20px;
		left: 20px;
		width: 140px;
	}

	.mv__txtwrap {
		width: fit-content;
		top: 50%;
		font-size: 13px;
		line-height: 24px;
		margin-bottom: 10px;
	}
	.mv__txt {
		margin-bottom: 10px;
		font-size: 12px;
		line-height: 18px;
	}
	.mv__catch {
		font-size: 24px;
	}
	.mv__catch2 {
		top: 11%;
		width: 340px;

	}

	.sec01 {
		margin-bottom: 120px;
	}
	.sec01__txtwrap {
		padding-right: 25px;
	}
	.sec02__txtwrap {
		width: 100%;
	}
	.sec02__txtwrap-inner {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
		width: 348px;
	}
	.sec02__subttl {
		margin-bottom: 30px;
	}
	.sec02__imgwrap img {
		width: 270px;
		height: 420px;
	}
	.sec02__txt2-green {
		margin-bottom: 10px;
	}
	.sec02__caret {
		margin-bottom: 40px;
	}

	.sec03__inner {
		flex-wrap: wrap;
	}
	.sec03__item:last-child {
		margin-top: 55px;
	}

	.sec04__ttl {
		line-height: 48px;
	}

	/* form */
	.sec04 .wpcf7-form {
		width: 90%;
		margin: 0 auto;
		font-size: 14px;
	}
	.sec04 .wpcf7-form p label span input {
		width: 100%;
	}

}
/* form confirm */
.mw_wp_form {
  max-width: 800px;
  width: 100%;
  font-size: 14px;
  margin: 0 auto 30px;
}

.mw_wp_form .error {
  position: relative;
  top: -50px;
}

.mw_wp_form.mw_wp_form_input .form__btn input[type="submit"] {
  border-radius: 4px;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #de4e13;
  border: 1px solid #de4e13;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  width: 540px;
  height: 70px;
}

.mw_wp_form.mw_wp_form_input .form__btn input[type="submit"]:hover {
  background-color: #fff;
  color: #de4e13;
}

.mw_wp_form.mw_wp_form_confirm.mw_wp_form_preview p:nth-child(2n) {
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  max-width: 800px;
  width: 100%;
  height: 40px;
  background-color: #f6f6f6;
  margin-top: 10px;
  margin-bottom: 60px;
  padding-left: 10px;
  line-height: 38px;
}

.mw_wp_form.mw_wp_form_confirm.mw_wp_form_preview .form__btn input[type="submit"] {
  border-radius: 4px;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 300px;
  width: 100%;
  height: 50px;
  margin: 0 15px;
}

.mw_wp_form.mw_wp_form_confirm.mw_wp_form_preview .form__btn input[name="mwform_submitButton-290"] {
  background-color: #006739;
  border: 1px solid #006739;
  color: #fff;
}

.mw_wp_form.mw_wp_form_confirm.mw_wp_form_preview .form__btn input[name="mwform_submitButton-290"]:hover {
  background-color: #fff;
  color: #006739;
}

.mw_wp_form.mw_wp_form_confirm.mw_wp_form_preview .form__btn input[name="submitBack"] {
  background-color: #e0e0e0;
  border: 1px solid #e0e0e0;
  color: #555555;
}

.mw_wp_form.mw_wp_form_confirm.mw_wp_form_preview .form__btn input[name="submitBack"]:hover {
  background-color: #555555;
  color: #fff;
}

.mw_wp_form.mw_wp_form_complete {
  margin-bottom: 120px;
}

.mw_wp_form.mw_wp_form_complete .complete__txt {
  text-align: center;
  margin: 50px auto 60px;
}

.mw_wp_form.mw_wp_form_complete .top__btn {
  border-radius: 4px;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 300px;
  width: 100%;
  height: 50px;
  background-color: #006739;
  border: 1px solid #006739;
  color: #fff;
  margin: 0 auto;
  text-decoration: none;
}

.mw_wp_form.mw_wp_form_complete .top__btn:hover {
  background-color: #fff;
  color: #006739;
}

.mw_wp_form .form__ttl {
  border-left: 3px solid #2c8046;
  padding-left: 5px;
  line-height: 1.4;
}

.mw_wp_form .form__ttl .surely {
  font-size: 12px;
  color: #fff;
  background-color: #ac2011;
  width: 36px;
  height: 18px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 10px;
}

.mw_wp_form .form__edit {
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  max-width: 800px;
  width: 100%;
  height: 40px;
  background-color: #f6f6f6;
  margin-top: 10px;
  margin-bottom: 60px;
  padding-left: 10px;
}

.mw_wp_form .form__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/*** Tab ***/
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .mw_wp_form {
    max-width: 90%;
  }
}

/*** SP ***/
@media screen and (max-width: 768px) {
  .mw_wp_form.mw_wp_form.mw_wp_form_input .form__btn input[type="submit"] {
    width: 100%;
    margin: 0;
    font-size: calc(22 * 2 * 100vw / 750);
    margin-bottom: calc(34 * 2 * 100vw / 750);
  }
  .mw_wp_form.mw_wp_form.mw_wp_form_confirm.mw_wp_form_preview .form__btn {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .mw_wp_form.mw_wp_form.mw_wp_form_confirm.mw_wp_form_preview .form__btn input[type="submit"] {
    max-width: 48%;
    margin: 0;
  }
  .mw_wp_form.mw_wp_form.mw_wp_form_complete {
    margin-bottom: 100px;
  }
}

/* form confirm */
/* ヘッダーシンプル版ここから */
.header__simple .header-logo {
  display: block;
  width: 240px;
  padding: 40px 0 120px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .header__simple .header-logo {
    width: 64vw;
    padding: 40px 0 100px;
  }
}

/* ヘッダーシンプル版ここまで */