@charset "UTF-8";

main {
    height: auto;
}
section {
    position: relative;
    padding-bottom: 110px;
    background-color: #f1efea;
    overflow: hidden;
}
.content {
    max-width: 930px;
    margin: 0 auto;
}
h1, h2, h3, h4 {
    font-weight: 500;
}
h2.vertical {
    writing-mode: vertical-rl;
    font-size: 2rem;
    margin: 0 auto 60px;
} 
.leadcopy {
    font-size: 1.08rem;
    line-height: 1.8;
    margin-bottom: 30px;
}
.note {
    font-size: 0.75rem;
    font-weight: normal;
    line-height: 1.8;
}
.flexbox {
    display: flex;
    flex-wrap: wrap;
}
.flexbox-txt {}
.flexbox-img {}

.top-kv .container {}
.top-kv .content {}

/* #about h2,
#point h2,
#example h2,
#message h2,
#reason h2,
#purpose h2,
#voice h2,
#flow h2,
#faq h2 {
    padding-top: 130px;
    margin-top: -130px;
    scroll-margin-top: 130px;
} */


@media screen and (max-width: 768px) {
    h2.vertical {
        font-size: 1.45rem;
        margin: 0 auto 40px;
    }
    h3 {
        font-size: 1.2rem;
    }
}


/* top-kv
-----------------------------------*/
.top-kv {
    padding-top: 130px;
    overflow: visible!important;
}
.top-kv .container {
    max-width: 1200px;
}
.top-kv .content {
    max-width: 100%;
    height: 640px;
}
.top-kv .content ul {
    gap: 90px;
    margin-left: calc(50% - 50vw);
}
.top-kv .content ul li.flexbox-left {
    position: relative;
    width: calc(100% - 308px - 90px);
}
.top-kv .content ul li.flexbox-right {
    width: 308px;
}
.top-kv .content ul li.flexbox-left p {
    position: absolute;
    top: 0;
    right: -50px;
    writing-mode: vertical-rl;
    font-size: 1.3rem;
}
.top-kv .content ul li.flexbox-left .bnr {
    position: absolute;
    bottom: -70px;
    right: -70px;
}
.top-kv .content ul li.flexbox-left .bnr img {
    width: 280px;
    height: 280px;
}
.top-kv .content ul li.flexbox-left img {
    height: 640px;
    object-fit: cover;
}
.top-kv .content ul li.flexbox-right img {
    height: 640px;
}

/* about
-----------------------------------*/
.about {
    padding: 110px 0;
    overflow: hidden;
}
.about .container {
    position: relative;
}
.about .container::before {
    content: "About";
    position: absolute;
    top: 0;
    left: -50px;
    writing-mode: vertical-rl;
    font-size: 80px;
    color: #0d2c22;
    font-weight: 700;
}
.about .container::after {
    content: "";
    position: absolute;
    top: 260px;
    left: -50px;
    width: 1px;
    height: 160px;
    background-color: #0d2c22;
}
.about .container::before,
.about .container::after {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s ease;
}
.about .container.animate::before,
.about .container.animate::after {
  opacity: 1;
  transform: translateY(0);
}
.about .content {
    text-align: center;
}
.about .content h3 {
    position: relative;
    margin: 0 auto 30px;
}
.about .content h3 {
    max-width: 780px;
    border-left: 1px solid #0d2c22;
    border-right: 1px solid #0d2c22;
}
.about .content ul {
    margin-top: 40px;
}
.about .content ul li {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 110px;
    font-size: 1.2rem;
    color: #0d2c22;
    text-align: center;
    padding: 20px;
    background-color: #fff;
    box-sizing: border-box;
}
.about .content ul li::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-top: 40px solid transparent;
    border-left: 40px solid transparent;
    border-right: 0 solid transparent;
    border-bottom: 40px solid #0d2c22;
}

