@charset "utf-8";
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: top;
    background: transparent;
}
body, h1, h2, h3, p, span {
    font-size: 14px;
    -webkit-text-size-adjust: 100%;
    font: normal;
    font-family: "Noto Sans JP", "Hiragino Maru Gothic W4 JIS2004", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-weight: 500;
}
a.btn:before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background: #2eab62;
    border-radius: 30px;
}
a.btn:after {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    position: absolute;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    top: 50%;
    left: 0;
    transform: translate(70%, -50%) rotate(45deg);
}

a.btn {
    position: relative;
    display: block;
    max-width: fit-content;
    margin: 0 auto;
    padding: 0 25px;
    color: #2eab62;
    font-size: 18px;
    text-align: center;
    text-decoration: none;
}

.access02, .access03 {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
}
.access02 .lnk, .access03 .lnk {
    width: 100%;
    height: auto;
    margin-top: 20px;
    padding: 0;
}
.access02 .lnk a, .access03 .lnk a {
    width: 100%;
    height: auto;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 30px;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    line-height: 1.2em;
    color: #ffffff;
    margin: 0;
    padding: 40px 0;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
    background-color: #029e62;
    background-image: url(images/btn_map_icon.png), url(images/map_arrow_icon.png);
    background-position: 30px center, right center;
    background-repeat: no-repeat, no-repeat;
    display: block;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.access03 .lnk a img {
    margin-right: 20px;
    margin-bottom: 0px;
}

/*header*/
@media screen and (min-width: 769px){
  #header {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0px 0;
    top: 0;
    left: 0;
    position: fixed;
    z-index: 999;
  }
  #header_in {
    width: 1200px;
    height: auto;
    margin: 0 auto;
    padding-bottom: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-end;
    background: #fff;
    align-items: center;
    position: relative;
    padding-left: 260px;
  }
  #header_in {
    margin: 30px auto 0;
    transition: width .3s ease,margin .3s ease;
    -webkit-transition: width .3s ease,margin .3s ease;
    border-radius: 10px;
    width: 100%;
    max-width: 78.5%;
  }
  #header_in .inner_left {
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 0;
  }
  #header_in .inner_left img {
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
  }
  #header_in .inner_left img.pc {
    max-width: 220px;
    width: 100%;
    margin-left: 20px;
  }
  #global_navi {
    width: 600px;
    height: auto;
    margin: 0;
    padding: 0;
    overflow: hidden;
  }
  #nav ul {
    width: auto;
    height: auto;
    margin: 0 auto;
    list-style: none;
    text-align: center;
    table-layout: fixed;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-around;
    align-items: center;
  }
  #nav ul li {
    border-left: none;
  }
  #nav ul li a {
    height: auto;
    font-size: 16px;
    line-height: 1.4;
    text-align: center;
    text-decoration: none;
    padding: 7px 0px;
    display: block;
    color: #666666;
  }
  #header_in .inner_right {
    width: 210px;
    max-height: 85px;
    height: 100%;
    margin: 0;
    padding: 0;
  }
  #header_in .inner_right ul {
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-content: center;
    align-items: flex-start;
  }
  #header_in .inner_right ul li {
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
  }
  #header_in .inner_right ul li a {
    font-family: "Noto Sans JP","メイリオ","Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3","Osaka";
    font-size: 38px;
    font-weight: bold;
    text-align: right;
    line-height: 1.3em;
    letter-spacing: 0.04em;
    color: #000000;
    text-decoration: none;
    display: block;
  }
  #header_in .inner_right ul li img {
    margin-right: 0;
  }
  #header h1#h_logo {
    font-size: 12px;
    line-height: 20px;
    color: #5F5954;
    position: initial;
    width: 100%;
    margin: 0 auto;
    font-weight: 500;
  }
  .fixheader.is-fixed #header {
    transition: width .3s ease,margin .3s ease;
    -webkit-transition: width .3s ease,margin .3s ease;
    width: 100%;
    padding: 0;
  }
  .fixheader.is-fixed #header #header_in {
    transition: 0.4s;
    width: auto;
    margin: 0 auto 0;
    border-radius: 0px;
    max-width: 100%;
  }
}
@media screen and (min-width: 820px){
  .fixheader.is-fixed #header #header_in {
    transition: 0.4s;
    width: auto;
    margin: 0 auto 0;
    border-radius: 0px;
    max-width: 100%;
  }
}
@media screen and (max-width: 820px){
  #nav ul li a {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  #header {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
  }
  #header_in {
    background-color: #ffffff;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 2% 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
  }
  #header_in .inner_left {
    width: 54.94505494%;
    height: auto;
    margin: 0;
    padding-top: 0;
  }
  #header .inner_left h1 {
    display: block;
    width: 260px;
    top: 5px;
    left: 0px;
  }
  #header_in .inner_left img {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
  }
  #global_navi {
    display: none;
  }
  #header_in .inner_right {
    width: 30%;
    height: auto;
    margin: 0;
    padding: 0;
    float: right;
  }
  #header_in .inner_right ul.sp_nav_wrap {
    display: flex;
    justify-content: flex-end;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    width: 100%;
  }
  #header_in .inner_right ul.sp_nav_wrap li {
    width: auto;
    margin-right: 8px;
  }
  #header_in .inner_right .sp_nav_btn img {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    float: right;
  }
  #nav_sp.nav_sp {
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    padding: 18% 0% 0%;
    pointer-events: none;
    transition: .5s ease;
    transform: translateY(-50vw);
    background-color: #fff;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    height: auto;
    z-index: 90;
    width: 100%;
  }
  input#sp-menu:checked + #nav_sp {
    opacity: 1;
    pointer-events: all;
    transform: translateY(0);
  }
  #nav_sp.t_sp_menu ul {
    width: 100%;
    margin: 1.5em auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-evenly;
    align-items: center;
  }
  #nav_sp.t_sp_menu ul li {
    width: 46%;
    font-size: 4vw;
    margin-bottom: 3%;
  }
  #nav_sp.t_sp_menu ul li:nth-child(5), #nav_sp.t_sp_menu ul li:nth-child(6) {
    margin-bottom: 0;
 }
  #nav_sp.t_sp_menu ul li a {
    background: #006400;
    padding: 10% 5%;
    display: flex;
    text-decoration: none;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    position: relative;
  }
  #nav_sp.t_sp_menu ul li a::before {
    border-left: 2px solid;
    border-top: 2px solid;
    border-color: #ffffff;
    content: "";
    height: 5px;
    position: absolute;
    right: 15px;
    top: 42%;
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    width: 5px;
  }
  #nav_sp.t_sp_menu ul li a span.sp_memu_icon {
    width: 1.5em;
    margin-right: 0.5em;
  }
  #nav_sp.t_sp_menu ul li a span.sp_memu_text {
    color: white;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
  }
  #header .inner_left h1 {
    display: block;
    width: 60%;
  }
  #nav ul li a {
    font-size: 14px;
  }
}
@media screen and (max-width: 320px) {
  #header .inner_left h1 {
      width: 200px;
  }
}
#imaghd-wrap {
    background: #f2ffe8 !important;
    position: relative;
    padding-top: 150px;
    z-index: 10;
}
#imaghd-wrap #imaghd\ pc,
#imaghd-wrap #imaghd\ sp {
    background: #487326 url(./images/bg-main1.jpg) repeat-x scroll center 0px;
    background-repeat: no-repeat;
    background-size: cover;
}
/*header-END*/

