@charset "UTF-8";
/* =======================================

        CommonElements

======================================= */
@import url(../css/style-sp.css);
@media screen and (min-width: 641px) {
  body {
    width: 100%;
    min-width: 1280px;
    font-size: 17px;
    line-height: 1.8;
    color: #333;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    background: url(../img/cmn/bk_ptn.png) repeat center top #f5ecdb;
  }
  .pc_none {
    display: none;
  }
  .noto, #page_ttl-wp .page_ttl-in .page_ttl, .cmn_ttl1,
  .cmn_ttl2, .green_txt, #cmn_cta .txtbox .txt1, #cmn_cta .txtbox .num {
    font-weight: 500;
    font-family: 'Noto Serif JP', serif;
  }
  .Mei {
    font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  }
  a:hover {
    opacity: 0.8;
  }
  #tp_contact, #cmn_cta {
    background: url(../img/cmn/cmn_contact-bk.jpg) no-repeat center;
    background-size: cover;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
  /*header
    --------------------------------------------*/
  #header {
    width: 100%;
    margin: auto;
    position: fixed;
    top: 0;
    z-index: 9999;
    box-sizing: border-box;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
  }
  #header .h_logo {
    padding: 5px 0 0 2%;
  }
  #header .h_info {
    color: #563d13;
    padding: 0 0 0 0;
    display: flex;
  }
  #header .h_info ul {
    display: flex;
    align-items: center;
  }
  #header .h_info ul li:nth-child(2) {
    margin: 0 20px;
  }
  #header .h_info ul li.h_tel {
    background: url(../img/cmn/h_free.png) no-repeat left top 14px;
  }
  #header .h_info ul li.h_tel p.num {
    padding-left: 45px;
  }
  #header .h_info ul li.h_fax {
    background: url(../img/cmn/h_fax.png) no-repeat left top 10px;
  }
  #header .h_info ul li.h_fax p.num {
    padding-left: 38px;
  }
  #header .h_info ul li p.num {
    font-size: 26px;
    line-height: 100%;
    display: inline-block;
  }
  #header .h_info ul li p.ruby {
    font-size: 10px;
    text-align: right;
    letter-spacing: 4px;
    line-height: 100%;
  }
  #header .h_info ul li p.ruby span {
    padding-right: 8px;
  }
  #header .h_info ul li p.txt {
    font-size: 10px;
    margin-top: 8px;
    font-weight: bold;
  }
  #header .h_info .h_mail {
    margin-left: 30px;
    transition: 0.5s;
    text-align: center;
    position: relative;
    background-color: #797d4a;
  }
  #header .h_info .h_mail:hover {
    background-color: #79874a;
  }
  #header .h_info .h_mail a {
    color: #fff;
    display: block;
    padding: 22px 30px;
  }
  #header .h_info .h_mail span {
    padding-left: 35px;
    display: inline-block;
    background: url(../img/cmn/mail.png) no-repeat center left;
  }
  /*main visual
    --------------------------------------------*/
  #mainv {
    position: relative;
    top: 70px;
    background: url(../img/top/mainv_bk.jpg) no-repeat center center;
    background-size: cover;
    height: 750px;
    margin-bottom: 70px;
  }
  #mainv .mainv_in {
    height: 750px;
    width: 1230px;
    margin: auto;
    position: relative;
    z-index: 1;
  }
  #mainv .mainv_in .mv_copy {
    padding-top: 9%;
  }
  #mainv .mainv_in .mv_copy span {
    color: #fff100;
    margin-left: 40px;
    font-size: 40px;
    left: 0;
  }

#mainv .mainv_in .mv_copy span.pepuchido {
	margin-left: 0;
}