/* point
-----------------------------------*/
.point {
    overflow: hidden;
}
.point .container {
    position: relative;
}
.point .container::before {
    content: "Point";
    position: absolute;
    top: 0;
    right: -50px;
    writing-mode: vertical-rl;
    font-size: 80px;
    color: #0d2c22;
    font-weight: 700;
}
.point .container::after {
    content: "";
    position: absolute;
    top: 230px;
    right: -25px;
    width: 1px;
    height: 160px;
    background-color: #0d2c22;
}
.point .container::before,
.point .container::after {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s ease;
}
.point .container.animate::before,
.point .container.animate::after {
  opacity: 1;
  transform: translateY(0);
}
.point .content dl:not(:last-child) {
    margin-bottom: 80px;
}
.point .content dl dt {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    height: 140px;
    font-size: 1.6rem;
    color: #fff;
    text-align: center;
    background-color: #0d2c22;
}
.point .content dl dt .point-label {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    position: absolute;
    top: -30px;
    left: 40px;
    color: #0d2c22;
    padding: 15px 20px;
    background-color: #f1efea;
}
.point .content dl dt .point-label .txt1 {
    font-size: 1.3rem;
    list-style: 1;
}
.point .content dl dt .point-label .txt2 {
    position: relative;
    font-size: 2.2rem;
    list-style: 1;
}
.point .content dl dt .point-label .txt2::after {
    content: "";
    position: absolute;
    top: 50%;
    left: -15px;
    transform: translateY(-50%) rotate(30deg);
    height: 40px;
    border-left: 1px solid #0d2c22;
}
.point .content dl dt::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-top: 60px solid transparent;
    border-left: 60px solid transparent;
    border-right: 0 solid transparent;
    border-bottom: 60px solid #f1efea;
}
.point .content dl dd {
    display: none;
    position: relative;
    padding: 40px;
    margin-top: 70px;
    background-color: #fff;
}
.point .content dl dd::after {
    content: "";
    position: absolute;
    top: -35px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    border-bottom: 35px solid #fff;
}
.point .content dl dd ul {
    gap: 40px;
}
.point .content dl dd ul li {
    width: calc(50% - 20px);
}
.point .content dl dd ul li img {
    margin-bottom: 0;
}
.point .content dl:nth-child(2) dd ul li:not(:first-child) img {
    width: 100%;
    height: 230px;
    object-fit: cover;
}
.point .content dl:not(:nth-child(2)) dd ul li img {
    width: 100%;
    height: 280px;
    object-fit: cover;
}
.point .content dl:nth-child(2) dd ul {
    gap: 30px;
    margin-top: 40px;
}
.point .content dl:nth-child(2) dd ul li img {
    margin-bottom: 20px;
}
.point .content dl:nth-child(2) dd ul li.box-img1 {
    width: 100%;
}
.point .content dl:nth-child(2) dd ul li.box-img2 {
    width: calc(33.33% - 20px);
}
.point .content dl:nth-child(2) dd ul li.box-img3 {
    width: calc(50% - 15px);
}

.point .content dl dt .toggle-button {
    content: "";
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 50px;
    background-color: #fff;
    border-radius: 50%;
    z-index: 10;
    transition: all 0.5s ease;
}
.point .content dl dt .toggle-button::after,
.point .content dl dt .toggle-button::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #0d2c22;
    transition: all 0.5s ease;
}
.point .content dl dt .toggle-button::after {
    width: 21px;
    height: 2px;
}
.point .content dl dt .toggle-button::before {
    width: 2px;
    height: 21px;
}
.point .content dl dt.open .toggle-button::before {
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
}