/*top_content_01*/
#top_content_01 .top_concept_text {
    max-width: 1000px;
    width: 100%;
    margin: auto;
    padding: 40px 0px 60px;
    text-align: center;
}
#top_content_01 .details_title.color_y {
    margin-bottom: 20px;
    position: relative;
}
#top_content_01 .details_title.color_y h2 {
    margin: 0;
    padding: 0;
    font-size: 3rem;
    font-weight: 600;
    line-height: 1.5;
    text-align: center;
    color: #333;
    border: none;
}
#top_content_01 .details_title.color_y span {
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
    color: #09803a;
}
#top_content_01 .details_title.color_y .dot {
    text-align: center;
}
#top_content_01 .details_title.color_y .dot span {
    line-height: 0.8em;
    font-size: 2em;
}
#top_content_01 .top_concept_text strong {
    font-size: 35px;
    color: #14ae5c;
}
#top_content_01 .top_concept_text p {
    margin-top: 10px;
    font-size: 18px;
    line-height: 1.6;
    color: #333;
}
/*top_content_01-END*/

/*top_content_02*/
#top_content_02 {
    margin: 60px auto;
}
#top_content_02_left ul {
    justify-content: space-between;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    width: 100%;
    align-items: center;
}
#top_content_02_right ul {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    margin-top: 70px;
    align-items: center;
}
#top_content_02_left ul li.images1, #top_content_02_right ul li.images2 {
    width: 48%;
    height: 350px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