#mainv .mainv_in .mv_copy span.pepuchido:after {
	left: 20px;
	padding-left: 0;
}

  #mainv .mainv_in .mv_btn {
    width: 500px;
    text-align: center;
    border-radius: 5px;
    border-radius: 4px;
    margin: 30px 0 30px 40px;
    letter-spacing: 1px;
    border: 10px solid rgba(93, 97, 41, 0.6);
    background-color: rgba(93, 97, 41, 0.1);
  }
  #mainv .mainv_in .mv_btn a {
    color: #fff;
    display: block;
    border-radius: 3px;
    padding: 15px 35px 15px 15px;
    border: 1px solid #929759;
    background: url(../img/top/mainv_arr.png) no-repeat center right 40px;
    background-color: rgba(93, 97, 41, 0.8);
  }
  #mainv .mainv_in .mv_btn a span {
    font-size: 18px;
    font-size: 30px;
  }
  #mainv .mainv_in p.txt {
    color: #fff;
    padding-left: 40px;
  }
  #mainv .mainv_bk {
    position: absolute;
    top: 20%;
    right: 7%;
  }
  #mainv .mainv_bk p {
    color: #fff;
    text-align: center;
    margin-top: -30px;
  }
  /*navi
    --------------------------------------------*/
  .navi {
    width: 100%;
    background: url(../img/cmn/navi_bk.png) repeat center top #805c38;
  }
  .navi ul {
    width: 980px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    justify-content: space-around;
  }
  .navi ul li {
    border-right: 1px solid rgba(60, 40, 20, 0.4);
  }
  .navi ul li:first-child {
    border-left: 1px solid rgba(60, 40, 20, 0.4);
  }
  .navi ul li a {
    color: #fff;
    padding: 20px 43px;
    display: block;
  }
  .navi ul li a:hover {
    background-color: rgba(248, 145, 30, 0.3);
  }
  /*content
    --------------------------------------------*/
  #top_content {
    padding: 120px 0;
  }
  .sec_ttl {
    text-align: center;
    margin-bottom: 20px;
  }
  /*section1============*/
  #sec1 {
    margin-bottom: 100px;
  }
  #sec1 .sec1_in {
    width: 980px;
    margin: auto;
  }
  #sec1 .box {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
  }
  #sec1 .box .sub_ttl {
    color: #614410;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 10px;
  }
  #sec1 .box .txt {
    width: 550px;
  }
  /*top contact==========*/
  #tp_contact {
    padding: 75px 0;
  }
  #tp_contact .tp_cont-box {
    width: 980px;
    margin: auto;
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
  }
  #tp_contact .tp_cont-box .box_lt {
    margin-right: -70px;
  }
  #tp_contact .tp_cont-box .box_lt .tp_ttl {
    color: #797d4a;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 1.2;
  }
  #tp_contact .tp_cont-box .box_lt .tp_ttl span {
    color: #563d13;
    font-size: 50px;
    display: block;
    margin-left: -20px;
  }
  #tp_contact .tp_cont-box .box_lt .txt1 {
    line-height: 1.8;
    width: 520px;
  }
  #tp_contact .tp_cont-box .box_lt .txt1 span {
    font-size: 14px;
  }
  #tp_contact .tp_cont-box .box_lt .tel {
    width: 350px;
    font-size: 44px;
    margin: 10px 0 20px;
    padding-left: 80px;
    letter-spacing: 3px;
    line-height: 1;
    background: url(../img/top/tp_free.png) no-repeat left top 20px;
  }
  #tp_contact .tp_cont-box .box_lt .tel a {
    color: #563d13;
  }
  #tp_contact .tp_cont-box .box_lt .tel span.ruby {
    font-size: 14px;
    letter-spacing: 8px;
    display: block;
    text-align: right;
    margin-right: 45px;
    line-height: 1;
  }
  #tp_contact .tp_cont-box .box_lt .tel span.ruby span {
    margin-right: 35px;
  }
  #tp_contact .tp_cont-box .box_lt .txt_link a {
    color: #333;
    text-decoration: underline;
  }
  #tp_contact .tp_cont-box .box_rt {
    text-align: center;
  }
  #tp_contact .tp_cont-box .box_rt p {
    color: #563d13;
    margin-top: -20px;
  }
  /*section2============*/
  #sec2 {
    padding: 100px 0;
  }
  #sec2 .sec2_in {
    width: 980px;
    margin: auto;
  }
  #sec2 .btn {
    transition: 0.5s;
    text-align: center;
    position: relative;
    background-color: #797d4a;
    width: 460px;
    margin: auto;
    margin-top: 30px;
  }
  #sec2 .btn:hover {
    background-color: #79874a;
  }
  #sec2 .btn a {
    color: #fff;
    display: block;
    padding: 15px 10px;
  }
  #sec2 .btn::before {
    content: "";
    top: 38%;
    right: 15%;
    position: absolute;
    border-style: solid;
    border-width: 8px 0px 8px 10px;
    border-color: transparent #fff;
  }
  /*tp_contact2============*/
  #tp_contact2 {
    position: relative;
  }
  #tp_contact2 .box {
    position: absolute;
    padding: 88px 0;
    z-index: 100;
    left: 0;
    right: 0;
    /*background-color: rgba(40, 20, 0, 0.5);*/
  }
  #tp_contact2 .box .box_in {
    width: 980px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    box-sizing: border-box;
    padding: 30px 50px 20px 80px;
    background-color: rgba(60, 25, 0, 0.9);
  }
  #tp_contact2 .box .box_in .tp_ttl {
    font-size: 24px;
    line-height: 1.4;
    margin-bottom: 5px;
  }
  #tp_contact2 .box .box_in .tp_ttl span {
    color: #cc942d;
    font-size: 45px;
    font-weight: 600;
    margin-left: -20px;
  }
  #tp_contact2 .box .box_in .txt1 {
    line-height: 1.8;
  }
  #tp_contact2 .box .box_in ul {
    display: flex;
    align-items: center;
  }
  #tp_contact2 .box .box_in ul li:first-child {
    font-size: 35px;
    margin-right: 15px;
    letter-spacing: 2px;
    background: url(../img/top/tp_free.png) no-repeat center left;
  }
  #tp_contact2 .box .box_in ul li:first-child a {
    /*color: #fff;*/
    color: #FFF100;
    padding-left: 70px;
  }
  #tp_contact2 .box .box_in ul li:last-child {
    font-size: 14px;
    line-height: 1.5;
  }
  /*photo_slider-----*/
  .slider_h, #photo_slider, #photo_slider ul li {
    height: 450px;
  }
  #photo_slider {
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  #photo_slider ul {
    display: inline-block;
  }
  #photo_slider ul li {
    width: 400px;
    float: left;
  }
  /*section3============*/
  #sec3 {
    padding-top: 100px;
  }
  #sec3 .sec3_in {
    width: 980px;
    margin: auto;
  }
  #sec3 .sec3_list {
    margin-top: 40px;
  }
  #sec3 .sec3_list ul {
    display: flex;
    justify-content: space-between;
   flex-wrap: wrap;
  }
  #sec3 .sec3_list ul li {
    text-align: center;
    margin-bottom: 50px;
  }
  #sec3 .sec3_list ul li p {
    color: #fff;
    padding: 15px 0;
    background-color: #cc942d;
  }
  /*section4============*/
  #sec4 {
    padding-top: 100px;
  }
  #sec4 .sec4_in,#sec5 .sec4_in {
    width: 980px;
    margin: auto;
  }
  #sec4 .sec4_list li {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
  }
  #sec4 .sec4_list li:last-child {
    margin-bottom: 0;
  }
  #sec4 .sec4_list li .txtbox {
    width: 640px;
  }
  #sec4 .sec4_list li .txtbox .file {
    width: 140px;
    color: #fff;
    font-size: 15px;
    text-align: center;
    padding: 7px 0 5px;
    margin-bottom: 15px;
    background-color: #797d4a;
    transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -webkit-transform: rotate(-5deg);
  }
  #sec4 .sec4_list li .txtbox .sub_ttl {
    color: #563d13;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 5px;
  }
  #sec4 .sec4_list li .txtbox .sub_ttl span {
    color: #cc2c2c;
  }
  #sec4 .sec4_list li .txtbox .txt {
    line-height: 1.8;
  }
  #sec5 {
    margin-bottom: 100px;
  }
  #sec5 ul {
    display: flex;
    justify-content: space-between;
  }
