@charset "UTF-8";
/* _setting CSS */
.attention {
  color: #ff2d2d;
}

.mb15 {
  margin: 0 0 15px;
}

.mb20 {
  margin: 0 0 20px;
}

.mb25 {
  margin: 0 0 25px;
}

.mb30 {
  margin: 0 0 30px;
}

.mb35 {
  margin: 0 0 35px;
}


/* min-width:751px | 751px ~
------------------------------------------------------------------------- */
@media screen and (min-width: 751px) {
  /* @media screen
  ------------------------------------------------------------------------- */


  body {
    min-width: 1280px;
  }

  .sp {
    display: none !important;
  }

.start_logo {
  background: #FFF;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9000;
}
.start_logo p {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: none;
  z-index: 9999;
  width: 280px;
}

  #wrapper {
    background: #fefef6;
  }

  header {
    padding: 10px 0;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 0;
    transition: all .3s ease;
  }

    header .inner {
        position: relative;
        max-width: 100%;
        margin: 0 auto;
        padding: 15px 15px ;
    }

    header a {
        color: #7a7c80;
        text-decoration: none;
    }

    header h1 {
      display: none;
        width: 181px;
        margin: -1px 0 20px;
        position: absolute;
        left: 0;
    }

    header h1 a {
        padding: 51px 0 0;
        background: url(../images/common/logo.png);
        background-size: 100%;
        display: block;
        height: 0;
        overflow: hidden;
        background-repeat: no-repeat;
    }

    header h1 a:hover {
        opacity: 0.7;
    }

    header p {
        position: absolute;
        top: 50px;
        left: 0;
        font-size: 1.2rem;
    } 

    header .g_nav {
        display: flex;
        justify-content: flex-end;
        background:rgba(254,254,246,0.8);
        padding: 10px;
    }

    header .g_nav li {
        position: relative;
        font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
    }

    header .g_nav a {
        display: block;
        position: relative;
        font-size: 1.8rem;
        font-weight: bold;
        color: #000;
    }

    header .g_nav a:after {
        content: '';
        display: block;
        position: absolute;
        top: -13px;
        left: 0;
        width: 100%;
        height: 0;
        background: #decf25;
    }

    header .g_nav a:hover:after {
        height: 4px;
    }

    header .g_nav .current a:after {
        height: 4px;
    }

    header .g_nav li ::before {
        color: #2e2e2e;
        display: block;

        font-size: 1.49rem;
        font-weight: bold;
        line-height: 1.8;
        /*white-space: pre;*/
        text-align: center;
    }


  #mv_wrap {
    background: url(../images/mv.png);
    position: relative;
    padding: 0;
    margin: 0 auto;
    width: 1200px;
    height: 746px;
    background-position: center center !important;
    background-size: cover !important;
  }
  #mv_wrap p {
    left: 50%;
    padding: 40px;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);

  }
  #mv_wrap h2 {
    left: 50%;
    padding: 40px;
    position: absolute;
    top: 70%;
    transform: translate(-50%,-50%);
    font-family: "Kaisei Decol", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 2.4rem;
    color: #fff;
  }
  #mv_wrap .scroll {
    left: 50%;
    padding: 40px;
    position: absolute;
    top: 85%;
    transform: translate(-50%,-50%);
  }



  /* スクロールダウンの位置 */
  .scroll {
    padding-top: 60px;
    position: relative;
    text-align: center;
    color: #fff;
  }
  /* 矢印のアニメーション部分 */
  .scroll::after {
    animation: scroll 2s infinite;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    content: "";
    height: 20px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 80px;
    width: 20px;
  }


  .bg_wrap {
    margin: 60px 0;
    padding: 100px 0;
    background: #ffff99;
  }
  #sec1 {
    max-width: 1200px;
    margin: 0 auto;
  }

  .c_about_wrrap {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    width: 660px;
    margin: 0 auto;
    padding: 100px 0;
    text-align: center;
  }

  .c_about_wrrap h2 {
    font-size: 3.0rem;
    text-align: center;
    margin: 0 0 40px 0;
  }

  .c_about_wrrap .c_about_img {
    text-align: center;
    margin: 0 0 40px 0;
  }

  .c_about_wrrap h3 {
    font-size: 1.8rem;
    text-align: center;
    margin: 0 0 40px 0;
  }

  .c_about_wrrap .c_about_t {
    text-align: left;
  }
  .c_flow_wrap {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    color: #000;
    padding: 100px 0;
  }