#top_content_02_left ul li.text1, #top_content_02_right ul li.text2 {
    display: flex;
    max-width: 570px;
    margin: 0 70px;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    padding: 0px 30px 0;
}
#top_content_02_left ul li.text1 h3, #top_content_02_right ul li.text2 h3 {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    font-size: 26px;
    align-items: center;
    letter-spacing: 1.5px;
    color: #09803a;
    font-weight: 600;
    margin-bottom: 1.1em;
    padding: 0;
    border: none;
}
#top_content_02_left .text1 h3::before, #top_content_02_right .text2 h3::before {
    content: '';
    background-image: url(./images/logo-img.png);
    background-size: 50px;
    background-repeat: no-repeat;
    background-position: center;
    width: 50px;
    height: 54px;
    left: auto;
    top: -49px;
    background-color: unset;
}
#top_content_02_left .text1 h3::after, #top_content_02_right .text2 h3::after {
    content: '';
    width: 110px;
    height: 3px;
    display: block;
    background: #09803a;
    margin-top: 18px;
}
#top_content_02_left ul li.text1 p, #top_content_02_right ul li.text2 p {
    font-size: 16px;
    margin-bottom: 14px;
    line-height: 2;
}
#top_content_02_left ul li.images1 {
    background-image: url(./images/content_02_left.png);
    border-radius: 0px 15px 15px 0px;
}
#top_content_02_right ul li.images2 {
    background-image: url(./images/content_02_right.png);
    border-radius: 15px 0px 0px 15px;
}
/*top_content_02-END*/