/* example
-----------------------------------*/
.example {
    overflow: hidden;
}
.example .container {
    position: relative;
}
.example .container::before {
    content: "Example";
    position: absolute;
    top: 0;
    left: -50px;
    writing-mode: vertical-rl;
    font-size: 80px;
    color: #0d2c22;
    font-weight: 700;
}
.example .container::after {
    content: "";
    position: absolute;
    top: 380px;
    left: -50px;
    width: 1px;
    height: 160px;
    background-color: #0d2c22;
}
.example .container::before,
.example .container::after {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s ease;
}
.example .container.animate::before,
.example .container.animate::after {
  opacity: 1;
  transform: translateY(0);
}
.example .content:not(:last-child) {
    margin-bottom: 110px;
}
.example .content ul {
   display: flex;
   gap: 70px;
}
.example .content:nth-of-type(1) ul {
    flex-direction: row-reverse;
    margin-right: calc(50% - 50vw);
}
.example .content:nth-of-type(2) ul {
    flex-direction: row;
    margin-left: calc(50% - 50vw);
}
.example .content ul .box-img {
    width: calc(100% - 340px);
}
.example .content ul .box-img img {
    width: 100%;
    height: 570px;
    object-fit: cover;
}
.example .content ul .box-txt {
    display: flex;
    flex-direction: column-reverse;
    width: 340px;

}
.example .content ul .box-txt img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    margin-top: 40px;
}
.example .content ul .box-txt .txt1 {
    font-size: 1.2rem;
    margin-bottom: 15px;
}
.example .content ul .box-txt .ex-btn {
    position: relative;
    width: 260px;
    border: 1px solid #000;
    margin-top: 30px;
    box-sizing: border-box;
}
.example .content ul .box-txt .ex-btn::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -15px;
    transform: translateY(-50%);
    width: 30px;
    height: 1px;
    background-color: #000;
}
.example .content ul .box-txt .ex-btn a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 1;
    text-align: center;
    padding: 20px;
    box-sizing: border-box;
    transition: all 0.5s ease;
}
.example .content ul .box-txt .ex-btn a:hover {
    color: #fff;
    background-color: #000;
    opacity: 1;
}

/* message
-----------------------------------*/
.message {
    padding: 110px 0;
    background-color: #fff;
    overflow: hidden;
}
.message .container {
    position: relative;
}
.message .container::before {
    content: "Message";
    position: absolute;
    top: 0;
    right: -50px;
    writing-mode: vertical-rl;
    font-size: 80px;
    color: #0d2c22;
    font-weight: 700;
}
.message .container::after {
    content: "";
    position: absolute;
    top: 370px;
    right: -25px;
    width: 1px;
    height: 160px;
    background-color: #0d2c22;
}
.message .container::before,
.message .container::after {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s ease;
}
.message .container.animate::before,
.message .container.animate::after {
  opacity: 1;
  transform: translateY(0);
}
.message .content {}
.message .content ul {
    gap: 40px;
}
.message .content ul li.box-img {
    width: calc(30% - 20px);
}
.message .content ul li.box-img img {
    margin-bottom: 0;
}
.message .content ul li.box-txt {
    width: calc(70% - 20px);
}
.message .content ul li.box-txt .sign {
    margin-top: 20px;
    text-align: right;
}

/* reason
-----------------------------------*/
.reason {
    padding: 110px 0;
    background: linear-gradient(rgba(13, 44, 34, 0.8), rgba(13, 44, 34, 0.8)), url(../img/reason_bg.jpg);
    background-size: cover;
    background-position: top 30% center;
    margin-bottom: 0;
}
.reason .container {}
.reason .content {
    display: flex;
    color: #fff;
}
.reason .content h2,
.reason .content h3 {
    color: #fff;
}
.reason .content h2 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30%;
}
.reason .content .box-txt {
    width: 70%;
}

/* purpose
-----------------------------------*/
.purpose {
        padding: 110px 0;
}
.purpose .container {}
.purpose .content {
    display: flex;
    flex-direction: row-reverse;
}
.purpose .content h2 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30%;
}
.purpose .content .box-txt {
    width: 70%;
}
.purpose .content .box-txt ul {
    gap: 30px;
    margin-top: 40px;
}
.purpose .content .box-txt ul li {
    width: calc(50% - 15px);
}
.purpose .content .box-txt ul li img {
    width: 100%;
    height: 230px;
    object-fit: cover;
    margin-bottom: 0;
}