.c_flow_title {
  width: 320px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}

.c_flow_sub_t {
  width: 100px;
}

.c_flow_main_t {
  width: 220px;
}

.c_flow_circle { 
  position: relative;
  display: inline-block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #dd7600;
}


.c_flow_b {
  border-bottom: 2px solid #fff;
  display: inline-block;
  padding: 28px;
  position: absolute;
  right: 40px;
  width: 200px;
}

.c_flow_circle .c_flow_t {
  position: absolute;
  display: inline-block;
  left: 40px;
  top: 70%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width :200px;
  text-align:center;

  font-size: 1.8rem;
}


.c_flow_main_t h2 {
  font-size: 3.0rem;
}

.c_flow_main_t p {
  width: 200px;
  font-size: 1.6rem;
  line-height: 1.4;
}

.sec_flow_wrap {
  width: 860px;
  margin: 0 auto;
  padding: 60px 0 0;
}

.sec_flow_circle { 
  position: relative;
  display: inline-block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #000;
}

.sec_flow_circle span {
  position: absolute;
  display: inline-block;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width :80px;
  text-align:center;
  font-size: 3.0rem;
  color: #fff;
}

.sec_flow_c {
  width: 860px;
  margin: 20px 0 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.sec_flow_img {
  width: 420px;
}

.sec_flow_txt {
  width: 420px;
}

.sec_flow_txt h3 {
  font-size: 2.4rem;
}

.sec_flow_txt h4 {
  font-size: 1.8rem;
}

.sec_flow_txt p {
  font-size: 1.4rem !important;
}

.sec_list_bg {
  width: 1200px;
  margin: 0 auto;
  padding: 120px 0;
  background: url(../images/sec_list_bg.png) no-repeat;
  background-position: center center !important;
        background-size: cover !important;
}

.c_list_title {
  color: #fff;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  padding: 0 0 180px;
}

.c_list_title h2 {
  text-align: center;
  font-size: 3.0rem;
}

.c_list_title .c_list_t_sub {
  text-align: center;
  font-size: 1.2rem;
}

.c_list_title .c_list_t_txt {
  width: 720px;
  margin: 30px auto 0;
  text-align: left;
  font-size: 1.4rem;
}

.c_list_box {
  border-top: 2px solid #fff;
  padding: 60px 0;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.c_list_box ul {
  width: 770px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.c_list_box ul li {
  width:calc(100%/2);
  padding: 0 20px 60px;
}

.c_list_box ul li {
  color: #fff;
  text-decoration: none;
}

.c_list_box dl {
  width: 100%;
}

.c_list_box dl dt {
  text-align: center;
}

.c_list_box dl dd　{

}

.c_list_box dl dd h3 {
  text-align: center;
  font-size: 1.6rem;
}

.c_list_box dl dd p {
  text-align: left;
  font-size: 1.2rem;
  min-height:  60px;
}

.list_btn_wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
  margin: 20px 0;
}

.list_btn {
  width: 100%;
  /*width:calc(100%/2);*/
  padding: 0 10px;
}

.list_btn2 {
  width:calc(100%/2);
  padding: 0 10px;
}

.list_btn3 {
  width:100%;
  padding: 0 10px;
  margin-top: 10px;
}

.list_btn a,.list_btn2 a,.list_btn3 a  {
  border: 1px solid #fff;;
  color: #fff;
  text-decoration: none;
  display: block;
  text-align: center;
  padding: 10px;
}


  .c_rec_wrap {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    color: #000;
    padding: 100px 0;
  }

.c_rec_title {
  width: 520px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}

.c_rec_sub_t {
  width: 100px;
}

.c_rec_main_t {
  width: 420px;
}

.c_rec_circle { 
  position: relative;
  display: inline-block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #dd7600;
}


.c_rec_b {
  border-bottom: 2px solid #fff;
  display: inline-block;
  padding: 28px;
  position: absolute;
  right: 40px;
  width: 200px;
}

.c_rec_circle .c_rec_t {
  position: absolute;
  display: inline-block;
  left: 40px;
  top: 70%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width :200px;
  text-align:center;

  font-size: 1.8rem;
}


.c_rec_main_t h2 {
  font-size: 3.0rem;
}

.c_rec_main_t p {
  width: 200px;
  font-size: 1.6rem;
  line-height: 1.4;
}

.sec_rec_wrap {
  width: 860px;
  margin: 0 auto;
  padding: 60px 0 0;
}

.sec_rec_circle { 
  position: relative;
  display: inline-block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #000;
}

.sec_rec_circle span {
  position: absolute;
  display: inline-block;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width :80px;
  text-align:center;
  font-size: 3.0rem;
  color: #fff;
}

.sec_rec_c {
  width: 860px;
  margin: 20px 0 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.sec_rec_c2 {
  width: 410px;
  margin: 90px auto;
}

.sec_rec_c2 h3 {
  font-size: 2.4rem;
}

.sec_rec_img {
  width: 420px;
}

.sec_rec_txt {
  width: 420px;
}

.sec_rec_txt h3 {
  font-size: 2.4rem;
}

.sec_rec_txt h4 {
  font-size: 1.8rem;
}

.sec_rec_txt p {
  font-size: 1.4rem !important;
}


.sec_contact_bg {
  width: 1200px;
  margin: 0 auto;
  padding: 120px 0;
  background: url(../images/sec_contact_bg.png) no-repeat;
  background-position: center center !important;
        background-size: cover !important;
}

.c_contact_wrap {
  width: 600px;
  margin: 0 auto;
  color: #fff;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.c_contact_title h2 {
  font-size: 3.0rem;
  text-align: center;
}



.c_contact_title .c_contact_t_sub {
  font-size: 1.2rem;
  text-align: center;
}

.c_contact_box {
  padding:30px 0;
  margin: 100px 0 40px;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
}


.c_contact_box h3 {
  font-size: 2.4rem;
  text-align: center;
}

.c_contact_box h4 {
  font-size: 1.8rem;
  text-align: center;
}

.c_contact_box p {
  margin: 20px 0 0;
  font-size: 1.6rem;
  text-align: center;
}

.c_contact_btn_wrap {
  width: 340px;
  margin: 0 auto;
}

.c_contact_btn_wrap a {
  display: block;
  border: 2px solid #fff;
  padding: 20px 0;
  color: #fff;
  text-decoration: none;
}


footer #footer {
  width: 1200px;
  margin: 0 auto;
  background: #dd7600;
  color: #000;
  padding: 60px 0;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.footer_logo {
  text-align: center;
  padding: 0 0 40px;
}

.f_copyright {
  text-align: center;
  font-size: 1.2rem;
}

  /* @media screen
  ------------------------------------------------------------------------- */
}
/* ////.min-width:751px | 751px ~
---------------------------------------------------------------------
------------
------------
------------
------------
------------
------------
------------
------------
------------
------------
max-width:750px | ~ 750px
------------------------------------------------------------------------- */
@media screen and (max-width: 750px) {
  /* @media screen
  ------------------------------------------------------------------------- */
  .pc {
    display: none !important;
  }

.start_logo {
  display: none;
}

  #wrapper {
    overflow: hidden;
  }
  #header {
    width: 100%;
    /*background: #fff;*/
    position: fixed;
    z-index: 100;
  }
    header {
        position: relative;
        background: rgba(255, 255, 255, 0.0);
    }

    header>.inner {
        display: flex;
    }

    header>.inner h1 {
        width: 46.66667%;
    }

    header>.inner h1 a {
        padding: 31.42857% 0 0;
        /*background: url(../images/common/logo.png) center center;*/
        background-size: 83%;
        display: block;
        height: 0;
        overflow: hidden;
        background-repeat: no-repeat;
    }

    header>.inner .h_sub {
        display: none;
    }

    header>.inner .s_nav {
      display: none;
      /*display: flex;
        justify-content: space-between;
        width: 38.66667%;
        padding: 2% 7.33333%;*/
    }

    header>.inner .s_nav li {
        width: 44%;
    }

    header>.inner .s_nav a {
        padding: 100% 0 0;
        background: url(../images/common/sp_icon_tel1.png) center center;
        background-size: 100%;
        display: none;
        height: 0;
        overflow: hidden;
        background-repeat: no-repeat;
    }

    header>.inner .s_nav .s_nav2 a {
        background: url(../images/common/sp_icon_contact1.png) no-repeat center center;
        background-size: 100%;
    }

    header #nav_btn {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 500;
        width: 14.66667%;
        height: 100%;
        background: #3a3a3a;
    }

    header #nav_btn:after {
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        width: 27.27273%;
        height: 2px;
        margin: -0.90909% 0 0 -13.63636%;
        background: #fff;
        transition: 0.8s;
    }

    header #nav_btn a {
        padding: 100% 0 0;
        display: block;
        height: 0;
        overflow: hidden;
        background-repeat: no-repeat;
    }

    header #nav_btn a:before,
    header #nav_btn a:after {
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        width: 27.27273%;
        height: 2px;
        margin: 0 0 0 -13.63636%;
        background: #fff;
    }

    header #nav_btn a:before {
        animation: 1s nav_btn_open1;
        animation-fill-mode: forwards;
    }

    header #nav_btn a:after {
        animation: 1s nav_btn_open2;
        animation-fill-mode: forwards;
    }

    header #nav_btn.on:after {
        opacity: 0;
    }

    header #nav_btn.on a:before {
        animation: 1s nav_btn_open1_re;
        animation-fill-mode: forwards;
    }

    header #nav_btn.on a:after {
        animation: 1s nav_btn_open2_re;
        animation-fill-mode: forwards;
    }

    nav {
        position: absolute;
        top: 0;
        right: -200%;
        z-index: 499;
        width: 77.33333%;
        height: 200vh;
        padding: 11.73333% 6% 0;
        background: #74723f;
        transition: 0.5s;
        color: #1c212a;
    }

    nav.on {
        right: 0;
    }

    nav a {
        color: #fff;
        text-decoration: none;
    }

    nav .g_nav {
        margin: 0 0 20px;
        border-top: 1px solid #fff;
    }

    nav .g_nav a {
        display: block;
        padding: 10px 0;
        border-bottom: 1px solid #ccc;
        font-size: 1.5rem;
    }

    nav .s_nav {
        margin: 0 0 20px;
    }

    nav .s_nav li {
        margin: 0 0 15px;
    }

    nav .s_nav a {
        display: block;
        line-height: 32px;
        border: 1px solid #232345;
        border-radius: 50px;
        text-align: center;
    }

    nav .s_nav a:hover {
        opacity: 0.7;
    }

    nav .tel {
      display: none;
        margin: 0 0 12px;
        padding: 20px 0 15px;
        border-top: 1px solid #d5d754;
        border-bottom: 1px solid #d5d754;
    }

    nav .tel a {
        margin: 0 0 4px;
        padding: 10.34483% 0 0;
        background: url(../images/common/tel1.png);
        background-size: 100%;
        display: block;
        height: 0;
        overflow: hidden;
        background-repeat: no-repeat;
    }

    nav .tel .time {
        display: flex;
        justify-content: center;
        line-height: 16px;
        font-size: 1.1rem;
        white-space: nowrap;
    }

    nav .tel .time .hd {
        width: 36px;
        line-height: 16px;
        margin: 0 10px 0 0;
        background: #2e2e4e;
        color: #fff;
        font-size: 1rem;
        text-align: center;
    }

    nav .tel .time .text {
        font-feature-settings: 'palt';
        text-align: right;
    }

    nav .facebook {
        margin: 0 0 8px;
    }

    nav .facebook a {
        display: block;
        font-size: 1.3rem;
        font-weight: bold;
        text-align: center;
    }

    nav .facebook a:before {
        content: url(../images/common/icon_facebook1.png);
        display: inline-block;
        transform: scale(0.5);
        vertical-align: middle;
    }

    nav .nav_btn_close a {
        display: block;
        background: #decf25;
        color: #fff;
        line-height: 33px;
        padding: 2px 0 0;
        font-size: 1.3rem;
        font-weight: bold;
        text-align: center;
    }

    nav .nav_btn_close a:before {
        content: url(../images/common/icon_close1.png);
        display: inline-block;
        line-height: 12px;
        margin: 0 4px 0 0;
        transform: scale(0.5);
        vertical-align: middle;
    }
    #nav_btn {
      display: none;
    }

  #mv_wrap {
    background: url(../images/mv.png);
    background-position: center center !important;
    background-size: cover !important;
    position: relative;
    height:90vh;
    width: 100%;
  }
  #mv_wrap p {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);

  }
  #mv_wrap h2 {
    left: 50%;
    position: absolute;
    top: 70%;
    transform: translate(-50%,-50%);
    font-family: "Kaisei Decol", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 2.4rem;
    color: #fff;
  }
  #mv_wrap .scroll {
    left: 50%;
    padding: 40px;
    position: absolute;
    top: 85%;
    transform: translate(-50%,-50%);
  }



  /* スクロールダウンの位置 */
  .scroll {
    padding-top: 60px;
    position: relative;
    text-align: center;
    color: #fff;
  }
  /* 矢印のアニメーション部分 */
  .scroll::after {
    animation: scroll 2s infinite;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    content: "";
    height: 20px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 80px;
    width: 20px;
  }


  .c_about_wrrap {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    padding: 60px 0;
    text-align: center;
  }

  .c_about_wrrap h2 {
    font-size: 3.0rem;
    text-align: center;
    margin: 0 0 40px 0;
  }

  .c_about_wrrap .c_about_img {
    text-align: center;
    margin: 0 0 40px 0;
  }

  .c_about_wrrap h3 {
    font-size: 1.8rem;
    text-align: center;
    margin: 0 0 40px 0;
  }

  .c_about_wrrap .c_about_t {
    text-align: left;
  }

  .c_flow_wrap {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    color: #000;
    padding: 100px 0;
  }