/*abox*/
.abox {
    background-color: #f2ffe8;
    padding: 60px 0px;
}
#top_first.fst_bk {
    margin: 0;
    padding: 0;
}
.first_area .point .top_title {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin-bottom: 60px;
    padding: 0;
}
.first_area .point .top_title::after {
    content: '';
    width: 100px;
    height: 3px;
    display: block;
    background: #2eab62;
}
.first_area .point .top_title p {
    color: #2eab62;
    font-size: 28px;
    display: inline-block;
    margin-bottom: 5px;
    font-weight: 900;
    letter-spacing: 2px;
}
.first_area .point .top_title h2 {
    font-size: 35px;
    background: none;
    border: none;
    color: #2B2B2B;
    padding: 0;
    margin: 0 0 10px;
    text-align: center;
    font-weight: 500;
    letter-spacing: 2.5px;
}
.first_area .point .top_title h2 span {
    font-size: 2em;
    margin: 0 5px;
    display: inline-block;
    color: #2eab62;
    line-height: 0.5em;
}
.point_list ul {
    max-width: 1200px;
    display: flex;
    margin: auto;
    margin-top: 80px;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
}
.point_list ul li {
    display: flex;
    width: 23%;
    padding: 80px 20px 40px;
    position: relative;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    background-color: #2eab62;
    border-radius: 12px;
}
.point_list ul li h3 {
    height: 63px;
    margin-top: 20px;
    margin-bottom: 14px;
    padding: 0;
    font-size: 21px;
    color: #fff;
    letter-spacing: 2px;
    font-weight: 700;
    border: none;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.point_list ul li p {
    color: #fff;
    line-height: 2em;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 500;
}
.point_list ul li .point_list_img {
    display: flex;
    justify-content: center;
}
.point_list ul li .point_list_img .point_list_number {
    position: absolute;
    top: -55px;
    max-width: 110px;
}
.point_list ul li .point_list_img .point_list_icon {
    max-width: 140px;
    margin-bottom: 20px;
}
/*abox-END*/

/*top_voice*/
#top_voice {
    background: #f2ffe8 url(../img/top/bg02.png);
    padding: 80px 0 0px;
}
#top_voice .top_title {
    margin-bottom: 60px;
}
#top_voice .top_title .title01 {
    color: #726C66;
    font-size: 28px;
    text-align: center;
    background: url(../images/icon.png) top center no-repeat;
    padding: 55px 0 0;
    border: none;
}
#top_voice #customer_voice {
    position: relative;
    max-width: 1000px;
    margin: auto;
    overflow: hidden;
}
#top_voice .voices_return {
    margin: auto;
    margin-top: 40px;
    text-decoration: none;
    text-align: center;
}
#top_voice .voices_return a {
    padding: 10px 40px;
    border: solid 2px #2eab62;
    border-radius: 10px;
    text-decoration: none;
    color: #2eab62;
    background-color: #fff;
    font-size: 16px;
    position: relative;
}
#top_voice .voices_return a:visited {
    color: #2eab62;
}
#top_voice .voices_return a:before {
    border-left: 2px solid;
    border-top: 2px solid;
    border-color: #2eab62;
    content: "";
    height: 6px;
    position: absolute;
    top: 18px;
    right: 15px;
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    width: 6px;
}
/*top_voice-END*/

/*top_content02*/
#top_content02 {
    background: #f2ffe8 url(../img/top/bg02.png);
    padding: 50px 0 50px;
    text-align: center;
}
#top_content02 #news {
    margin-bottom: 50px;
}
#top_content02 div {
    font-size: 14px;
    font-weight: 500;
    margin: 30px 0;
}
#top_content02 a {
    transition: .3s;
}
#top_content02 #news .top_title .title01 {
    color: #726C66;
    font-size: 28px;
    text-align: center;
    background: url(./images/logo-img.png) top center no-repeat;
    padding: 55px 0 0;
    margin: 50px 0 30px;
    border: none;
    background-size: 50px;
}
#top_content02 #news .news_wrap {
    max-width: 900px;
    margin: 0 auto 30px;
    padding: 0 3%;
}
#top_content02 #news li a {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #c5c5c5;
    text-decoration: none;
    color: #363636;
}
#top_content02 #news li a .date {
    font-size: 15px;
    font-weight: 600;
}
#top_content02 #news li a .category {
    margin: 0 10px;
    padding: 2px 15px;
    border-radius: 3px;
    text-transform: uppercase;
    color: #fff;
    background-color: #2eab62;
    font-size: 15px;
}
#top_content02 #news li a p {
    font-size: 15px;
    margin: 30px 0;
    padding-left: 7px;
}
/*top_content02-END*/