/* voice
-----------------------------------*/
.voice {
    padding-bottom: 110px;
    overflow: hidden;
}
.voice .container {
    position: relative;
}
.voice .container::before {
    content: "Voice";
    position: absolute;
    top: 0;
    left: -50px;
    writing-mode: vertical-rl;
    font-size: 80px;
    color: #0d2c22;
    font-weight: 700;
}
.voice .container::after {
    content: "";
    position: absolute;
    top: 250px;
    left: -50px;
    width: 1px;
    height: 160px;
    background-color: #0d2c22;
}
.voice .container::before,
.voice .container::after {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s ease;
}
.voice .container.animate::before,
.voice .container.animate::after {
  opacity: 1;
  transform: translateY(0);
}
.voice .content {
    position: relative;
    padding-bottom: 90px;
}
.voice .content .inner {
    position: relative;
    z-index: 1;
}
.voice .content::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 580px;
    background-color: #fff;
}
.voice .content:not(:last-child) {
    margin-bottom: 110px;
}
.voice .content .inner ul {
    display: flex;
    gap: 70px;
    margin-bottom: 40px;
}
.voice .content:nth-of-type(1) .inner ul {
    flex-direction: row-reverse;
    margin-right: calc(50% - 50vw);
}
.voice .content:nth-of-type(2) .inner ul {
    flex-direction: row;
    margin-left: calc(50% - 50vw);
}
.voice .content .inner ul .box-txt {
    writing-mode: vertical-rl;
}
.voice .content .inner ul .box-txt span {
    display: inline-block;
    transform: rotate(-90deg);
}
.voice .content .inner ul .box-txt .name {
    writing-mode: vertical-rl;
    text-align: right;
}
.voice .content .inner ul .box-img {
    width: 100%;
}
.voice .content .inner ul .box-img img {
    width: 100%;
    height: 570px;
    object-fit: cover;
}

/* flow
-----------------------------------*/
.flow {
    overflow: hidden;
}
.flow .container {
    position: relative;

}
.flow .container::before {
    content: "Flow";
    position: absolute;
    top: 0;
    right: -50px;
    writing-mode: vertical-rl;
    font-size: 80px;
    color: #0d2c22;
    font-weight: 700;
}
.flow .container::after {
    content: "";
    position: absolute;
    top: 220px;
    right: -25px;
    width: 1px;
    height: 160px;
    background-color: #0d2c22;
}
.flow .container::before,
.flow .container::after {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s ease;
}
.flow .container.animate::before,
.flow .container.animate::after {
  opacity: 1;
  transform: translateY(0);
}
.flow .content h3 {
    text-align: center;
}
.flow .content .lead {
    text-align: center;
}
.flow .content ul {
    margin-top: 40px;
}
.flow .content ul li {
    display: flex;
    align-items: center;
    position: relative;
    height: 100px;
    padding: 0 30px;
    background-color: #e3e0d6;
    box-sizing: border-box;
}
.flow .content ul li:not(:last-child) {
    margin-bottom: 40px;
}
.flow .content ul li:not(:last-child)::after {
    content: "";
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #0d2c22;
}
.flow .content ul li img {
    max-width: 60px;
    margin-right: 20px;
}
.flow .content ul li .item {
    width: 230px;
    font-size: 1.4rem;
}
.flow .content ul li .desc {
    width: calc(100% - 230px);
}