#sec5 .sec_ttl {
  margin-bottom: 50px;
}
#sec5 .green_txt {
  margin: 30px 0;
}
  /*footer
    --------------------------------------------*/
  .pageTop {
    position: fixed;
    bottom: 3%;
    right: 1%;
    z-index: 9999;
    cursor: pointer;
  }
  #footer {
    background: url(../img/cmn/f_bk.jpg) repeat center top #eadec4;
  }
  #footer .f_info {
    padding: 45px 0 40px;
  }
  #footer .f_info .f_inner {
    width: 980px;
    margin: auto;
  }
  #footer .f_info .box, #footer .f_info .f_num, #footer .f_info .f_contact a {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #footer .f_info .box:first-child {
    margin-bottom: 20px;
  }
  #footer .f_info .box .f_add {
    color: #563d13;
    font-size: 17px;
  }
  #footer .f_info .box .f_contact {
    transition: 0.5s;
    text-align: center;
    position: relative;
    background-color: #797d4a;
  }
  #footer .f_info .box .f_contact:hover {
    background-color: #79874a;
  }
  #footer .f_info .box .f_contact a {
    color: #fff;
  }
  #footer .f_info .box .f_contact .txt1 {
    font-size: 12px;
    padding: 12px 20px 12px 15px;
    background-color: #cc942d;
    clip-path: polygon(0 0, 100% 0, 88% 100%, 0% 100%);
  }
  #footer .f_info .box .f_contact .txt2 {
    padding: 0 20px 0 55px;
    background: url(../img/cmn/mail.png) no-repeat center left 18px;
  }
  #footer .f_info .box:last-child {
    color: #563d13;
    padding: 17px 40px;
    background-color: rgba(255, 255, 255, 0.3);
  }
  #footer .f_info .box:last-child .txt {
    font-size: 12px;
  }
  #footer .f_info .box:last-child .f_num li {
    line-height: 1.2;
  }
  #footer .f_info .box:last-child .f_num li:first-child {
    margin-right: 30px;
    padding-left: 55px;
    background: url(../img/cmn/free.png) no-repeat left top 18px;
  }
  #footer .f_info .box:last-child .f_num li:last-child {
    padding-left: 40px;
    background: url(../img/cmn/fax.png) no-repeat left top 15px;
  }
  #footer .f_info .box:last-child .f_num .num {
    font-size: 32px;
    line-height: 1;
  }
  #footer .f_info .box:last-child .f_num .ruby {
    font-size: 11px;
    text-align: right;
    letter-spacing: 3px;
    margin-right: 5px;
  }
  #footer .f_info .box:last-child .f_num .ruby span {
    margin-right: 20px;
  }
  #footer .f_copy {
    color: #fff;
    font-size: 14px;
    text-align: center;
    padding: 20px 0 10px 0;
    background-color: rgba(60, 25, 0, 0.5);
  }
  #footer .f_copy a {
    color: #fff;
  }
  #footer .f_copy .f_navi {
    width: 1200px;
    margin: auto;
    margin-bottom: 5px;
    justify-content: center;
    display: flex;
  }
  #footer .f_copy .f_navi li {
    margin-right: 30px;
    position: relative;
  }
  #footer .f_copy .f_navi li:last-child {
    margin-right: 0;
  }
  #footer .f_copy .f_navi li:last-child:after {
    display: none;
  }
  #footer .f_copy .f_navi li:after {
    content: '／';
    position: absolute;
    top: 0;
    right: -22px;
    color: rgba(255, 255, 255, 0.2);
  }
  /*下層
    --------------------------------------------*/
  /*下層共通--------------------*/
  #page_ttl-wp {
    background: url(../img/cmn/page_ttl-bk.jpg) no-repeat center bottom;
  }
  #page_ttl-wp .page_ttl-in {
    width: 1000px;
    margin: auto;
    height: 520px;
    position: relative;
  }
  #page_ttl-wp .page_ttl-in .page_ttl {
    color: #FFF100;
    font-size: 60px;
    line-height: 1.5;
    position: relative;
    top: 56%;
    -webkit-transform: translateY(-56%);
    /* Safari用 */
    transform: translateY(-56%);
    background: url(../img/cmn/ttl_fude.png) no-repeat center left;
  }
  #breadcrumb ul {
    width: 980px;
    margin: auto;
    display: block;
    margin-top: 15px;
    color: #5a3214;
  }
  #breadcrumb ul li {
    font-size: 14px;
    float: left;
    padding-right: 18px;
    position: relative;
  }
  #breadcrumb ul li a {
    color: #cc942d;
  }
  #breadcrumb ul li::before {
    color: #cc942d;
    content: "＞";
    position: absolute;
    top: 0;
    right: 2px;
  }
  #breadcrumb ul li:last-child::before {
    display: none;
  }
  #content {
    padding: 100px 0 120px;
  }
  #content .content_in {
    width: 980px;
    margin: auto;
  }
  .cmn_ttl1 {
    color: #563d13;
    font-size: 41px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 15px;
    letter-spacing: 3px;
  }
  .cmn_ttl2 {
    color: #5a3214;
    font-size: 25px;
    font-weight: 600;
    position: relative;
    padding: 6px 25px;
    margin-bottom: 15px;
    background: url(../img/cmn/obi_ptn.jpg) repeat center;
  }
  .cmn_ttl2::after, .cmn_ttl2::before {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
  }
  .cmn_ttl2::after {
    width: 8px;
    left: 0;
    background-color: #797d4a;
  }
  .cmn_ttl2::before {
    width: 3px;
    left: 8px;
    background-color: #fff;
  }
  .box_mb60 {
    margin-bottom: 60px;
  }
  .box_mb70 {
    margin-bottom: 70px;
  }
  .box_mb100 {
    margin-bottom: 100px;
  }
  .green_txt {
    /*color: #60633d;*/
    color: #4a4c2f;
    font-size: 29px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 2px;
    margin-bottom: 20px;
  }
  .img_list ul {
    display: flex;
    justify-content: space-between;
  }
  #cmn_cta {
    background-position: center top;
  }
  #cmn_cta .cta_in {
    width: 980px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 65px 0 35px;
    position: relative;
  }
  #cmn_cta .cta_in::before {
    content: "";
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
    width: 150px;
    height: 60px;
    margin: auto;
    background: url(../img/cmn/cmn_contact-arr.png) no-repeat center top;
  }
  #cmn_cta .image p {
    color: #5a3214;
    text-align: center;
  }
  #cmn_cta .txtbox {
    width: 560px;
  }
  #cmn_cta .txtbox .txt1, #cmn_cta .txtbox .num {
    line-height: 1.5;
  }
  #cmn_cta .txtbox .txt1 {
    color: #5a3214;
    font-size: 24px;
    margin-bottom: 5px;
  }
  #cmn_cta .txtbox .txt1 span {
    color: #5a3214;
    font-size: 45px;
    font-weight: 600;
    display: block;
    margin: -10px 0 0 -20px;
  }
  #cmn_cta .txtbox ul {
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
  }
  #cmn_cta .txtbox ul li {
    border-radius: 5px;
    text-align: center;
  }
  #cmn_cta .txtbox ul li a {
    color: #fff;
    display: block;
  }
  #cmn_cta .txtbox ul li:first-child {
    width: 330px;
    font-size: 32px;
    letter-spacing: 2px;
    background-color: #797d4a;
  }
  #cmn_cta .txtbox ul li:first-child a {
    padding: 5px 10px;
  }
  #cmn_cta .txtbox ul li:last-child {
    width: 210px;
    background-color: #f7931e;
  }
  #cmn_cta .txtbox ul li:last-child span {
    padding-left: 35px;
    display: inline-block;
    background: url(../img/cmn/mail.png) no-repeat center left;
  }
  #cmn_cta .txtbox ul li:last-child a {
    padding: 15px 10px;
  }
  #cmn_cta .txtbox ul li:last-child:hover {
    background-color: #f7891e;
  }
  #cmn_cta .txtbox .txt3 {
    font-size: 14px;
    margin-top: 15px;
  }
  .btt-sec_in {
    width: 980px;
    margin: auto;
  }
  /*site_map
    --------------------------------------------*/
  #site_map li {
    font-size: 18px;
    margin-bottom: 25px;
    background-color: rgba(216, 193, 163, 0.4);
  }
  #site_map li a {
    color: #563d13;
    display: block;
    padding: 15px 20px;
    margin-bottom: 10px;
    border-left: 5px solid #797d4a;
  }
  .cmn_table dt, .cmn_table dd {
    vertical-align: top;
    display: table-cell;
    box-sizing: border-box;
    padding: 15px 20px;
  }
  .cmn_table dl {
    border-bottom: 1px dotted #563d13;
  }
  .cmn_table dl:nth-child(1) {
    border-top: 1px dotted #563d13;
  }
  .cmn_table dt {
    width: 140px;
    color: #5a3214;
    text-align: left;
  }
  .cmn_table dd {
    width: 840px;
  }
  .cmn_box {
    display: flex;
    justify-content: space-between;
  }
  .cmn_box .txt_box {
    width: 560px;
  }
  /*privacy
    --------------------------------------------*/
  #privacy dl {
    margin-bottom: 50px;
  }
  /*contact
    --------------------------------------------*/
  #contact .cmn_ttl1 {
    font-size: 35px;
  }
  #contact dt {
    width: 210px;
  }
  #contact dt span {
    font-size: 12px;
    color: #ff0a0a;
  }
  #contact dd {
    width: 770px;
    padding: 12px 30px;
    vertical-align: middle;
  }
  #contact dd input,
  #contact dd textarea {
    width: 100%;
    padding: 5px;
    border: 1px solid #ccc;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 30px;
  }
  #contact dd textarea {
    width: 710px !important;
    height: 200px;
  }
  .contact_btn {
    margin-top: 30px;
    text-align: center;
  }
  .contact_btn li {
    display: inline-block;
    padding: 10px 10px;
  }
  .contact_btn li [type="submit"],
  .contact_btn li [type="button"] {
    width: 260px;
    font-size: 18px;
    color: #fff;
    border: none;
    display: block;
    margin: auto;
    padding: 15px 0;
    background: #a0804b;
    text-align: center;
    cursor: pointer;
    -webkit-appearance: none;
  }
  /*story
    --------------------------------------------*/
  #story_sec1 .txt_tp {
    margin-bottom: 30px;
  }
  #story_sec1 .box2 .txt {
    margin-bottom: 15px;
  }
  #story_sec1 .box3 .cmn_box {
    flex-direction: row-reverse;
  }
  #story_sec2 .txt {
    margin-bottom: 15px;
  }
  /*about
    --------------------------------------------*/
  #about_sec1 .peptide {
    padding: 30px;
    margin: 30px 0 60px;
    border: 5px solid #e6dcca;
    background-color: #f3eee1;
  }
  #about_sec1 .peptide dt {
    font-size: 24px;
    margin-bottom: 5px;
  }
  #about_sec1 .peptide dd {
    font-size: 16px;
  }
  #about_sec1 .box .img_list {
    margin-top: 40px;
  }
  #about_sec2 .green_txt {
    font-size: 28px;
    line-height: 1.5;
    margin: 20px 0;
  }
  #about_sec3 .exp_list ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 40px;
  }
  #about_sec3 .exp_list ul li {
    width: 310px;
  }