/*top_content_04*/
#top_content_04 {
    background: #f2ffe8;
    padding: 50px 0px 50px;
}
#top_content_04 .top_h2 {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin-top: 0px;
    margin-bottom: 60px;
}
#top_content_04 .top_h2 h2 {
    background-color: unset;
    color: #2eab62;
    font-size: 80px;
    line-height: 1em;
    margin-bottom: 0;
    padding: 10px 10px 0 10px;
    border: none;
}
#top_content_04 .top_h2 p {
    background-color: unset;
    color: #404040;
    line-height: 1em;
    font-size: 28px;
    margin: 12px auto 0;
    font-weight: 500;
}
#top_content_04 ul.wrap {
    max-width: 1000px;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 60px auto 0px;
    align-content: center;
    justify-content: space-around;
    align-items: center;
}
#top_content_04 ul.wrap.re2 li {
    width: 32%;
    padding: 0%;
    position: relative;
    border-radius: 12px;
    margin: 0 0 2% 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
}
#top_content_04 ul.wrap li h3 {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    text-align: center;
    padding: 20px 0px;
    background: #2eab62;
    color: #fff;
    letter-spacing: 2px;
    font-size: 22px;
    border: none;
    z-index: 98;
}
#top_content_04 ul.wrap li a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
}
#top_content_04 ul.wrap li figure, #top_content_04 ul.wrap li figure img {
    width: 100%;
    border-radius: 12px;
}
#top_content_04 ul.wrap li p.btn {
    position: absolute;
    display: flex;
    width: 200px;
    z-index: 98;
    bottom: 20px;
    text-align: center;
    padding: 15px 5px;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
    background-color: #2eab62;
    background-image: linear-gradient(150deg, #2eab62 0%, #09803a 100%);
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
}
#top_content_04 ul.wrap li p.btn::before {
    border-left: 2px solid;
    border-top: 2px solid;
    border-color: #ffffff;
    content: "";
    height: 6px;
    position: absolute;
    right: 15px;
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    width: 6px;
}
/*top_content_04-END*/

/*top_content_05*/
#top_content_05 {
    padding: 100px 0 90px;
}
#top_content_05 .wrap {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-evenly;
}
#top_content_05 .top_content_05_text {
    width: 50%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
#top_content_05 .top_content_05_text p {
    padding-top: 12px;
    text-align: center;
    font-size: 15px;
    color: #545454;
    letter-spacing: 0.6px;
    line-height: 1.5em;
}
#top_content_05 .top_content_05_text .time_table {
    width: 100%;
}
#top_content_05 .top_content_05_text .time_table ul {
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    margin: 0;
    align-items: center;
    border-bottom: solid 1px #E5E5E5;
    padding: 12px 0;
    box-sizing: border-box;
}
#top_content_05 .top_content_05_text .time_table ul li {
    width: 11%;
    text-align: center;
    padding: 5px;
}
#top_content_05 .top_content_05_text .time_table ul li:nth-child(1) {
    text-align: left;
    min-width: 8em;
    letter-spacing: 1.95px;
}
#top_content_05 .top_content_05_text .time_table ul li:nth-child(1) span.kara {
    margin: 0;
    letter-spacing: 2.5px;
}
#top_content_05 .top_content_05_text .time_table ul li.maru {
    color: #09803a;
}
#top_content_05 .top_content_05_text .time_table ul li.sankaku {
    color: #ff9f15;
    font-weight: bold;
}
#top_content_05 .top_gmap {
    width: 45%;
}
/*top_content_05-END*/

/*top_contact_area*/
#top_contact_area {
    display: flex;
    padding: 70px 0;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    background-image: url(https://higoone.daa.jp/tfgc/wp-content/themes/exray_child/images/contact_bg.jpg);
    background-position: bottom;
}
#top_contact_area h2 {
    color: #fff;
    background: none;
    font-size: 30px;
    letter-spacing: 3px;
    margin: 0;
    padding: 0;
    border: none;
}
#top_contact_area h3 {
    color: #fff;
    background: none;
    font-size: 18px;
    text-align: center;
    margin-bottom: 24px;
    padding: 0;
    line-height: 1.55em;
    letter-spacing: 1px;
    border: none;
}
#top_contact_area ul {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    max-width: 834px;
}
#top_contact_area ul li {
    width: 48%;
}
#top_contact_area ul li ul {
    flex-direction: column;
    width: 100%;
    margin: 0;
    padding: 0;
}
#top_contact_area ul li ul li {
    width: 100%;
    margin-top: 3%;
}
/*top_contact_area-END*/