.c_flow_title {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.c_flow_sub_t {
  width: 30%;
}

.c_flow_main_t {
  width: 50%;
}

.c_flow_circle { 
  position: relative;
  display: inline-block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #dd7600;
}


.c_flow_b {
  border-bottom: 2px solid #fff;
  display: inline-block;
  padding: 28px;
  position: absolute;
  right: 40px;
}

.c_flow_circle .c_flow_t {
  position: absolute;
  display: inline-block;
  right: 0;
  top: 40%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);

  text-align:center;

  font-size: 1.8rem;
}


.c_flow_main_t h2 {
  font-size: 2.4rem;
}

.c_flow_main_t p {
  width: 200px;
  font-size: 1.6rem;
  line-height: 1.4;
}

.sec_flow_wrap {
  width: 100%;
  padding: 60px 0 0;
}

.sec_flow_circle { 
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #000;
}

.sec_flow_circle span {
  position: absolute;
  display: inline-block;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width :50px;
  text-align:center;
  font-size: 3.0rem;
  color: #fff;
}

.sec_flow_c {
  margin: 10px 0 20px;
}

.sec_flow_img img {
  max-width: 100%;
}

.sec_flow_txt {
}

.sec_flow_txt h3 {
  font-size: 2.0rem;
}

.sec_flow_txt h4 {
  font-size: 1.6rem;
}