/* faq
-----------------------------------*/
.faq {
    overflow: hidden;
}
.faq .container {
    position: relative;
}
.faq .container::before {
    content: "FAQ";
    position: absolute;
    top: 0;
    left: -50px;
    writing-mode: vertical-rl;
    font-size: 80px;
    color: #0d2c22;
    font-weight: 700;
}
.faq .container::after {
    content: "";
    position: absolute;
    top: 210px;
    left: -50px;
    width: 1px;
    height: 160px;
    background-color: #0d2c22;
}
.faq .container::before,
.faq .container::after {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s ease;
}
.faq .container.animate::before,
.faq .container.animate::after {
  opacity: 1;
  transform: translateY(0);
}
.faq .content dl:not(:last-child) {
    margin-bottom: 40px;
}
.faq .content dl dt {
    display: flex;
    align-items: center;
    position: relative;
    height: 100px;
    font-size: 1.3rem;
    line-height: 1.6;
    padding-right: 30px;
    border: 1px solid #0d2c22;
    background-color: #fff;
    box-sizing: border-box;
}
.faq .content dl dt .label {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100px;
    font-size: 1.6rem;
    color: #fff;
    text-align: center;
    margin-right: 30px;
    background-color: #0d2c22;
}
.faq .content dl dt::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background-color: #0d2c22;
    border-radius: 50%;
    transition: all 0.5s ease;
}
.faq .content dl dt::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 37px;
    transform: translateY(-50%) rotate(45deg);
    width: 9px;
    height: 9px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transition: all 0.5s ease;
    z-index: 1;
}
.faq .content dl dt.open::before {
    right: 34.5px;
    transform: translateY(-50%) rotate(135deg);
    margin-top: -1px;
}
.faq .content dl dd {
    display: none;
}
.faq .content dl dd .box-txt {
    display: flex;
    padding-top: 30px;
    box-sizing: border-box;
}
.faq .content dl dd .label {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90px;
    height: 40px;
    font-size: 1.6rem;
    text-align: center;
    margin-right: 30px;
}
.faq .content dl dd .txt {
    width: calc(100% - 90px - 30px);
}

/* contact
-----------------------------------*/
.contact {
    color: #fff;
    text-align: center;
    padding: 80px 0;
    background-color: #0d2c22;
}
.contact .container {}
.contact .content h3 {
    color: #fff;
}
.contact .content ul {
    margin-top: 40px;
    gap: 40px;
}
.contact .content ul li {
    width: calc(50% - 20px);
    border: 1px solid #fff;
    border-radius: 5px;
    box-sizing: border-box;
}
.contact .content ul li a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    font-size: 1.3rem;
    color: #fff;
    padding: 30px;
    box-sizing: border-box;
    transition: all 0.5s ease;
}
.contact .content ul li a:hover {
    color: #0d2c22;
    background-color: #fff;
    opacity: 1;
}
.contact .content ul li a::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 30px;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
}
.contact .content ul li.mail a::after {
    background: url(../img/mail.svg) no-repeat;
    background-size: cover;
    background-position: center;
}
.contact .content ul li.tel a::after {
    background: url(../img/tel.svg) no-repeat;
    background-size: cover;
    background-position: center;
}

/* header
-----------------------------------*/
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 130px;
    background-color: #f1efea;
    z-index: 9999;
}
.header .container {
    max-width: 1200px;
}
.header .container .head-bar {
    color:#fff;
    margin: 0 calc(50% - 50vw);
    background-color: #0d2c22;
}
.header .container .head-bar .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    height: 40px;
    font-size: 0.9rem;
    margin: 0 auto;
}
.header .container .head-bar .inner .head-cv {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 380px;
    height: 100%;
}
.header .container .head-bar .inner .head-cv .mail {
    background-color: #1b3c31;
}
.header .container .head-bar .inner .head-cv .tel {
    background-color: #be9e76;
}
.header .container .head-bar .inner ul li {
    width: 50%;
    height: 100%;
    box-sizing: border-box;
}
.header .container .head-bar .inner ul li a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    color: #fff;
    line-height: 40px;
    padding: 0 20px;
    box-sizing: border-box;
    transition: all 0.5s ease;
}
.header .container .head-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 90px;
    padding: 20px 0;
    box-sizing: border-box;
}
.header .container .head-nav .logo {
    display: flex;
    align-items: center;
}
.header .container .head-nav .logo img {
    max-width: 230px;
    margin-right: 30px;
}
.header .container .head-nav .nav {
    display: flex;
    align-items: center;
    width: 135px;
}
.header .container .head-nav .sns {
    max-width: 45px;
}

.header .content {}