/*swiper campaignarea*/
.swiper.campaignarea {
    width: 100%;
    padding: 80px 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.swiper.campaignarea:last-child {
    padding: 0 0 80px;
}
.swiper.campaignarea .details_title.color_y {
    margin-bottom: 2%;
    text-align: center;
}
.swiper.campaignarea .details_title.color_y h2 {
    position: relative;
    margin: 0;
    padding: 0;
    border: none;
    font-size: 2.4em;
    font-weight: 600;
    line-height: 1.4;
    color: #6fa619;
    display: flex;
    justify-content: center;
}
.swiper.campaignarea .details_title.color_y h2:after {
    content: "----------";
    position: absolute;
    font-weight: normal;
    color: #e4a41a;
    bottom: -30px;
}
/*swiper campaignarea-END*/

/*top_content_about*/
#top_content_about {
    padding: 60px 0;
    background-color: #f2ffe8;
}
#top_content_about ul {
    max-width: 1000px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#top_content_about ul li.left,
#top_content_about ul li.right {
    margin: 0;
    padding: 0;
}
#top_content_about ul li.left {
    width: 60%;
}
#top_content_about ul li.left .top_content_about-title span {
    display: block;
    margin-bottom: 20px;
    font-size: 30px;
    color: #09803a;
}
#top_content_about ul li.left .top_content_about-title h2 {
    position: relative;
    padding: 0;
    border: none;
    font-size: 35px;
    display: flex;
}
#top_content_about ul li.left .top_content_about-title h2:after {
    content: "";
    position: absolute;
    width: 10%;
    border-bottom: solid 2px #09803a;
    bottom: -10%;
}
#top_content_about ul li.left .top_content_about-title h2 span {
    display: contents;
    font-size: 35px;
}
#top_content_about ul li.right {
    max-width: 350px;
    width: 100%;
}
#top_content_about ul li.right img {
    width: 350px;
    height: 350px;
    border-radius: 5%;
    object-fit: cover;
}
#top_content_about ul li.left a {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 250px;
    margin: 0;
    padding: .8em 0em;
    border: 2px solid #14ae5c;
    border-radius: 100px;
    background-color: #fff;
    color: #14ae5c;
    font-size: 1.2em;
    font-weight: bold;
}
#top_content_about ul li.left a::after {
    position: absolute;
    right: 1em;
    transform: translateY(-50%);
    transform-origin: left;
    width: 2em;
    height: .5em;
    background-color: #14ae5c;
    clip-path: polygon(0 100%, 100% 100%, 70% 40%, 70% 90%, 0% 90%);
    content: '';
    transition: transform .3s;
}
#top_content_about ul li.left a:hover::after {
    transform: translateY(-50%) scaleX(1.4);
}
/*top_content_about-END*/

/*footer*/
.footer-widget-area {
    margin: 0 !important;
}