#about_sec3 .exp_list ul li p.cmn_ttl_fwb {
margin: 10px 0;
font-size: 24px;
}
  #about_sec3 .exp_list ul li .en_txt {
    width: 290px;
    height: 250px;
    margin: auto;
    text-align: center;
    border-radius: 50%;
    position: relative;
    margin-bottom: -45px;
    background-color: #fff;
  }
  #about_sec3 .exp_list ul li .en_txt::before {
    content: "";
    position: absolute;
    border-style: solid;
    left: 47%;
    bottom: -14px;
    border-width: 15px 11px 0px 11px;
    border-color: #fff transparent;
  }
  #about_sec3 .exp_list ul li .en_txt dl {
    padding-top: 38%;
    line-height: 1.5;
  }
  #about_sec3 .exp_list ul li .en_txt dl dt {
    font-size: 26px;
    font-weight: 600;
    color: #5a3214;
    margin-bottom: 5px;
  }
  #about_sec3 .exp_list ul li .en_txt dl dt span {
    color: #f8911e;
  }
  #about_sec3 .exp_list ul li:nth-child(-n+6) {
    margin-bottom: 60px;
  }
  #about_sec3 .exp_list ul li:nth-child(1) dl {
    background: url(../img/about/how07_icon.png) no-repeat center top 20px;
  }
  #about_sec3 .exp_list ul li:nth-child(2) dl {
    background: url(../img/about/how01_icon.png) no-repeat center top 20px;
  }
  #about_sec3 .exp_list ul li:nth-child(3) dl {
    background: url(../img/about/how02_icon.png) no-repeat center top 20px;
  }
  #about_sec3 .exp_list ul li:nth-child(4) dl {
    background: url(../img/about/how03_icon.png) no-repeat center top 20px;
  }
  #about_sec3 .exp_list ul li:nth-child(5) dl {
    background: url(../img/about/how08_icon.png) no-repeat center top 20px;
  }
  #about_sec3 .exp_list ul li:nth-child(6) dl {
    background: url(../img/about/how04_icon.png) no-repeat center top 20px;
  }
  #about_sec3 .exp_list ul li:nth-child(7) dl {
    background: url(../img/about/how05_icon.png) no-repeat center top 20px;
  }
  #about_sec3 .exp_list ul li:nth-child(8) dl {
    background: url(../img/about/how06_icon.png) no-repeat center top 20px;
  }
  #about_sec3 .exp_list ul li:nth-child(9) dl {
    background: url(../img/about/how09_icon.png) no-repeat center top 20px;
  }

  #about_sec4 {
    overflow: hidden;
  }
  #about_sec4 .box1, #about_sec4 .box2, #about_sec4 .box3 {
    margin-bottom: 60px;
  }
  #about_sec4 .material_list ul {
    display: flex;
    justify-content: space-between;
    margin-top: 35px;
  }
  #about_sec4 .material_list ul li {
    text-align: center;
  }
  #about_sec4 .material_list ul li .txt1 {
    color: #5a3214;
    font-size: 24px;
    margin-top: 10px;
  }
  #about_sec4 .material_list ul li .txt1 span {
    font-size: 17px;
  }
  #about_sec4 .material_list ul li .txt2 {
    font-size: 14px;
  }
  #about_sec4 .box2 .btt_txt {
    color: #797d4a;
    font-size: 29px;
    line-height: 1.5;
    margin-top: 40px;
  }
  #about_sec4 .box3 .flow_list ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 10px;
  }
  #about_sec4 .box3 .flow_list ul li {
    width: 290px;
    text-align: center;
    position: relative;
  }
  #about_sec4 .box3 .flow_list ul li::before {
    content: "";
    position: absolute;
    width: 15px;
    height: 30px;
    top: 85px;
    right: -35px;
    background: url(../img/about/flow_arr.png) no-repeat center;
  }
  #about_sec4 .box3 .flow_list ul li:nth-child(3n)::before {
    display: none;
  }
  #about_sec4 .box3 .flow_list ul li .num {
    color: #f8911e;
    font-size: 30px;
    position: relative;
    margin-bottom: -25px;
  }
  #about_sec4 .box3 .flow_list ul li dl {
    height: 145px;
    line-height: 1.5;
    padding: 25px 20px;
    border-radius: 20px;
    box-sizing: border-box;
    background-color: rgba(255, 255, 255, 0.5);
  }
  #about_sec4 .box3 .flow_list ul li dl dt {
    color: #797d4a;
    font-size: 22px;
    margin-bottom: 10px;
  }
  #about_sec4 .box3 .flow_list ul li dl dd {
    font-size: 16px;
  }
  #about_sec5 .img_list {
    margin: 30px 0;
  }
  /*trend
    --------------------------------------------*/
  .lt_m {
    margin-right: -30px;
  }
  .lt_m2 {
    margin-right: -10px;
  }
  #trend_sec1 .box1 .txt {
    margin-bottom: 15px;
  }
  #trend_sec1 .box1 .img_list {
    margin-top: 40px;
  }
  #trend_sec1 .box1 .img_list li:last-child {
    margin-top: 60px;
    text-align: right;
  }
  #trend_sec1 .box1 .img_list li:last-child img {
    margin-top: 30px;
  }
  #trend_sec2 .cmn_box {
    flex-direction: row-reverse;
  }
  #trend_sec2 .box2 .green_txt {
    margin-top: 20px;
  }
  #trend_sec3 .txt_box {
    line-height: 1.9;
  }
  #trend_sec4 .box1 .green_txt {
    margin-top: 15px;
    letter-spacing: 0.5px;
  }
  #trend_sec4 .img_list {
    margin-bottom: 40px;
  }
  /*trend
    --------------------------------------------*/
  .not_found {
    text-align: center;
  }
  .found_map {
    margin-top: 80px;
    text-align: left;
  }
  .found_map li {
    font-size: 15px;
    background-color: transparent;
    border-bottom: 1px dotted #563d13;
  }
  .found_map li:last-child {
    border-top: 1px dotted #563d13;
  }
  .found_map li a {
    color: #5c5c5c;
    display: block;
    padding: 14px 20px;
  }
}