.sec_flow_txt p {
  font-size: 1.4rem !important;
}

.sec_list_bg {
  width: 100%;
  padding: 60px 0;
  background: url(../images/sec_list_bg.png) no-repeat;
  background-position: center center !important;
        background-size: cover !important;
}

.c_list_title {
  color: #fff;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  padding: 0 0 90px;
}

.c_list_title h2 {
  text-align: center;
  font-size: 3.0rem;
}

.c_list_title .c_list_t_sub {
  text-align: center;
  font-size: 1.2rem;
}

.c_list_title .c_list_t_txt {
  margin: 20px auto 0;
  text-align: left;
  font-size: 1.4rem;
}

.c_list_box {
  border-top: 1px solid #fff;
  padding: 30px 0;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.c_list_box ul {
  width: 100%px;
}

.c_list_box ul li {
  padding: 20px 0;
}

.c_list_box ul li {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid #fff;
}

.c_list_box dl {
  width: 100%;
}

.c_list_box dl dt {
  text-align: center;
}

.c_list_box dl dd h3 {
  text-align: center;
  font-size: 1.6rem;
}

.c_list_box dl dd p {
  text-align: left;
  font-size: 1.2rem;
}

.list_btn_wrap {
  /*display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;*/
  margin: 20px 0;
}

.list_btn {
  width: 100%;
  /*width:calc(100%/2);*/
  padding: 0 10px;
}

.list_btn2 {
  width:calc(100%/2);
  padding: 0 10px;
}

.list_btn3 {
  width:100%;
  padding: 0 10px;
  margin-top: 10px;
}

.list_btn a,.list_btn2 a,.list_btn3 a  {
  border: 1px solid #fff;;
  color: #fff;
  text-decoration: none;
  display: block;
  text-align: center;
  padding: 10px;
}

  .c_rec_wrap {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    color: #000;
    padding: 50px 0;
  }

.c_rec_title {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
    justify-content: flex-end;
}

.c_rec_sub_t {
  width: 100px;
}

.c_rec_main_t {
  width: 50%;
}

.c_rec_circle { 
  position: relative;
  display: inline-block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #dd7600;
}


.c_rec_b {
  border-bottom: 2px solid #fff;
  display: inline-block;
  padding: 28px;
  position: absolute;
  right: 40px;
  width: 200px;
}

.c_rec_circle .c_rec_t {
  position: absolute;
  display: inline-block;
  left: 40px;
  top: 70%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width :200px;
  text-align:center;

  font-size: 1.8rem;
}


.c_rec_main_t h2 {
  font-size: 2.4rem;
}

.c_rec_main_t p {
  font-size: 1.6rem;
  line-height: 1.4;
}

.sec_rec_wrap {
  padding: 30px 0 0;
}

.sec_rec_circle { 
  position: relative;
  display: inline-block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #000;
}

.sec_rec_circle span {
  position: absolute;
  display: inline-block;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width :80px;
  text-align:center;
  font-size: 3.0rem;
  color: #fff;
}

.sec_rec_c {
  width: 100%;
  margin: 20px 0 40px;
}

.sec_rec_c2 {
  margin: 40px auto;
}

.sec_rec_c2 h3 {
  font-size: 2.4rem;
}

.sec_rec_img {
  max-width: 100%;
}

.sec_rec_txt {
}

.sec_rec_txt h3 {
  font-size: 2.4rem;
}

.sec_rec_txt h4 {
  font-size: 1.8rem;
}

.sec_rec_txt p {
  font-size: 1.4rem !important;
}

.sec_contact_bg {
  width: 100%;
  padding: 120px 0;
  background: url(../images/sec_contact_bg.png) no-repeat;
  background-position: center center !important;
        background-size: cover !important;
}

.c_contact_wrap {
  color: #fff;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.c_contact_title h2 {
  font-size: 2.4rem;
  text-align: center;
}

.c_contact_title .c_contact_t_sub {
  font-size: 1.2rem;
  text-align: center;
}

.c_contact_box {
  padding:30px 0;
  margin: 50px 0 40px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  text-align: left;
}

.c_contact_box h3 {
  font-size: 2.4rem;
  text-align: center;
}

.c_contact_box h4 {
  font-size: 1.8rem;
  text-align: center;
}

.c_contact_box p {
  margin: 20px 0 0;
  font-size: 1.6rem;
  text-align: left;
}

.c_contact_btn_wrap {
  margin: 0 auto;
}

.c_contact_btn_wrap a {
  display: block;
  border: 2px solid #fff;
  padding: 20px 0;
  color: #fff;
  text-decoration: none;
}

  .bg_wrap {
    margin: 60px 0;
    padding: 100px 0;
    background: #ffff99;
  }
  #sec1 {
    padding: 20px 4.66667%;
  }