@media screen and (max-width: 1024px) {
    #header_in {
        max-width: 90%;
        padding-left: 160px;
    }
    #nav ul {
        padding-right: 20px;
        display: flex;
        justify-content: flex-end;
        gap: 20px;
    }
    #nav ul li a {
        font-size: 14px;
        line-height: 1.2;
        padding: 6px 0;
    }
    #header_in .inner_left img.pc {
        max-width: 140px;
        width: 100%;
        height: auto;
        margin-left: 10px;
    }
    #global_navi {
        width: 600px;
    }
    #header_in .inner_right {
        width: 210px;
        max-height: fit-content;
        height: auto;
        margin: 0;
        padding: 0;
    }
    #header_in .inner_right ul {
        width: auto;
        height: auto;
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-end;
        align-content: center;
        align-items: center;
    }
    #header_in .inner_right ul li {
        line-height: 0;
    }
    #header_in .inner_right ul li a {
        line-height: 0;
    }

    .swiper.campaignarea {
        padding: 80px 20px;
    }
    .swiper.campaignarea .details_title.color_y {
        margin-bottom: 4%;
        text-align: center;
    }

    #top_content_about ul {
        padding: 0 20px;
        gap: 20px;
    }
    #top_content_about ul li.left .top_content_about-title h2 {
        font-size: 25px;
    }

    #top_content_01 .top_concept_text {
        padding: 40px 20px 60px;
    }

    .point_list ul {
        max-width: 1200px;
        display: flex;
        margin: auto;
        margin-top: 80px;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: center;
        justify-content: space-between;
        gap: 80px 0px;
    }
    .point_list ul li {
        width: 48%;
    }

    #top_contact_area {
        padding: 70px 20px;
    }

    .abox {
        background-color: #f2ffe8;
        padding: 60px 20px;
    }

    .container {
        width: 100%;
    }
    #footer_main_back {
        width: 100%;
        display: flex;
    }
}