/* footer
-----------------------------------*/
.footer .container {
    height: 320px;
}
.footer .content {}
.footer .content .inner {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 70px;
    padding: 80px 0 40px;
}
.footer .content .inner .logo {
    max-width: 260px;
}
.footer .content .inner .name {
    font-size: 1.3rem;
}
.footer .content .inner .sns {
    max-width: 45px;
}
.footer .content .svc {
    text-align: center;
}
.footer .content .copyright {
    text-align: center;
    margin: 40px calc(50% - 50vw) 0;
    border-top: 1px solid #000;
}

/* media query : mobile
---------------------------------------------*/
@media screen and (max-width: 768px) {
    /* top-kv
    -----------------------------------*/
    .top-kv {
        padding-top: 77px;
        padding-bottom: 20px;
    }
    .top-kv .content {
        height: 460px;
    }
    .top-kv .content ul {
        gap: 0;
        margin-left: calc(50% - 50vw);
    }
    .top-kv .content ul li.flexbox-left {
        position: relative;
        width: calc(100% - 70px);
    }
    .top-kv .content ul li.flexbox-right {
        display: none;
    }
    .top-kv .content ul li.flexbox-left p {
        right: -50px;
        font-size: 1.2rem;
    }
    .top-kv .content ul li.flexbox-left .bnr {
        position: absolute;
        bottom: -60px;
        right: -60px;
        z-index: 1;
    }
    .top-kv .content ul li.flexbox-left .bnr img {
        width: 180px;
        height: 180px;
    }
    .top-kv .content ul li.flexbox-left img {
        height: 460px;
        object-fit: cover;
    }

    /* about
    -----------------------------------*/
    .about {
        padding: 60px 0;
    }
    .about .container {
        padding: 0 20px;
    }
    .about .container::before,
    .about .container::after {
        display: none;
    }
    .about .content {
        text-align: left;
    }
    .about .content h3 {
        text-align: center;
        padding: 0 20px;
        margin: 0 auto 30px;
    }
    .about .content ul {
        gap: 20px;
        margin-top: 30px;
    }
    .about .content ul li {
        width: 100%;
        min-height: 90px;
        height: auto;
        font-size: 1rem;
    }
    .about .content ul li::after {
        border-top: 30px solid transparent;
        border-left: 30px solid transparent;
        border-right: 0 solid transparent;
        border-bottom: 30px solid #0d2c22;
    }

    /* point
    -----------------------------------*/
    .point {
        padding-bottom: 60px;
    }
    .point .container {
        padding: 0 20px;
    }
    .point .container::before,
    .point .container::after {
        display: none;
    }

    .point .content dl:not(:last-child) {
        margin-bottom: 60px;
    }
    .point .content dl dt {
        min-height: 90px;
        height: auto;
        font-size: 1.2rem;
        padding: 30px 20px;
        box-sizing: border-box;
    }
    .point .content dl dt .point-label {
        gap: 20px;
        position: absolute;
        top: -30px;
        left: 20px;
        padding: 7px 15px;
    }
    .point .content dl dt .point-label .txt1 {
        font-size: 1rem;
    }
    .point .content dl dt .point-label .txt2 {
        font-size: 1.6rem;
    }
    .point .content dl dt .point-label .txt2::after {
        left: -10px;
        height: 30px;
    }
    .point .content dl dt::after {
        border-top: 30px solid transparent;
        border-left: 30px solid transparent;
        border-right: 0 solid transparent;
        border-bottom: 30px solid #f1efea;
    }
    .point .content dl dd {
        padding: 20px;
        margin-top: 60px;
    }
    .point .content dl dd::after {
        top: -30px;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 30px solid #fff;
    }
    .point .content dl dd ul {
        gap: 20px;
    }
    .point .content dl dd ul li {
        width: 100%;
    }
    .point .content dl:nth-child(2) dd ul li:not(:first-child) img {
        height: 200px;
    }
    .point .content dl:not(:nth-child(2)) dd ul li img {
        height: 230px;
    }
    .point .content dl:nth-child(2) dd ul {
        gap: 20px;
        margin-top: 30px;
    }
    .point .content dl:nth-child(2) dd ul li img {
        margin-bottom: 20px;
    }
    .point .content dl:nth-child(2) dd ul li.box-img2,
    .point .content dl:nth-child(2) dd ul li.box-img3 {
        width: 100%;
    }

    .point .content dl dt .toggle-button {
        bottom: -20px;
        width: 40px;
        height: 40px;
    }
    .point .content dl dt .toggle-button::after {
        width: 17px;
        height: 2px;
    }
    .point .content dl dt .toggle-button::before {
        width: 2px;
        height: 17px;
    }

    /* example
    -----------------------------------*/
    .example {
        padding-bottom: 60px;
    }
    .example .container {
        padding: 0 20px;
    }
    .example .container::before,
    .example .container::after {
        display: none;
    }
    .example .content:not(:last-child) {
        margin-bottom: 60px;
    }
    .example .content ul {
        display: inline-block;
        width: 100%;
        gap: 20px;
    }
    .example .content:nth-of-type(1) ul {
        flex-direction: row;
        margin-right: auto;
    }
    .example .content:nth-of-type(2) ul {
        flex-direction: row;
        margin-left: auto;
    }
    .example .content ul .box-img {
        width: 100%;
        margin-bottom: 20px;
    }
    .example .content ul .box-img img {
        width: 100%;
        height: 230px;
    }
    .example .content ul .box-txt {
        flex-direction: column;
        width: 100%;
    }
    .example .content ul .box-txt img {
        height: 230px;
        margin-top: 0;
        margin-bottom: 20px;
    }
    .example .content ul .box-txt .txt1 {
        font-size: 1.2rem;
        margin-bottom: 15px;
    }
    .example .content ul .box-txt .ex-btn {
        margin: 30px auto 0;
    }

    /* message
    -----------------------------------*/
    .message {
        padding: 60px 0;
    }
    .message .container {
        padding: 0 20px;
    }
    .message .container::before,
    .message .container::after {
        display: none;
    }
    .message .content ul {
        gap: 0;
    }
    .message .content ul li.box-img {
        width: 100%;
    }
    .message .content ul li.box-img img {
        display: block;
        max-width: 240px;
        margin: 0 auto;
    }
    .message .content ul li.box-txt {
        width: 100%;
    }

    /* reason
    -----------------------------------*/
    .reason {
        padding: 60px 0;
    }
    .reason .container {
        padding: 0 20px;
    }
    .reason .content {
        display: block;
    }
    .reason .content h2 {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
    }
    .reason .content .box-txt {
        width: 100%;
    }

    /* purpose
    -----------------------------------*/
    .purpose {
            padding: 60px 0;
    }
    .purpose .container {
        padding: 0 20px;
    }
    .purpose .content {
        display: block;
        flex-direction: row;
    }
    .purpose .content h2 {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
    }
    .purpose .content .box-txt {
        width: 100%;
    }
    .purpose .content .box-txt ul {
        gap: 20px;
        margin-top: 30px;
    }
    .purpose .content .box-txt ul li {
        width: calc(50% - 10px);
    }
    .purpose .content .box-txt ul li img {
        height: calc(50vw - 30px);
    }

    /* voice
    -----------------------------------*/
    .voice {
        padding-bottom: 60px;
    }
    .voice .container {
        padding: 0 20px;
    }
    .voice .container::before,
    .voice .container::after {
        display: none;
    }
    .voice .content {
        padding-bottom: 60px;
    }
    .voice .content::after {
        height: 490px;
    }
    .voice .content:not(:last-child) {
        margin-bottom: 60px;
    }
    .voice .content .inner ul {
        display: flex;
        gap: 20px;
        margin-bottom: 30px;
    }
    .voice .content .inner ul .box-txt {
        height: 320px;
    }
    .voice .content .inner ul .box-img img {
        height: 320px;
    }


    /* flow
    -----------------------------------*/
    .flow .container {
        padding: 0 20px;
    }
    .flow .container::before,
    .flow .container::after {
        display: none;
    }
    .flow .content h3 {
        text-align: center;
    }
    .flow .content .lead {
        text-align: left;
    }
    .flow .content ul {
        margin-top: 30px;
    }
    .flow .content ul li {
        flex-wrap: wrap;
        min-height: 90px;
        height: auto;
        padding: 20px;
    }
    .flow .content ul li:not(:last-child) {
        margin-bottom: 30px;
    }
    .flow .content ul li:not(:last-child)::after {
        bottom: -22px;
        border-left: 12px solid transparent;
        border-right: 12px solid transparent;
        border-top: 12px solid #0d2c22;
    }
    .flow .content ul li img {
        max-width: 50px;
        margin-right: 20px;
    }
    .flow .content ul li .item {
        width: calc(100% - 70px);
        font-size: 1.2rem;
    }
    .flow .content ul li .desc {
        width: 100%;
        margin-top: 10px;
    }

    /* faq
    -----------------------------------*/
    .faq {
        padding-bottom: 60px;
    }
    .faq .container {
        padding: 0 20px;
    }
    .faq .container::before,
    .faq .container::after {
        display: none;
    }
    .faq .content dl:not(:last-child) {
        margin-bottom: 20px;
    }
    .faq .content dl dt {
        height: auto;
        font-size: 1rem;
        padding-right: 55px;
    }
    .faq .content dl dt .label {
        min-width: 50px;
        width: 50px;
        height: 90px;
        font-size: 1.4rem;
        margin-right: 15px;
    }
    .faq .content dl dt::after {
        right: 15px;
        width: 35px;
        height: 35px;
    }
    .faq .content dl dt::before {
        right: 29px;
        width: 8px;
        height: 8px;
    }
    .faq .content dl dt.open::before {
        right: 27.5px;
    }
    .faq .content dl dd {
        display: none;
    }
    .faq .content dl dd .box-txt {
        padding-top: 20px;
    }
    .faq .content dl dd .label {
        width: 45px;
        font-size: 1.4rem;
        margin-right: 15px;
    }
    .faq .content dl dd .txt {
        width: calc(100% - 90px - 30px);
    }

    /* contact
    -----------------------------------*/
    .contact {
        color: #fff;
        text-align: center;
        padding: 60px 0;
        background-color: #0d2c22;
    }
    .contact .container {
        padding: 0 20px;
    }
    .contact .content h3 {
        color: #fff;
    }
    .contact .content ul {
        margin-top: 30px;
        gap: 20px;
    }
    .contact .content ul li {
        width: 100%;
        min-height: 90px;
        height: auto;
    }
    .contact .content ul li a {
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 1.2rem;
        padding: 20px;
    }
    .contact .content ul li a::after {
        left: 20px;
        width: 40px;
        height: 40px;
    }

    /* header
    -----------------------------------*/
    .header {
        height: 77px;
    }
    .header .container .head-bar .inner {
        height: 7px;
    }
    .header .container .head-bar .inner .head-cv {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 50px;
        z-index: 9999;
    }
    .header .container .head-bar .inner ul li a {
        line-height: 50px;
    }
    .header .container .head-nav {
        height: 70px;
        padding: 15px 20px;

    }
    .header .container .head-nav .logo p {
        display: none;
    }
    .header .container .head-nav .logo img {
        max-width: 160px;
        margin-right: 0;
    }
    .header .container .head-nav .nav {
        width: 90px;
    }
    .header .container .head-nav .sns {
        max-width: 40px;
    }

    /* footer
    -----------------------------------*/
    .footer .container {
        padding: 0 20px;
    }
    .footer .content .inner {
        flex-flow: column;
        text-align: center;
        gap: 20px;
        padding: 60px 0 20px;
    }
    .footer .content .inner .logo {
        max-width: 200px;
    }
    .footer .content .inner .name {
        font-size: 1.3rem;
    }
    .footer .content .inner .sns {
        max-width: 40px;
    }
    .footer .content .svc {
        text-align: left;
    }
    .footer .content .copyright {
        text-align: center;
        margin: 40px calc(50% - 50vw) 0;
        border-top: 1px solid #000;
    }
}