footer #footer {
  background: #dd7600;
  color: #000;
  padding: 30px 0;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.footer_logo {
  text-align: center;
  padding: 0 0 40px;
}

.f_copyright {
  text-align: center;
  font-size: 1.2rem;
}



/*↑↑↑↑↑↑↑↑スマホはこの間に記載↑↑↑↑↑↑↑↑*/

  /* @media screen
  ------------------------------------------------------------------------- */
}
@keyframes nav_btn_open1 {
  0% {
    margin-top: 0;
    transform: rotate(45deg);
  }
  50% {
    margin-top: 0;
    transform: rotate(0);
  }
  100% {
    margin-top: -13.18182%;
    transform: rotate(0);
  }
}
@keyframes nav_btn_open2 {
  0% {
    margin-top: 0;
    transform: rotate(-45deg);
  }
  50% {
    margin-top: 0;
    transform: rotate(0);
  }
  100% {
    margin-top: 11.36364%;
    transform: rotate(0);
  }
}
@keyframes nav_btn_open1_re {
  0% {
    margin-top: -13.18182%;
    transform: rotate(0);
  }
  50% {
    margin-top: 0;
    transform: rotate(0);
  }
  100% {
    margin-top: 0;
    transform: rotate(45deg);
  }
}
@keyframes nav_btn_open2_re {
  0% {
    margin-top: 11.36364%;
    transform: rotate(0);
  }
  50% {
    margin-top: 0;
    transform: rotate(0);
  }
  100% {
    margin-top: 0;
    transform: rotate(-45deg);
  }
}

/* 矢印のアニメーション */
@keyframes scroll {
  0% {
    opacity: 0;
    transform: rotate(-45deg) translate(0, 0);
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 0;
    transform: rotate(-45deg) translate(-20px, 20px);
  }
  100% {
    opacity: 0;
  }
}
