/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */

/* Reset box-model and set borders */
/* ============================================ */

*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
  font-family: "Roboto", sans-serif;
}

/* Document */
/* ============================================ */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */

/**
 * Prevent vertical alignment issues.
 */

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

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

/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}

button:disabled,
[type="button"]:disabled,
[type="reset"]:disabled,
[type="submit"]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */

option {
  padding: 0;
}

/**
 * Reset to invisible
 */

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */

[type="search"] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type="number"] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */

label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */

[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */

/**
1. Correct table border color inheritance in all Chrome and Safari.
*/

table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* header */
header{
    background: #fff;
    padding: 20px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

header h1{
    font-size: 24px;
    width: 150px;
}

.logo{
    width: 100%;
}

.header-cta{
    color: #fff;
    background: linear-gradient(90deg, #FF8A00, #FF5004);
    border-radius: 50px;
    padding: 21px 20px;
    font-size: 18px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
    width:280px;
    font-weight: bold;
    display:block;
    position: relative;
    text-align: center;
}

.header-cta:hover{
    opacity: .8;
}

.header-cta::after{
    content: ">";
    position: absolute;
    color: #fff;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
}

@media screen and (max-width:1024px) {
    header{
        padding: 20px 20px;
        gap: 10px;
    }

    header h1{
        width: 120px;
    }
    
    .logo{
        width: 100%;
    }

    .header-cta{
        font-size: 14px;
    }
    
    .header-cta::after{
        right: 15px;
    }
}

/* fv */
.fv{
    background: url(./img/fv_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: 680px;
}

.fv-inner{
    max-width: 1366px;
    margin: 0 auto;
    display: flex;
    align-items: flex-end;
    height: 100%;
    gap: 90px;
}

.fv-txt{
    background: #71D6D2;
    padding: 140px 60px;
    height: 100%;
    line-height: 1.6;
}

.fv-head{
    font-size: 64px;
    color: #ffffff;
    font-weight: bold;
}

.fv-sub{
    font-size: 24px;
    color: #fff;
    margin-top: 60px;
}

.fv-cta{
    color: #fff;
    background: linear-gradient(90deg, #FF8A00, #FF5004);
    border-radius: 50px;
    padding: 21px 50px;
    font-size: 32px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
    margin-top: 70px;
    width:550px;
    font-weight: bold;
    display:block;
    position: relative;
}

.fv-cta:hover{
    opacity: .8;
}

.fv-cta::after{
    content: ">";
    position: absolute;
    color: #fff;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
}

.fv-img{
    width: 610px;
}

@media screen and (max-width:1300px) {
    .fv{
        height: 640px;
    }
    .fv-head{
        font-size: 50px;
    }
    .fv-sub{
        font-size: 21px;
    }
}

@media screen and (max-width:1200px) {
    .fv{
        height: auto;
    }
    .fv-inner{
        flex-direction: column;
        align-items: center;
        gap: 0;
    }
    .fv-img{
        min-width: 0;
        width: 80%;
        max-width: 400px;
        order: 1;
    }
    .fv-head{
        font-size: 48px;
    }
    .fv-sub{
        font-size: 18px;
        margin-top: 30px;
    }
    .fv-cta{
        width: 100%;
        max-width: 400px;
        font-size: 18px;
        margin: 40px auto 0;
    }
    .fv-txt{
        padding: 60px 10px;
        order: 2;
        width: 100%;
        text-align: center;
    }
}


/* cta */
.cta{
    background: #EAF6DE;
}

.cta-inner{
    max-width: 1366px;
    margin: 0 auto;
    padding: 80px 0;
}

.cta-line{
    margin-top: 40px;
}

.cta-txt{
    font-size: 34px;
    font-weight: bold;
    text-align: center;
}

.cta-sub{
    font-size: 26px;
    text-align: center;
    margin-top: 10px;
}

.cta-link{
    margin: 20px auto;
    display: block;
    width: 550px;
}

.cta-link:hover{
    opacity: .8;
}

.cta-link img{
    width: 100%;
}

@media screen and (max-width:1024px) {
    .cta-inner{
        padding: 40px 10px 5px;
    }
    .cta-link{
        width: 80%;
        max-width: 550px;
    }
    .cta-txt{
        font-size: 18px;
    }
    .cta-sub{
        font-size:14px;
    }
}

/* method */
.method-inner{
    max-width: 1366px;
    margin: 0 auto;
    padding: 120px 15px;
}

.method-head{
    font-size: 40px;
    font-weight: bold;
    text-align: center;
}

.method-list{
    display: flex;
    align-items: center;
    gap: 35px;
    margin-top: 100px;
}

.method-item{
    width: 320px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}

.method-item img{
    width: 100%;
}

.method-txt{
    background: #EAF6DE;
    color: #24948F;
    font-size: 26px;
    text-align: center;
    height: 80px;
    line-height: 80px;
    font-weight: bold;
}

@media screen and (max-width:1024px) {
    .method-inner{
        padding: 40px 10px;
    }
    .method-head{
        font-size: 32px;
    }
    .method-list{
        margin-top: 40px;
        flex-direction: column;
        align-items: center;
    }
}



/* jisseki */
.jisseki{
    background: #E9E9E9;
}

.jisseki-inner{
    max-width: 1366px;
    margin: 0 auto;
    padding: 120px 15px;
}

.jisseki-head{
    font-size: 40px;
    font-weight: bold;
    text-align: center;
}

.jisseki-list{
    display: flex;
    gap: 35px;
    margin-top: 100px;
}

.jisseki-item{
    width: 320px;
    background: #fff;
    padding: 20px 30px 50px;
    display: flex;
    flex-direction: column;
}

.jisseki-img-wrap{
    height: 300px;
    position: relative;
}

.jisseki-item img{
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: 100%;
    max-width: 100%;
}

.jisseki-txt{
    margin-top: auto;
    font-weight: bold;
}

.jisseki-price{
    font-size: 30px;
    margin-bottom: 30px;
}

.jisseki-small{
    font-size: 12px;
    margin-right: 15px;
}

.jisseki-description{
    color: #333;
    font-size: 16px;
    padding: 10px 0;
}

.jisseki-description:nth-of-type(3),
.jisseki-description:nth-of-type(2) {
  border-bottom: 1px dashed #E9E9E9;
}

@media screen and (max-width:1024px) {
    .jisseki-inner{
        padding: 40px 10px;
    }
    .jisseki-head{
        font-size: 28px;
    }
    .jisseki-list{
        margin-top: 40px;
        flex-direction: column;
        align-items: center;
    }
}




/* list */
.list{
    background: #EAF6DE;
}

.list-inner{
    max-width: 1366px;
    margin: 0 auto;
    padding: 120px 15px;
}


.list-head{
    font-size: 40px;
    font-weight: bold;
    text-align: center;
}

.list-list{
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    margin-top: 80px;
    justify-content: center;
}

.list-item{
    width: 310px;
    background: #ffffff;
    padding: 90px 50px 50px 60px;
}

.list-img{
    width: 155px;
    height: auto;
    margin: 0 auto;
    display: block;
}

.list-txt{
    font-size: 30px;
    text-align: center;
    font-weight: bold;
    margin-top: 60px;
}

@media screen and (max-width:1024px) {
    .list-inner{
        padding: 40px 10px;
    }
    .list-head{
        font-size: 32px;
    }
    .list-list{
        margin-top: 40px;
        flex-direction: column;
        align-items: center;
    }
    .list-item{
        width: 90%;
        max-width: 310px;
        background: #ffffff;
        padding: 20px 30px 30px 20px;
    }
}


/* available */
.available-inner{
    max-width: 1366px;
    margin: 0 auto;
    padding: 120px 15px;
}

.available-head{
    font-size: 40px;
    font-weight: bold;
    text-align: center;
}

.available-list{
    display: flex;
    gap: 30px;
    margin: 80px auto 0;
    flex-wrap: wrap;
}

.available-item{
    border: solid 4px #88B745 ;
    background: #F7FFEF;
    border-radius: 10px;
    padding: 60px 20px 20px;
    width: 310px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.available-item:nth-of-type(2){
    padding-top: 90px;
}

.available-icon{
    display: block;
    margin: 0 auto;
}

.available-txt{
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    margin-top: 20px;
}

.available-sub{
    line-height: 1.5;
    margin-top: 30px;
}

.available-link{
    color: #fff;
    background: linear-gradient(90deg, #FF8A00, #FF5004);
    border-radius: 50px;
    padding: 21px 40px;
    font-size: 24px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
    margin-top: 36px;
    width:260px;
    font-weight: bold;
    display:block;
    position: relative;
}

.available-link:hover{
    opacity: .8;
}

.available-link::after{
    content: ">";
    position: absolute;
    color: #fff;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
}

@media screen and (max-width:1024px) {
    .available-inner{
        padding: 40px 10px;
    }
    .available-head{
        font-size: 28px;
    }
    .available-list{
        margin-top: 40px;
        flex-direction: column;
        align-items: center;
    }
    .available-item{
        width: 90%;
        max-width: 310px;
        padding: 20px 30px 30px 20px;
    }
    .available-txt{
        margin-top: 20px;
    }
}

/* reason */
.reason-inner{
    max-width: 1175px;
    margin: 0 auto;
    padding: 120px 5%;
}

.reason-head{
    font-size: 40px;
    font-weight: bold;
    text-align: center;
}

.reason-list{
    margin-top: 80px;
}

.reason-item{
    display: flex;
    padding: 60px 0;
    gap: 50px;
    justify-content: space-between;
    border-bottom: 2px solid #28B16F;
}

.reason-txt{
    max-width: 720px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.reason-title{
    color: #28B16F;
    font-size: 40px;
    font-weight: bold;
}

.reason-sub{
    color: #333;
    font-size: 18px;
    margin-top: 40px;
    line-height: 1.5;
}

.reason-img{
    min-width: 300px;
    height: auto;
}

@media screen and (max-width:1024px) {
    .reason-inner{
        padding: 40px 10px;
    }
    .reason-head{
        font-size: 28px;
    }
    .reason-list{
        margin-top: 40px;
        flex-direction: column;
        align-items: center;
    }
    .reason-item{
        padding: 20px 30px 30px 20px;
        flex-direction: column;
        gap: 0;
    }
    .reason-title{
        font-size: 26px;
    }
    .reason-txt{
        margin-top: 20px;
        padding-left: 0;
        max-width: none;
        order: 2;
    }
    .reason-img{
        min-width: 0;
        height: auto;
        margin-top: 30px;
        padding-left: 0;
        padding-right: 0;
        max-width: 300px;
        margin:0px auto 0px;
        order: 1;
    }
    .reason-sub{
        font-size: 14px;
        margin-top: 20px;
    }
}


/* voice */
.voice{
    background: #F9F9F9;
}

.voice-inner{
    padding: 80px 0;
}

.voice-head{
    font-size: 40px;
    font-weight: bold;
    text-align: center;
}

.voice-list{
    display: flex;
    margin-top: 80px;
    gap: 80px;
}

.voice-item{
    border-radius: 10px;
    display: flex!important;
    width: 1000px;
    background: #fff;
}

.voice-txt{
    padding: 70px 50px 30px;
}

.voice-title{
    font-size: 26px;
    color: #28B16F;
    font-weight: bold;
}

.voice-sub{
    font-size: 16px;
    color: #28B16F;
    font-weight: bold;
    margin-top: 32px;
}

.voice-img{
    min-width: 250px;
}

.voice-review{
    color: #FFDD00;
    font-size: 20px;
    margin-top: 40px;
}

.voice-description{
    font-size: 14px;
    margin-top: 30px;
    line-height: 1.5;
}

@media screen and (max-width:1024px) {
    .voice-inner{
        padding: 40px 10px;
    }
    .voice-head{
        font-size: 28px;
    }
    .voice-list{
        margin-top: 40px;
        gap: 10px;
    }
    .voice-item{
        flex-direction: column;
    }
    .voice-txt {
        padding: 30px 25px 30px;
    }
    .voice-img{
        min-width: auto;
        max-width: 300px;
        margin: 0 auto;
    }
}

/* flow */
.flow-inner{
    max-width: 1366px;
    margin: 0 auto;
    padding: 120px 15px;
}

.flow-head{
    font-size: 40px;
    font-weight: bold;
    text-align: center;
}

.flow-list{
    display: flex;
    gap: 35px;
    justify-content: center;
    margin-top: 90px;
}

.flow-item{
    width: 250px;
    border: 4px solid #28B16F;
    padding: 50px 20px 30px;
    position: relative;
    border-radius: 10px;
}

.flow-item::after{
    content: "";
    position: absolute;
    left: 50%;
    top: -41px;
    transform: translateX(-50%);
}

.flow-item:nth-of-type(1)::after{
   content: url(./img/step-1.svg);
}

.flow-item:nth-of-type(2)::after{
    content: url(./img/step-2.svg);
 }
 
 .flow-item:nth-of-type(3)::after{
    content: url(./img/step-3.svg);
 }

 .flow-item:nth-of-type(4)::after{
    content: url(./img/step-4.svg);
 }

.flow-img{
    width: 146px;
    height: auto;
    display: block;
    margin: 0 auto;
}

.flow-title{
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin-top: 24px;
}

.flow-sub{
    font-size: 14px;
    margin-top: 24px;
    line-height: 1.8;
}

@media screen and (max-width:1024px) {
    .flow-inner{
        padding: 40px 10px;
    }

    .flow-head{
        font-size: 28px;
    }

    .flow-list{
        flex-direction: column;
        align-items: center;
        gap: 60px;
    }

}


/* staff */
.staff-inner{
    padding: 80px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 90px;
}

.staff-head{
    font-size: 40px;
    font-weight: bold;
    text-align: center;
}

.staff-img{
    width: 480px;
    height: auto;
}

.staff-txt{
    width: 600px;
}

.staff-title{
    font-size: 40px;
    color: #28B16F;
    font-weight: bold;
}

.staff-sub{
    font-size: 21px;
    margin-top: 30px;
    line-height: 1.8;
}

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

    .staff-title{
        font-size: 32px;
        text-align: center;
    }

    .staff-txt{
        max-width: 600px;
    }

    .staff-inner{
        padding: 40px 10px;
    }

}




/* info */
.info{
    background: #F9F9F9;
}

.info-inner{
    padding: 80px 15px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 10px;
}

.info-txt{
    width: 600px;
}

.info-title{
    font-size: 40px;
    color: #28B16F;
    font-weight: bold;
}

.info-list{
    margin-top: 60px;
}

.info-item{
    font-size: 18px;
    line-height: 1.8;
}

.info-map{
    width: 600px;
    height:450px;
}

.info-map iframe{
    width: 600px;
    height:450px;
}

.info-other{
    color: blue;
    display: block;
    margin-top: 20px;
    text-decoration: underline;
}

@media screen and (max-width:1200px) {
    .info-inner{
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }

}

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

    .info-inner{
        padding: 40px 10px;
        flex-direction: column;
        gap: 20px;
    }
    
    .info-txt{
        width: 100%;
        text-align: center;
    }
    
    .info-title{
        font-size: 32px;
        text-align: center;
        text-align: center;
    }

    .info-map{
        width: 100%;
        max-width: 600px;
        height: auto;
        margin: 0 auto;
    }

    .info-map iframe{
        width: 100%;
        max-width: 600px;
        height: auto;
    }

}

/* faq */
.faq{
    background: #F9F9F9;
}

.faq-inner{
    padding: 80px 30px;
}

.faq-head{
    font-size: 40px;
    font-weight: bold;
    text-align: center;
}

.faq-list{
    margin-top: 60px;
    margin: 60px auto 0;
    width:100%;
    max-width: 1200px;
    padding: 0 15px;
}


.qa-7 {
    width: 100%;
    max-width: 1200px;
    margin-bottom: 30px;
    border: none;
    border-radius: 5px;
    box-shadow: 0 4px 4px rgb(0 0 0 / 2%), 0 2px 3px -2px rgba(0 0 0 / 5%);
    background-color: #E7F4DA;
}

.qa-7 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 40px 20px 40px 80px;
    color: #0B4F30;
    font-weight: 600;
    cursor: pointer;
    font-size: 20px;
}

.qa-7 summary::before,
.qa-7 p::before {
    position: absolute;
    left: 1em;
    font-weight: 600;
    font-size: 24px;
}

.qa-7 summary::before {
    color: #fff;
    content: "Q";
    background: #0B4F30;
    border-radius: 30px;
    padding: 10px;
    width: 50px;
    height: 50px;
    text-align: center;
}

.qa-7 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #333333b3;
    border-right: 3px solid #333333b3;
    content: '';
    transition: transform .5s;
}

.qa-7[open] summary::after {
    transform: rotate(225deg);
}

.qa-7 p {
    position: relative;
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 3em 1.5em;
    padding: 40px 20px 40px 80px;
    color: #0B4F30;
    font-weight: 600;
    cursor: pointer;
    font-size: 16px;
    transition: transform .5s, opacity .5s;
}

.qa-7[open] p {
    transform: none;
    opacity: 1;
}

.qa-7 p::before {
    color: #fff;
    content: "A";
    background: #0B4F30;
    border-radius: 30px;
    padding: 10px;
    width: 50px;
    height: 50px;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
}

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

    .faq-inner{
        padding: 40px 10px;
    }
    
    .faq-head{
        font-size: 28px;
        font-weight: bold;
        text-align: center;
    }
    
    .faq-list{
        margin-top: 30px;
        margin: 60px auto 0;
        width: fit-content;
    }
    
    
    .qa-7 {
        width: 100%;
        max-width: 800px;
        margin-bottom: 30px;
        border: none;
        border-radius: 5px;
        box-shadow: 0 4px 4px rgb(0 0 0 / 2%), 0 2px 3px -2px rgba(0 0 0 / 5%);
        background-color: #E7F4DA;
    }

}

/* news */
.news{
    background: #F9F9F9;
}

 .news-inner{
    max-width: 1366px;
    margin: 0 auto;
    padding: 120px 15px;
}

 .news-head{
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    color: #28B16F;
}

.news-list{
    margin: 60px auto 0;
    background: #fff;
    padding: 20px 30px;
    width: 1000px;
}

.news-item{
    border-bottom: 1px solid #D9D9D9;
    padding: 20px 40px;
    font-size: 16px;
}

.news-item a{
    display: flex;
    gap: 30px;
}

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

    .news-inner{
        padding: 60px 15px;
    }
    
     .news-head{
        font-size: 28px;
        font-weight: bold;
        text-align: center;
        color: #28B16F;
    }
    
    .news-list{
        margin: 30px auto 0;
        width: 100%;
    }

    .news-item a {
        flex-direction: column;
    }
}

/* banner */
.banner{
    background: url(./img/fv_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: 640px;
}

.banner-inner{
    max-width: 1366px;
    margin: 0 auto;
    display: flex;
    align-items: flex-end;
    height: 100%;
    gap: 90px;
}

.banner-txt{
    background: #71D6D2;
    padding: 250px 40px 120px;
    height: 100%;
    line-height: 1.6;
}

.banner-head{
    font-size: 50px;
    color: #ffffff;
    font-weight: bold;
}

.banner-sub{
    font-size: 18px;
    color: #fff;
    margin-top: 60px;
}

.banner-img{
    width: 560px;
}

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

    .banner-img{
        width: 485px;
    }
}



@media screen and (max-width:1200px) {
    .banner{
        height: auto;
    }

    .banner-inner{
        flex-direction: column;
    }

    .banner-head{
        font-size: 48px;
        text-align: center;
    }

    .banner-txt{
        padding: 40px 20px;
        width: 100%;
    }
    

    .banner-img{
        width: 100%;
        max-width: 600px;
        margin: 0 auto;
    }
}

@media screen and (max-width:1080px) {
    .banner{
        height: auto;
    }

    .banner-inner{
        flex-direction: column;
    }

    .banner-head{
        font-size: 32px;
        text-align: center;
    }

    .banner-txt{
        padding: 40px 20px;
        width: 100%;
    }
    

    .banner-img{
        width: 100%;
        max-width: 600px;
        margin: 0 auto;
    }
}

/* form */
.form{
    background: #EAF6DE;
}

.form-inner{
    max-width: 1366px;
    margin: 0 auto;
    padding: 120px 15px;
}

.form-head{
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    color: #28B16F;
}

.form-content{
    width: 1000px;
    margin: 80px auto 0;
}

.form-wrap{
    display: flex;
    flex-direction: column;
}

.form-wrap label{
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 8px;
}

.form-wrap input{
    background: #ffffff;
    padding: 20px;
    margin-bottom: 16px;
}

.form-wrap textarea{
    background: #ffffff;
    padding: 20px;
    margin-bottom: 16px;
}

.form-submit{
    color: #fff;
    background: linear-gradient(90deg, #FF8A00, #FF5004);
    border-radius: 50px;
    padding: 20px 20px;
    font-size: 24px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
    margin-top: 70px;
    width:320px;
    font-weight: bold;
    display:block!important;
    position: relative;
    margin: 60px auto 0;
    text-align: center;
}

.form-content select {
    background: #ffffff;
    padding: 20px;
    margin-bottom: 16px;
  }


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

    .form-content{
        width: 100%;
        max-width: 1000px;
    }

}
  

/* column */
.column{
    background: #F9F9F9;
}

.column-inner{
    max-width: 1366px;
    margin: 0 auto;
    padding: 120px 15px;
}

.column-head{
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    color: #28B16F;
}

.column-list{
    display: flex;
    gap: 30px;
    margin-top: 60px;
}

.column-item{
    width:300px; 
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}

.column-txt{
    padding: 30px 15px;
    position: relative;
}

.column-tag{
    position: absolute;
    right: 0;
    top: 27px;
    font-size: 18px;
    color: #fff;
    background: #33C6BD;
    padding: 3px 40px; 
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}

.column-title{
    font-size: 18px;
    color: #157A49;
    font-weight: bold;
}

.column-description{
    font-size: 14px;
    margin-top: 20px;
    line-height: 1.8;
}

.column-item img{
    width: 100%;
}

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

    .column-list{
        flex-direction: column;
    align-items: center;
    }

}

/* cta */
.fixedcta{
    background: #EAF6DE;
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 99;
    transform:translateY(100px);
  opacity: 0;
}
.fixedcta.show {
    opacity: 1;
    transform:translateY(0);
  }

.fixedcta-inner{
    max-width: 1366px;
    margin: 0 auto;
    padding: 10px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

.fixedcta-link{
    display: block;
    width: 400px;
}

.fixedcta-link:hover{
    opacity: .8;
}

.fixedcta-link img{
    width: 100%;
}

@media screen and (max-width:1024px) {
    .fixedcta-inner{
        padding: 15px 10px 15px;
        gap: 5px;
    }
    .fixedcta-link{
        width: 100%;
        max-width: 550px;
    }
}
  


/* footer */
footer{
    background: #33C6BD;
    height: 130px;
}


.pc{
    display: block;
}

.sp{
    display: none;
}


@media screen and (max-width:1024px) {
    .pc{
        display: none;
    }
    
    .sp{
        display: block;
    }
    
}