/*SP版のコーディング*/
@media screen and (max-width: 768px) {
    #header_in {
        max-width: none;
    }
    #header_in .inner_left h1#h_logo {
        width: 100%;
        margin: 0;
    }
    #header_in .inner_right ul.sp_nav_wrap li {
        width: 50%;
        display: flex;
        justify-content: flex-end;
    }
    #header_in .inner_right ul.sp_nav_wrap li a {
        display: block;
        width: fit-content;
    }
    #header_in .inner_right ul.sp_nav_wrap li a img {
        max-width: 88%;
        width: 100%;
        vertical-align: bottom;
    }
    #header_in .inner_right.sp ul.sp_nav_wrap li.sp_nav_btn {
        width: 44%;
        margin: 0;
    }
    #header_in .inner_right.sp ul.sp_nav_wrap li.sp_nav_btn label {
        display: flex;
        width: 100%;
        height: auto;
    }
    #header_in .inner_right.sp ul.sp_nav_wrap li.sp_nav_btn img {
        max-width: 100%;
        width: 100%;
    }

    #imaghd-wrap {
        padding-top: 0;
        background-repeat: no-repeat;
    }

    .swiper.campaignarea {
        width: 100%;
        padding: 60px 20px 60px;
    }
    .swiper.campaignarea:last-child {
        padding-top: 0;
        padding: 0 20px 80px;
    }
    .swiper.campaignarea .details_title.color_y {
        margin-bottom: 8%;
    }

    #top_content_about {
        padding: 60px 20px;
    }
    #top_content_about ul {
        max-width: fit-content;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: column;
    }
    #top_content_about ul li.left {
        width: 100%;
    }
    #top_content_about ul li.left .top_content_about-title h2 {
        font-size: 26px;
    }
    #top_content_about ul li.left .top_content_about-title h2 span {
        font-size: 28px;
    }
    #top_content_about ul li.left img.sp {
        margin-bottom: 1.5em;
    }
    #top_content_about ul li.left p {
        font-size: 16px;
        line-height: 1.6em;
    }
    #top_content_about ul li.left a {
        width: 100%;
    }

    #top_content_01 .top_concept_text {
        max-width: fit-content;
        width: 100%;
        margin: auto;
        padding: 60px 20px 60px;
        text-align: center;
    }
    #top_content_01 .details_title.color_y h2 {
        font-size: 2.5rem;
    }
    #top_content_01 .details_title.color_y span {
        font-size: 1rem;
    }
    #top_content_01 .top_concept_text strong {
        font-size: 20px;
    }

    #top_content_02 {
        margin: 0;
        padding: 0 20px 60px 20px;
    }
    #top_content_02_left ul {
        display: flex;
        align-items: center;
    }
    #top_content_02_left ul li.images1, #top_content_02_right ul li.images2 {
        display: none;
        background-image: none;
    }
    #top_content_02_left ul li.text1, #top_content_02_right ul li.text2 {
        width: 100%;
        margin: 0;
        padding: 0;
    }
    #top_content_02_left ul li.text1 h3, #top_content_02_right ul li.text2 h3 {
        text-align: center;
    }
    #top_content_02_left ul li.text1 img, #top_content_02_right ul li.text2 img {
        margin-bottom: 1.1em;
    }

    .first_area .point .top_title h2 {
        font-size: 24px;
    }
    .point_list ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-evenly;
        flex-direction: column;
        margin-top: 4%;
        gap: 0;
    }
    .point_list ul li {
        width: 80%;
        max-width: 100%;
        position: relative;
        margin: 0 auto 8%;
        padding: 4%;
    }
    .point_list ul li .point_list_img {
        flex-direction: row;
        width: 100%;
        display: flex;
        flex-wrap: nowrap;
        align-content: center;
        align-items: center;
        justify-content: space-around;
        padding: 0 5%;
    }
    .point_list ul li .point_list_img .point_list_number {
        position: initial;
    }
    .point_list ul li .point_list_img .point_list_icon {
        width: 40%;
        margin-bottom: 0;
    }

    #top_voice {
        padding: 60px 20px 0px;
    }

    #top_content02 {
        padding: 10px 20px 50px;
    }
    #top_content02 div {
        font-size: 14px;
        font-weight: 500;
        margin: 30px 0 0;
    }
    #top_content02 #news li a {
        display: flex;
        align-items: flex-start;
        border-bottom: 1px solid #c5c5c5;
        text-decoration: none;
        color: #363636;
        flex-direction: column;
    }
    #top_content02 #news li a p {
        margin: 10px 0 30px;
        padding: 0;
        text-align: left;
    }

    .swiper.campaignarea .details_title.color_y h2 {
        font-size: 1.5em;
    }

    #top_content_04 {
        background: #f2ffe8;
        padding: 20% 20px 7%;
    }
    #top_content_04 .top_h2 {
        margin-bottom: 8%;
    }
    #top_content_04 .top_h2 p {
        font-size: 6vw;
    }
    #top_content_04 ul.wrap {
        max-width: fit-content;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: center;
        justify-content: space-between;
        align-items: center;
        z-index: 10;
    }
    #top_content_04 ul.wrap.re2 li {
        width: 48%;
        margin-bottom: 10px;
    }
    #top_content_04 ul.wrap li h3 {
        padding: 5% 2%;
        font-size: 3.85vw;
    }
    #top_content_04 ul.wrap li p.btn {
        width: 85%;
        padding: 4% 1% 4.65%;
        font-size: 3.15vw;
        bottom: 5.5%;
    }
    #top_content_04 ul.wrap li figure, #top_content_04 ul.wrap li figure img {
        width: 100%;
        border-radius: 12px;
    }

    .footer_popup.sp {
        z-index: 100;
    }

    #top_content_05 {
        padding: 60px 20px;
    }
    #top_content_05 .wrap {
        max-width: fit-content;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: space-evenly;
    }
    #top_content_05 .top_content_05_text {
        width: 100%;
        margin-bottom: 20px;
    }
    #top_content_05 .top_gmap {
        width: 100%;
    }
    .access03 {
        margin-top: 20px;
    }
    .access02 .lnk a, .access03 .lnk a {
        width: 100%;
        padding: 20px 0;
        font-size: 20px;
    }
    .access03 .lnk a img {
        display: none;
    }

    #top_contact_area {
        padding: 60px 20px;
    }
    #top_contact_area ul {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        max-width: fit-content;
    }
    #top_contact_area ul li {
        width: 100%;
    }
    #top_contact_area ul li ul li:first-child {
        margin-top: 1%;
    }
}

