@charset "UTF-8";
/*common
----------------------------------------------------*/
/* 設定 */
* {
  font-weight: 500;
  letter-spacing: 0.08em;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt';
  font-family: '游ゴシック体', 'Yu Gothic', YuGothic, sans-serif;
  line-height: 1.8;
}

body {
  color: #333;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  min-width: 1000px;
  height: 100%;
  padding-top: 90px;
}

@media only screen and (max-width: 768px) {
  body {
    padding-top: 0;
  }
}

html {
  font-size: 62.5%;
  margin: 0;
  padding: 0;
  height: 100%;
}

img {
  border: 0;
  max-width: 100%;
  vertical-align: bottom;
}

.for-mv {
  display: block;
}

a {
  color: #333;
  text-decoration: none;
}

a:hover {
  opacity: 0.8;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

ul, li {
  list-style: none;
}

.for-pc {
  display: block;
}

.for-tab, .for-sp {
  display: none !important;
}

/* align */
.cen {
  text-align: center !important;
}

.left {
  text-align: left !important;
}

.right {
  text-align: right !important;
}

/* text-indent */
.indent {
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}

.att {
  padding-left: 0.7em;
  text-indent: -0.6em;
  display: inline-block;
}

.txt-red {
  color: #f00;
}

/* 半透明 */
a:hover img {
  -webkit-transition: all .3s;
  transition: all .3s;
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}

/* 配置位置 中央 */
@media screen and (max-width: 768px) {
  #contents {
    padding-top: 49px;
  }
}

.inner {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  width: 90%;
}

.inner960 {
  max-width: 960px;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

section {
  padding: 8% 0;
}

.arrow {
  position: relative;
  display: inline-block;
  padding-left: 20px;
}

.arrow::before {
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.btn_box {
  margin-top: 80px;
  text-align: center;
}

.btn {
  color: #333;
  font-weight: bold;
  width: 100%;
  display: block;
  max-width: 498px;
  margin: 0 auto;
  padding: 20px;
  background: #F3C41C;
  border: 2px solid #F3C41C;
  text-align: center;
  border-radius: 100vh !important;
}

@media screen and (max-width: 768px) {
  .btn {
    max-width: 380px;
    padding: 15px 20px;
    font-size: 1.4rem;
  }
}

.btn:hover {
  color: #F3C41C;
  background-color: #333;
  opacity: 1;
}

.btn.arrow:before {
  width: 8px;
  height: 8px;
  right: 20px;
  left: auto;
  border-color: #333;
}

.yu_min {
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

.fc_yellow {
  color: #F3C41C;
}

.fc_white {
  color: #fff;
}

.en_txt {
  font-size: 6.5rem;
  font-weight: bold;
  letter-spacing: -1px;
  line-height: 1.2;
}

.en_txt * {
  line-height: 1.2;
}

.en_txt span {
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .en_txt {
    font-size: 3.5rem;
  }
}

.fs32 {
  font-size: 3.2rem;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  .fs32 {
    font-size: 2.2rem;
  }
}

#mv {
  padding: 0;
}

.img-wrap {
  overflow: hidden;
  position: relative;
}

.img-wrap:before {
  -webkit-animation: img-wrap 1s cubic-bezier(0.4, 0, 0, 1) forwards;
          animation: img-wrap 1s cubic-bezier(0.4, 0, 0, 1) forwards;
  background: #f3c41c;
  bottom: 0;
  content: '';
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

@-webkit-keyframes img-wrap {
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@keyframes img-wrap {
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

.imgsharp {
  -webkit-backface-visibility: hidden;
}

.bg_stripe {
  background-size: auto auto;
  background-color: white;
  background-image: repeating-linear-gradient(127deg, transparent, transparent 8px, #f4f4f4 8px, #f4f4f4 10px);
}

.bg_miyauchi_txt {
  background: url(../img/common/bg_miyauchi.jpg) no-repeat 20px 100px/auto;
}

@media screen and (max-width: 768px) {
  .bg_miyauchi_txt {
    background: #fff;
  }
}

.pankuzu {
  padding: 15px 0;
  background: #FFD803;
}

@media screen and (max-width: 768px) {
  .pankuzu * {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 480px) {
  .pankuzu {
    padding: 5px 0;
  }
  .pankuzu * {
    font-size: 1.2rem;
  }
}

.pankuzu .inner {
  width: 90%;
  max-width: 100%;
}

.pankuzu .inner a {
  text-decoration: underline;
}

.pankuzu .inner a:hover {
  color: #985D79;
}

.pankuzu .inner .pankuzu_arrow.arrow {
  padding: 0 20px;
}

@media screen and (max-width: 480px) {
  .pankuzu .inner .pankuzu_arrow.arrow {
    padding: 0 10px;
  }
}

.pankuzu .inner .pankuzu_arrow.arrow:before {
  top: -9px;
  bottom: 0px;
  left: 0;
  right: 0;
  border-top: solid 2px #333;
  border-right: solid 2px #333;
}

@media screen and (max-width: 480px) {
  .pankuzu .inner .pankuzu_arrow.arrow:before {
    width: 3px;
    height: 3px;
    border-top: solid 1px #333;
    border-right: solid 1px #333;
  }
}

#common_area {
  padding: 4% 0;
  background: url(../img/common/common_area_bg.jpg) no-repeat center center/cover;
}

@media screen and (max-width: 768px) {
  #common_area {
    padding: 6% 0;
    background: url(../img/common/common_area_bg_sp.jpg) no-repeat center center/cover;
  }
}

#common_area .inner {
  max-width: 1060px;
}

#common_area .inner .arrow_img {
  margin-bottom: 20px;
}

#common_area .inner .flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#common_area .inner .flex .box {
  width: 48%;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #common_area .inner .flex .box {
    width: 100%;
  }
  #common_area .inner .flex .box:nth-of-type(1) {
    margin-bottom: 30px;
  }
}

#common_area .inner .flex .box h2 {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  #common_area .inner .flex .box h2 {
    font-size: 1.8rem;
  }
}

#common_area .inner .flex .box:nth-of-type(2) p {
  color: #AB3B2C;
  font-size: 2rem;
  font-weight: bold;
  padding: 5px;
  background: #fff;
}

@media screen and (max-width: 768px) {
  #common_area .inner .flex .box:nth-of-type(2) p {
    font-size: 1.6rem;
  }
}

#common_area .inner .flex .box:nth-of-type(2) .btn_box {
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  #common_area .inner .flex .box:nth-of-type(2) .btn_box .btn {
    max-width: 100%;
  }
}

#mv.pages_mv {
  padding: 50px 20px;
  background: url(../img/common/mv_pages_pc.jpg) no-repeat center center/cover;
}

#mv.pages_mv * {
  color: #fff;
}

#mv.pages_mv h1 {
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  #mv.pages_mv {
    background: url(../img/common/mv_pages_sp.jpg) no-repeat center center/cover;
  }
}

@media screen and (max-width: 480px) {
  #mv.pages_mv p {
    font-size: 1.3rem;
  }
}

.box_shadow_yellow {
  -webkit-box-shadow: 20px 20px 0 #FFF7CF;
          box-shadow: 20px 20px 0 #FFF7CF;
}

@media screen and (max-width: 768px) {
  .box_shadow_yellow {
    -webkit-box-shadow: 10px 10px 0 #FFF7CF;
            box-shadow: 10px 10px 0 #FFF7CF;
  }
}

.box_shadow_yellow_small {
  -webkit-box-shadow: 10px 10px 0 #FFF7CF;
          box-shadow: 10px 10px 0 #FFF7CF;
}

@media screen and (max-width: 768px) {
  .box_shadow_yellow_small {
    -webkit-box-shadow: 5px 5px 0 #FFF7CF;
            box-shadow: 5px 5px 0 #FFF7CF;
  }
}

.box_shadow_purple {
  -webkit-box-shadow: 20px 20px 0 #DBBDCB;
          box-shadow: 20px 20px 0 #DBBDCB;
}

@media screen and (max-width: 768px) {
  .box_shadow_purple {
    -webkit-box-shadow: 10px 10px 0 #DBBDCB;
            box-shadow: 10px 10px 0 #DBBDCB;
  }
}

.tit_boxs,
.news_article_inner h1 {
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  position: relative;
  font-size: 3.8rem;
  font-weight: bold;
  padding-left: 20px;
  margin-bottom: 50px;
  z-index: 1;
  line-height: 1.2;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .tit_boxs,
  .news_article_inner h1 {
    font-size: 2.2rem;
    margin-bottom: 30px;
  }
}

.tit_boxs:before, .tit_boxs:after,
.news_article_inner h1:before,
.news_article_inner h1:after {
  content: '';
  width: 49px;
  height: 49px;
  display: block;
  position: absolute;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .tit_boxs:before, .tit_boxs:after,
  .news_article_inner h1:before,
  .news_article_inner h1:after {
    width: 29px;
    height: 29px;
  }
}

.tit_boxs:before,
.news_article_inner h1:before {
  background: #FFD803;
  left: 10px;
  bottom: 0;
  z-index: -1;
}

.tit_boxs:after,
.news_article_inner h1:after {
  background: #985D79;
  left: 0;
  bottom: 10px;
  z-index: -2;
}

.tit_left_border,
.news_article_inner h2 {
  font-size: 2.4rem;
  font-weight: bold;
  padding-left: 20px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .tit_left_border,
  .news_article_inner h2 {
    font-size: 2rem;
  }
}

.tit_left_border:before,
.news_article_inner h2:before {
  content: '';
  width: 5px;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #F3C41C;
}

.news_article_inner h3 {
  font-size: 2rem;
  font-weight: bold;
  border-bottom: 5px solid #FFD803;
  background: #FFF7CF;
  padding: 3px 5px;
}

table {
  width: 100%;
}

table th, table td {
  padding: 20px 15px;
  border: 1px solid #ddd;
  vertical-align: middle;
}

table th {
  width: 30%;
  background: #efefef;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .table_reponsive th, .table_reponsive td {
    display: block;
    width: 100%;
  }
  .table_reponsive td {
    text-align: left;
    border-top: none;
  }
  .table_reponsive th {
    border-top: none;
  }
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb60 {
  margin-bottom: 60px;
}
.mb80 {
  margin-bottom: 80px;
}

.pl20 {
  padding-left: 20px;
}

/*common-end
******************************************/
/*header
******************************************/
header {
  width: 100%;
  top: 0;
  position: fixed;
  z-index: 9999;
  background: #fff;
}

.hd_shadow {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.header-pc-logo {
  margin-bottom: 25px;
  padding: 30px 50px;
  border-bottom: 5px solid #fce2aa;
}

.head-pc-inner {
  max-width: 100%;
  margin: 0 auto;
}

@media screen and (min-width: 769px) and (max-width: 1490px) {
  .head-pc-inner {
    width: 98%;
  }
}

.head-pc-inner .flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.head-pc-inner .head_l {
  width: 70%;
  padding: 20px 0;
  text-align: center;
}

@media screen and (min-width: 769px) and (max-width: 1490px) {
  .head-pc-inner .head_l {
    width: 56%;
    padding-right: 0;
  }
}

.head-pc-inner .head_l .head-pc-logo {
  float: left;
  width: 100%;
  max-width: 130px;
  margin: 0 auto;
}

@media screen and (min-width: 769px) and (max-width: 1490px) {
  .head-pc-inner .head_l .head-pc-logo {
    max-width: 90px;
  }
}

.head-pc-inner .head_l .head-pc-logo a {
  display: block;
}

.head-pc-inner .head_l .pc-menu {
  margin: 0 0 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.head-pc-inner .head_l .pc-menu ul {
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  float: left;
}

@media screen and (min-width: 769px) and (max-width: 1490px) {
  .head-pc-inner .head_l .pc-menu ul {
    width: 80%;
  }
}

.head-pc-inner .head_l .pc-menu ul li {
  width: 19%;
  position: relative;
  margin-bottom: 5px;
  padding-left: 3%;
  padding-right: 3%;
}

@media screen and (min-width: 769px) and (max-width: 1490px) {
  .head-pc-inner .head_l .pc-menu ul li {
    padding-left: 2%;
    padding-right: 2%;
  }
}

.head-pc-inner .head_l .pc-menu ul li a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #333;
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 15px;
  text-decoration: none;
  padding: 10px 0;
}

@media screen and (min-width: 1688px) {
  .head-pc-inner .head_l .pc-menu ul li a {
    font-size: 1.6rem;
  }
}

.head-pc-inner .head_l .pc-menu ul li.current a,
.head-pc-inner .head_l .pc-menu ul li:hover a {
  color: #985D79;
  position: relative;
}

.head-pc-inner .head_l .pc-menu ul li.current a:after,
.head-pc-inner .head_l .pc-menu ul li:hover a:after {
  content: '';
  width: 100%;
  height: 5px;
  background: #985D79;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -5px;
  margin: auto;
}

.head-pc-inner .head_r {
  width: 30%;
  max-width: 391px;
  padding: 20px 0 20px 20px;
}

@media screen and (min-width: 769px) and (max-width: 1490px) {
  .head-pc-inner .head_r {
    width: 46%;
  }
}

.head-pc-inner .head_r .hd_tel {
  float: left;
  width: 221px;
}

.head-pc-inner .head_r .head-pc-contact {
  float: right;
  margin-left: 4%;
}

.head-pc-inner .head_r .head-pc-contact dt a {
  display: block;
  font-size: 1.3rem;
  line-height: 50px;
  padding: 0 15px;
  color: #fff;
  background: #333;
}

.head-pc-inner .head_r .head-pc-contact dt img {
  width: 284px;
  margin: 0 0 0 auto;
}

/*--------------------------------------
        footer
--------------------------------------*/
.fixed-top-btn {
  position: fixed;
  bottom: 100px;
  right: 20px;
  z-index: 100;
  width: 31px;
}

@media screen and (max-width: 768px) {
  .fixed-top-btn {
    max-width: 40px;
    bottom: 68px;
  }
}

footer {
  color: #fff;
  background: #000;
}

footer a {
  color: #fff;
}

footer .inner {
  max-width: 90%;
}

@media screen and (max-width: 768px) {
  footer .inner {
    max-width: 100%;
  }
}

.ft_top {
  padding: 80px 0;
}

@media screen and (max-width: 768px) {
  .ft_top {
    padding: 50px 0 30px;
  }
}

.ft_top .flex {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.ft_top .l-box {
  width: 40%;
}

@media screen and (max-width: 768px) {
  .ft_top .l-box {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
  }
}

.ft_top .l-box .ft-logo {
  max-width: 130px;
  margin-bottom: 30px;
}

.ft_top .l-box p {
  font-size: 1.3rem;
}

@media screen and (max-width: 768px) {
  .ft_top .l-box p {
    text-align: left;
  }
}

.ft_top .l-box .tel_img {
  margin-top: 50px;
}

.ft_top .l-box .tel_img img {
  max-width: 266px;
}

.ft_top .l-box .tel_img div {
  margin-top: 10px;
}

.ft_top .r-box {
  width: 60%;
}

@media screen and (max-width: 768px) {
  .ft_top .r-box {
    display: block;
    width: 100%;
  }
}

.ft_top ul {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 530px;
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
  margin-left: auto;
  margin-right: 0;
}

.ft_top ul li {
  width: 29%;
  position: relative;
  margin-right: 4%;
  margin-bottom: 15px;
  padding-left: 30px;
}

@media screen and (max-width: 768px) {
  .ft_top ul li {
    width: 48%;
    margin-bottom: 4%;
  }
  .ft_top ul li:nth-of-type(2n) {
    margin-right: 0;
  }
  .ft_top ul li a {
    font-size: 1.4rem;
  }
}

.ft_top ul li:before {
  content: '';
  width: 15px;
  height: 1px;
  background: #ffd803;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.ft_bottom {
  padding: 20px 0;
  background: #F3C41C;
}

.ft_bottom * {
  color: #333;
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  .ft_bottom .flex {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .ft_bottom .l-box {
    width: 100%;
  }
}

.ft_bottom .l-box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .ft_bottom .l-box ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.ft_bottom .l-box ul li a {
  padding-left: 0;
  padding-right: 20px;
  font-weight: bold;
}

.ft_bottom .l-box .arrow:before {
  right: 0;
  left: auto;
  border-top: solid 2px #333;
  border-right: solid 2px #333;
}

.ft_bottom .r-box {
  text-align: right;
}

@media screen and (max-width: 768px) {
  .ft_bottom .r-box {
    width: 100%;
    text-align: center;
    margin-top: 30px;
  }
}

/*トップページ
******************************************/
.tit_style {
  margin-bottom: 50px;
}

.tit_style.icon {
  position: relative;
  display: inline-block;
  padding-left: 90px;
}

.tit_style.icon::before {
  content: '';
  width: 62px;
  height: 79px;
  position: absolute;
  left: 0;
  top: 12px;
  bottom: 0;
  background: url(../img/top/sec03_icon.svg) no-repeat center center/cover;
}

#top_sec01 {
  background: url(../img/top/sec01_bg.png) no-repeat bottom left/100%;
}

#top_sec01 .sec01_img {
  max-width: 919px;
  margin: 0 auto 50px;
}

#top_sec01 h2 {
  margin-bottom: 30px;
}

#top_sec01 p {
  font-size: 2rem;
  margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
  #top_sec01 p {
    font-size: 1.8rem;
  }
}

#top_sec02 {
  background: #F4DCA2;
  position: relative;
  overflow: hidden;
  z-index: 0;
}

#top_sec02:before, #top_sec02:after {
  content: '';
  width: 278px;
  height: 642px;
  position: absolute;
  display: block;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  #top_sec02:before, #top_sec02:after {
    width: 178px;
    height: 542px;
  }
}

#top_sec02:before {
  background: url(../img/top/sec02_bg_bottom.png) no-repeat center center/cover;
  bottom: 0;
  left: 0;
}

@media screen and (max-width: 768px) {
  #top_sec02:before {
    left: -20%;
  }
}

#top_sec02:after {
  background: url(../img/top/sec02_bg_top.png) no-repeat center center/cover;
  top: 0;
  right: 0;
}

@media screen and (max-width: 768px) {
  #top_sec02:after {
    right: -20%;
  }
}

#top_sec02 h2 {
  margin-bottom: 50px;
}

#top_sec02 .sec02_box {
  margin-bottom: 50px;
}

#top_sec02 .sec02_box h3 {
  margin-bottom: 20px;
  position: relative;
  padding-left: 40px;
}

#top_sec02 .sec02_box h3:before {
  content: '';
  width: 31.314px;
  height: 31.314px;
  position: absolute;
  inset: auto auto auto 0;
  background: url(../img/top/sec02_arrow.svg) no-repeat center center/cover;
}

@media screen and (max-width: 768px) {
  #top_sec02 .sec02_box .flex {
    display: block;
  }
}

#top_sec02 .sec02_box:nth-of-type(3n) .flex {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

#top_sec02 .photo_inner,
#top_sec02 .txt_inner {
  width: 48%;
}

@media screen and (max-width: 768px) {
  #top_sec02 .photo_inner,
  #top_sec02 .txt_inner {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  #top_sec02 .photo_inner {
    margin-bottom: 20px;
  }
}

#top_sec03 {
  background-size: auto auto;
  background-color: white;
  background-image: repeating-linear-gradient(127deg, transparent, transparent 8px, #f4f4f4 8px, #f4f4f4 10px);
}

#top_sec03 ul {
  margin-bottom: 80px;
}

#top_sec03 ul li {
  width: 32%;
}

@media screen and (max-width: 768px) {
  #top_sec03 ul li {
    width: 100%;
    margin-bottom: 50px;
  }
  #top_sec03 ul li:last-child {
    margin-bottom: 0;
  }
}

#top_sec03 ul li a {
  display: block;
  line-height: 1;
  background: #efefef;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  height: 100%;
}

#top_sec03 ul li a .cen {
  padding: 20px;
}

#top_sec03 ul li a .cen time {
  font-size: 1.3rem;
}

#top_sec03 ul li a .cen h3 {
  font-size: 1.8rem;
  list-style: 1.3;
  font-weight: bold;
  margin-bottom: 20px;
}

#top_sec04 {
  background: #F3C41C;
  position: relative;
  overflow: hidden;
  z-index: 0;
}

#top_sec04:before, #top_sec04:after {
  content: '';
  width: 245px;
  height: 360px;
  position: absolute;
  display: block;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  #top_sec04:before, #top_sec04:after {
    width: 178px;
    height: 542px;
  }
}

#top_sec04:before {
  background: url(../img/top/sec04_bg_bottom.png) no-repeat top center/100%;
  bottom: 0;
  left: 0;
}

@media screen and (max-width: 768px) {
  #top_sec04:before {
    left: -20%;
  }
}

#top_sec04:after {
  background: url(../img/top/sec04_bg_top.png) no-repeat bottom center/100%;
  top: 0;
  right: 0;
}

@media screen and (max-width: 768px) {
  #top_sec04:after {
    right: -20%;
  }
}

#top_sec04 .recruit_list {
  width: 48%;
  max-width: 527px;
  margin: auto;
  border: 1px solid #efefef;
  background: #fff;
}

@media screen and (max-width: 768px) {
  #top_sec04 .recruit_list {
    width: 100%;
    margin-bottom: 30px;
  }
}

#top_sec04 .recruit_list a {
  display: block;
  padding: 20px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

#top_sec04 .recruit_list a:before {
  content: '';
  width: 64%;
  height: 152%;
  display: block;
  background: rgba(243, 196, 28, 0.5);
  z-index: -1;
  position: absolute;
  left: -126px;
  top: -60px;
  -webkit-transform: skew(27deg, 17deg);
          transform: skew(27deg, 17deg);
}

#top_sec04 .recruit_list a h3 {
  font-size: 4.6rem;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 20px;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  #top_sec04 .recruit_list a h3 {
    font-size: 2.8rem;
  }
}

#top_sec04 .recruit_list a h3:before {
  content: '';
  width: 288px;
  height: 14px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(../img/common/arrow_recruit.svg) no-repeat center center/cover;
}

#top_sec04 .recruit_list a p {
  font-weight: bold;
}

#top_sec04 .recruit_list.sekoukanri {
  background: url(../img/top/sec04_img_sekoukanri.jpg) no-repeat center center/cover;
}

#top_sec04 .recruit_list.sagyouin {
  background: url(../img/top/sec04_img_sagyouin.jpg) no-repeat center center/cover;
}

#top_sec05 .news_inner {
  max-width: 1000px;
  height: 100%;
  max-height: 245px;
  margin: 0 auto;
  overflow-y: scroll;
  padding: 20px;
  background: #efefef;
}

#top_sec05 .news_inner ul li {
  margin-bottom: 30px;
}

#top_sec05 .news_inner ul li a {
  font-size: 1.4rem;
  display: block;
  padding-bottom: 15px;
  border-bottom: 1px dashed #333;
  text-decoration: underline;
}

#top_sec05 .news_inner ul li a .time {
  padding-right: 50px;
}

@media screen and (max-width: 768px) {
  #top_sec05 .news_inner ul li a .time {
    display: block;
  }
}

/*施工実績
******************************************/
.works #contents #sec01 ul.works_list li.works_box {
  padding: 20px;
  background: #fff;
  margin-bottom: 50px;
}

.works #contents #sec01 ul.works_list li.works_box h2 {
  font-size: 2.8rem;
  font-weight: bold;
  padding-left: 20px;
  border-left: 5px solid #FFD803;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .works #contents #sec01 ul.works_list li.works_box h2 {
    font-size: 2rem;
  }
}

.works #contents #sec01 ul.works_list li.works_box .slider_box,
.works #contents #sec01 ul.works_list li.works_box .txt_box {
  width: 48%;
}

@media screen and (max-width: 768px) {
  .works #contents #sec01 ul.works_list li.works_box .slider_box,
  .works #contents #sec01 ul.works_list li.works_box .txt_box {
    width: 100%;
  }
}

.works #contents #sec01 ul.works_list li.works_box .slider_box ul.slider li,
.works #contents #sec01 ul.works_list li.works_box .txt_box ul.slider li {
  padding: 0;
  position: relative;
}

.works #contents #sec01 ul.works_list li.works_box .slider_box ul.slider li .capture,
.works #contents #sec01 ul.works_list li.works_box .txt_box ul.slider li .capture {
  font-size: 1.4rem;
  color: #fff;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 15px;
  background: rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 768px) {
  .works #contents #sec01 ul.works_list li.works_box .slider_box ul.slider li .capture,
  .works #contents #sec01 ul.works_list li.works_box .txt_box ul.slider li .capture {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 505px) {
  .works #contents #sec01 ul.works_list li.works_box .slider_box ul.slider li .capture,
  .works #contents #sec01 ul.works_list li.works_box .txt_box ul.slider li .capture {
    padding: 5px;
  }
}

.works #contents #sec01 ul.works_list li.works_box .slider_box .slick-prev, .works #contents #sec01 ul.works_list li.works_box .slider_box .slick-next,
.works #contents #sec01 ul.works_list li.works_box .txt_box .slick-prev,
.works #contents #sec01 ul.works_list li.works_box .txt_box .slick-next {
  z-index: 2;
  width: 27px;
  height: 34px;
}

.works #contents #sec01 ul.works_list li.works_box .slider_box .slick-prev::before, .works #contents #sec01 ul.works_list li.works_box .slider_box .slick-next::before,
.works #contents #sec01 ul.works_list li.works_box .txt_box .slick-prev::before,
.works #contents #sec01 ul.works_list li.works_box .txt_box .slick-next::before {
  content: '';
}

.works #contents #sec01 ul.works_list li.works_box .slider_box .slick-dots,
.works #contents #sec01 ul.works_list li.works_box .txt_box .slick-dots {
  bottom: 60px;
}

@media screen and (max-width: 505px) {
  .works #contents #sec01 ul.works_list li.works_box .slider_box .slick-dots,
  .works #contents #sec01 ul.works_list li.works_box .txt_box .slick-dots {
    bottom: 60px;
  }
}

.works #contents #sec01 ul.works_list li.works_box .slider_box .slick-dots li,
.works #contents #sec01 ul.works_list li.works_box .txt_box .slick-dots li {
  background: none;
}

.works #contents #sec01 ul.works_list li.works_box .slider_box .slick-dots li button:before,
.works #contents #sec01 ul.works_list li.works_box .txt_box .slick-dots li button:before {
  color: #fff;
}

.works #contents #sec01 ul.works_list li.works_box .slider_box .slick-next,
.works #contents #sec01 ul.works_list li.works_box .txt_box .slick-next {
  right: 0;
  background: url(../img/works/slider-r.png) no-repeat center center/cover;
}

.works #contents #sec01 ul.works_list li.works_box .slider_box .slick-prev,
.works #contents #sec01 ul.works_list li.works_box .txt_box .slick-prev {
  left: 0;
  background: url(../img/works/slider-l.png) no-repeat center center/cover;
}

@media screen and (max-width: 480px) {
  .works #contents #sec01 ul.works_list li.works_box .txt_box table th, .works #contents #sec01 ul.works_list li.works_box .txt_box table td {
    font-size: 1.3rem;
  }
  .works #contents #sec01 ul.works_list li.works_box .txt_box table th {
    width: 40%;
  }
  .works #contents #sec01 ul.works_list li.works_box .txt_box table th, .works #contents #sec01 ul.works_list li.works_box .txt_box table td {
    padding: 10px;
  }
}

/*会社概要
******************************************/
.company #contents #sec01 .inner:nth-of-type(1) {
  margin-bottom: 80px;
}

.company #contents #sec01 .flex .photo {
  width: 40%;
}

@media screen and (max-width: 768px) {
  .company #contents #sec01 .flex .photo {
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
  }
}

.company #contents #sec01 .flex .txt {
  width: 58%;
}

@media screen and (max-width: 768px) {
  .company #contents #sec01 .flex .txt {
    width: 100%;
  }
}

.company #contents #sec01 .flex .txt h3 {
  margin-top: 50px;
}

.company #contents #sec01 .flex .txt h3 * {
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .company #contents #sec01 .flex .txt h3 * {
    display: block;
  }
}

.company #contents #sec01 .flex .txt h3 small {
  font-size: 1.3rem;
  padding-right: 30px;
}

@media screen and (max-width: 768px) {
  .company #contents #sec01 .flex .txt h3 small {
    padding-right: 0;
  }
}

.company #contents #sec01 .flex .txt h3 span {
  font-size: 2.8rem;
}

.company #contents #sec01 .inner:nth-of-type(2) table {
  margin-bottom: 50px;
}

.company #contents #sec01 .inner:nth-of-type(2) .gmap {
  margin-bottom: 50px;
}

.company #contents #sec01 .inner:nth-of-type(2) .gmap:nth-last-child(1) {
  margin-bottom: 0;
}

.company #contents #sec01 .inner:nth-of-type(2) .gmap h3 {
  margin-bottom: 30px;
}

/*お知らせ一覧
******************************************/
.newslist #contents #sec01 .inner {
  background: #fff;
}

.newslist #contents #sec01 .inner .newslist_inner {
  height: 100%;
  max-height: 600px;
  margin: 0 auto;
  overflow-y: auto;
  padding: 30px 20px;
}

.newslist #contents #sec01 .inner .newslist_inner ul li {
  margin-bottom: 30px;
}

.newslist #contents #sec01 .inner .newslist_inner ul li a {
  display: block;
  font-size: 1.4rem;
  padding-bottom: 15px;
  border-bottom: 1px dashed #333;
  text-decoration: underline;
}

.newslist #contents #sec01 .inner .newslist_inner ul li a .time {
  display: block;
}

.newslist #contents #sec01 .inner .newslist_inner ul li a .news_tit {
  font-size: 1.8rem;
  font-weight: bold;
}

/*お知らせ
******************************************/
.news_article #contents #sec01 .inner {
  background: #fff;
}

.news_article #contents #sec01 .inner .news_article_inner {
  padding: 30px 20px;
}

.news_article #contents #sec01 .inner .news_article_inner .time {
  margin-bottom: 10px;
}

.news_article #contents #sec01 .inner .news_article_inner .time span {
  font-size: 1.3rem;
  color: #fff;
  padding: 5px 15px;
  background: #333;
}

.news_article #contents #sec01 .inner .news_article_inner .news_title {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 50px;
  line-height: 1.4;
}

@media screen and (max-width: 480px) {
  .news_article #contents #sec01 .inner .news_article_inner .news_title {
    font-size: 2.2rem;
  }
}

/*事業内容
******************************************/
.about #contents .page_navi {
  padding: 15px 0;
  background: #F3C41C;
}

.about #contents .page_navi ul {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.about #contents .page_navi li {
  position: relative;
  width: 33%;
}

.about #contents .page_navi li:before {
  content: '';
  width: 1px;
  height: 100%;
  background: #333;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .about #contents .page_navi li:before {
    min-height: 95px;
  }
}

.about #contents .page_navi li a {
  text-align: center;
  display: block;
  text-align: center;
  padding: 0 30px;
}

@media screen and (max-width: 768px) {
  .about #contents .page_navi li a {
    padding: 0 10px;
  }
}

.about #contents .page_navi li a span:nth-of-type(1) {
  width: 53px;
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .about #contents .page_navi li a span:nth-of-type(1) {
    width: 33px;
  }
}

.about #contents .page_navi li a span:nth-of-type(2) {
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .about #contents .page_navi li a span:nth-of-type(2) {
    font-size: 1.3rem;
  }
}

.about #contents .page_navi li:nth-of-type(3)::before {
  content: none;
}

.about #contents .page_navi li .arrow:before {
  right: 0;
  border-top: solid 2px #333;
  border-right: solid 2px #333;
  -webkit-transform: rotate(136deg);
          transform: rotate(136deg);
}

.about #contents #sec01 h2,
.about #contents #sec02 h2,
.about #contents #sec03 h2 {
  text-align: center;
  display: inline-block;
  padding: 0 45px;
  position: relative;
  margin-bottom: 50px;
}

.about #contents #sec01 h2 span,
.about #contents #sec02 h2 span,
.about #contents #sec03 h2 span {
  display: block;
}

.about #contents #sec01 h2 .jp,
.about #contents #sec02 h2 .jp,
.about #contents #sec03 h2 .jp {
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.2;
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .about #contents #sec01 h2 .jp,
  .about #contents #sec02 h2 .jp,
  .about #contents #sec03 h2 .jp {
    font-size: 2.2rem;
  }
}

.about #contents #sec01 h2 .en,
.about #contents #sec02 h2 .en,
.about #contents #sec03 h2 .en {
  font-size: 1.4rem;
  font-weight: bold;
}

.about #contents #sec01 h2:before, .about #contents #sec01 h2:after,
.about #contents #sec02 h2:before,
.about #contents #sec02 h2:after,
.about #contents #sec03 h2:before,
.about #contents #sec03 h2:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  display: inline-block;
  width: 2px;
  height: 100%;
  background-color: #333;
  -webkit-transform: rotate(20deg);
  transform: rotate(20deg);
}

.about #contents #sec01 h2:before,
.about #contents #sec02 h2:before,
.about #contents #sec03 h2:before {
  left: 0;
}

.about #contents #sec01 h2:after,
.about #contents #sec02 h2:after,
.about #contents #sec03 h2:after {
  right: 0;
}

.about #contents #sec01 .flex,
.about #contents #sec02 .flex,
.about #contents #sec03 .flex {
  margin-bottom: 80px;
}

.about #contents #sec01 .flex .photo, .about #contents #sec01 .flex .txt,
.about #contents #sec02 .flex .photo,
.about #contents #sec02 .flex .txt,
.about #contents #sec03 .flex .photo,
.about #contents #sec03 .flex .txt {
  width: 47%;
}

@media screen and (max-width: 768px) {
  .about #contents #sec01 .flex .photo, .about #contents #sec01 .flex .txt,
  .about #contents #sec02 .flex .photo,
  .about #contents #sec02 .flex .txt,
  .about #contents #sec03 .flex .photo,
  .about #contents #sec03 .flex .txt {
    width: 100%;
  }
}

.about #contents #sec01 .flex .photo,
.about #contents #sec02 .flex .photo,
.about #contents #sec03 .flex .photo {
  text-align: center;
}

.about #contents #sec01 .flex h3,
.about #contents #sec02 .flex h3,
.about #contents #sec03 .flex h3 {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
  .about #contents #sec01 .flex h3,
  .about #contents #sec02 .flex h3,
  .about #contents #sec03 .flex h3 {
    font-size: 2rem;
    margin-top: 20px;
    line-height: 1.4;
  }
}

.about #contents #sec01 .flex_return,
.about #contents #sec02 .flex_return,
.about #contents #sec03 .flex_return {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.about #contents #sec01 {
  background: url(../img/about/sec01_bg.png) no-repeat center top/100% auto;
}

.about #contents #sec02 {
  background: #985D79 url(../img/about/sec02_bg.png) no-repeat center top/100% auto;
}

.about #contents #sec02 h2 {
  color: #fff;
}

.about #contents #sec02 h2:before, .about #contents #sec02 h2:after {
  background-color: #fff;
}

.about #contents #sec02 h3, .about #contents #sec02 p {
  color: #fff;
}

.about #contents #sec03 {
  background: url(../img/about/sec03_bg.png) no-repeat center top/100% auto;
}

/*求人情報
******************************************/
.recruit #contents #sec01 p {
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .recruit #contents #sec01 p {
    text-align: left;
    font-size: 1.4rem;
  }
}

.recruit #contents #sec01 ul.flex {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.recruit #contents #sec01 ul.flex li {
  width: 32%;
}

.recruit #contents #sec02 {
  padding: 0;
}

.recruit #contents #sec02 .sec02_bg {
  padding: 80px 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(50%, #fff), color-stop(50%, #F9F9F9), to(#F9F9F9));
  background: linear-gradient(180deg, #fff 0%, #fff 50%, #F9F9F9 50%, #F9F9F9 100%);
}

.recruit #contents #sec02 h2 {
  color: #fff;
  font-size: 3.2rem;
  font-weight: bold;
  padding: 60px 20px;
  background: #99637d url(../img/recruit/sec02_tit_bg.jpg) no-repeat 100% 0/auto;
}

@media screen and (max-width: 768px) {
  .recruit #contents #sec02 h2 {
    background: #99637d url(../img/recruit/sec02_tit_bg_sp.jpg) no-repeat 100% 0/auto 100%;
  }
}

.recruit #contents #sec02 dl {
  width: 48%;
  max-width: 432px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .recruit #contents #sec02 dl {
    width: 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
  .recruit #contents #sec02 dl:nth-of-type(2) {
    margin-bottom: 0;
  }
}

.recruit #contents #sec02 dl dt {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  color: #fff;
  background: rgba(153, 99, 125, 0.7);
  padding: 20px;
}

.recruit #contents #sec02 dl dt .type {
  font-size: 1.2rem;
}

.recruit #contents #sec02 dl dt h3 {
  font-size: 3.2rem;
  margin-bottom: 20px;
  line-height: 1.2;
}

.recruit #contents #sec03 ul {
  margin-bottom: 50px;
}

.recruit #contents #sec03 .recruit_list {
  width: 48%;
  border: 1px solid #efefef;
  background: #fff;
}

@media screen and (max-width: 768px) {
  .recruit #contents #sec03 .recruit_list {
    width: 100%;
    max-width: 460px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 30px;
  }
}

.recruit #contents #sec03 .recruit_list a {
  display: block;
  padding: 20px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.recruit #contents #sec03 .recruit_list a:before {
  content: '';
  width: 64%;
  height: 152%;
  display: block;
  background: rgba(243, 196, 28, 0.5);
  z-index: -1;
  position: absolute;
  left: -126px;
  top: -60px;
  -webkit-transform: skew(27deg, 17deg);
          transform: skew(27deg, 17deg);
}

.recruit #contents #sec03 .recruit_list a:after {
  content: '';
  width: 15px;
  height: 143px;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../img/common/arrow_recruit_tate.svg) no-repeat center center/cover;
}

.recruit #contents #sec03 .recruit_list a h3 {
  font-size: 4.6rem;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-bottom: 1px solid #333;
  padding-right: 30px;
  display: inline-block;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  .recruit #contents #sec03 .recruit_list a h3 {
    font-size: 2.8rem;
  }
}

.recruit #contents #sec03 .recruit_list a p {
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .recruit #contents #sec03 .recruit_list a p {
    font-size: 1.3rem;
  }
}

.recruit #contents #sec03 .recruit_list.sekoukanri {
  background: url(../img/top/sec04_img_sekoukanri.jpg) no-repeat center center/cover;
}

.recruit #contents #sec03 .recruit_list.sagyouin {
  background: url(../img/top/sec04_img_sagyouin.jpg) no-repeat center center/cover;
}

.recruit #contents #sec03 .works_table {
  margin-bottom: 30px;
  padding: 30px 20px;
  background: #FCF9F2;
}

.recruit #contents #sec03 .works_table h3 {
  margin-bottom: 30px;
}

.recruit #contents #sec03 .works_table table {
  width: 50%;
  background: #fff;
}

@media screen and (max-width: 768px) {
  .recruit #contents #sec03 .works_table table {
    width: 100%;
  }
  .recruit #contents #sec03 .works_table table:nth-of-type(2) tr:nth-of-type(1) th, .recruit #contents #sec03 .works_table table:nth-of-type(2) tr:nth-of-type(1) td {
    border-top: none;
  }
  .recruit #contents #sec03 .works_table table tr, .recruit #contents #sec03 .works_table table th, .recruit #contents #sec03 .works_table table td {
    display: block;
    width: 100%;
  }
}

.recruit #contents #sec03 .works_table table p {
  margin-bottom: 20px;
}

.recruit #contents #sec03 .works_table table p:last-child {
  margin-bottom: 0;
}

.recruit #contents #sec03 .works_table .btn {
  position: relative;
}

.recruit #contents #sec03 .works_table .btn:before {
  content: '';
  width: 29px;
  height: 20px;
  position: absolute;
  left: 6%;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../img/recruit/icon_mail.svg) no-repeat center center/cover;
}

@media screen and (max-width: 480px) {
  .recruit #contents #sec03 .works_table .btn_box {
    margin-top: 30px;
  }
}

/*プライバシー
******************************************/
.privacy #contents #sec01 .sec01_txt {
  margin-bottom: 50px;
}

.privacy #contents #sec01 dl {
  margin-bottom: 30px;
}

.privacy #contents #sec01 dl dt {
  font-size: 2rem;
  font-weight: bold;
}

@media screen and (max-width: 480px) {
  .privacy #contents #sec01 dl dt {
    font-size: 1.8rem;
  }
}

.privacy #contents #sec01 dl dd {
  font-size: 1.4rem;
}

.privacy #contents #sec01 .c01 {
  position: relative;
  padding-left: 28px;
  display: block;
}

.privacy #contents #sec01 .c01:before {
  content: '(1)';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}

.privacy #contents #sec01 .c02 {
  position: relative;
  padding-left: 28px;
  display: block;
}

.privacy #contents #sec01 .c02:before {
  content: '(2)';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}

.privacy #contents #sec01 .c03 {
  position: relative;
  padding-left: 28px;
  display: block;
}

.privacy #contents #sec01 .c03:before {
  content: '(3)';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}

.privacy #contents #sec01 .c04 {
  position: relative;
  padding-left: 28px;
  display: block;
}

.privacy #contents #sec01 .c04:before {
  content: '(4)';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}

.privacy #contents #sec01 .c05 {
  position: relative;
  padding-left: 28px;
  display: block;
}

.privacy #contents #sec01 .c05:before {
  content: '(5)';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}

.privacy #contents #sec01 .c06 {
  position: relative;
  padding-left: 28px;
  display: block;
}

.privacy #contents #sec01 .c06:before {
  content: '(6)';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}

/*お問い合わせ
******************************************/
.contact #sec01 {
  background: #FCF9F2;
}

.contact #sec01 .inner {
  padding: 50px;
  background: #fff;
}

@media screen and (max-width: 768px) {
  .contact #sec01 .inner {
    padding: 30px 20px;
  }
}

.contact #sec01 .inner .bnr_img {
  margin-bottom: 30px;
}

.contact #sec01 .inner .sec01_ct_box {
  max-width: 680px;
  margin: 0 auto;
}

.contact #sec01 .inner .sec01_ct_box dl {
  margin-bottom: 30px;
}

.contact #sec01 .inner .sec01_ct_box dl dt, .contact #sec01 .inner .sec01_ct_box dl dd input, .contact #sec01 .inner .sec01_ct_box dl textarea {
  font-size: 1.6rem;
}

.contact #sec01 .inner .sec01_ct_box dl dt {
  margin-bottom: 10px;
}

.contact #sec01 .inner .sec01_ct_box dl dt label {
  font-weight: bold;
}

.contact #sec01 .inner .sec01_ct_box dl dt span {
  display: inline-block;
  margin-left: 20px;
  color: #fff;
  font-size: 1.3rem;
  padding: 3px 10px;
  background: #FF1C1C;
}

.contact #sec01 .inner .sec01_ct_box dl dt small {
  display: block;
  font-size: 1.3rem;
  color: #f00;
}

.contact #sec01 .inner .sec01_ct_box dl dd input, .contact #sec01 .inner .sec01_ct_box dl dd textarea {
  padding: 10px;
  width: 100%;
  border-radius: 0%;
  background: #efefef;
  border: 1px solid #ddd;
}

.contact #sec01 .inner .sec01_ct_box input[type="checkbox"] {
  width: auto;
  vertical-align: baseline;
  margin-right: 10px;
}

.contact #sec01 .inner .privacy_box {
  margin-bottom: 30px;
}

.contact #sec01 .inner .privacy_box .privacy_link {
  margin-bottom: 15px;
}

.contact #sec01 .inner .privacy_box .privacy_link a {
  text-decoration: underline;
}

.contact #sec01 .inner button {
  cursor: pointer;
  font-size: 1.8rem;
  font-weight: bold;
}

.contact #sec01 .error_messe {
  margin-bottom: 30px;
}

.contact #sec01 .error_messe:last-child {
  margin-bottom: 0;
}

.contact_thanks #sec01 .inner .sec01_ct_box {
  max-width: 100%;
}

.contact_thanks #sec01 .page_btn {
  margin-top: 50px;
}

.contact_thanks #sec01 .page_btn .inner {
  padding: 0;
  background: none;
}

.contact_thanks #sec01 .page_btn .inner .page_list {
  width: 48%;
  border: 1px solid #efefef;
  background: #fff;
}

@media screen and (max-width: 600px) {
  .contact_thanks #sec01 .page_btn .inner .page_list {
    width: 100%;
    margin-bottom: 30px;
  }
}

.contact_thanks #sec01 .page_btn .inner .page_list a {
  display: block;
  padding: 40px 20px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.contact_thanks #sec01 .page_btn .inner .page_list a:before {
  content: '';
  width: 73%;
  height: 200%;
  display: block;
  background: #f3c41c;
  z-index: -1;
  position: absolute;
  left: -127px;
  top: -57px;
  -webkit-transform: skew(27deg, 17deg);
          transform: skew(27deg, 17deg);
}

.contact_thanks #sec01 .page_btn .inner .page_list a h3 {
  font-size: 3.6rem;
  position: relative;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  .contact_thanks #sec01 .page_btn .inner .page_list a h3 {
    font-size: 2.8rem;
  }
}

.contact_thanks #sec01 .page_btn .inner .page_list a h3:before {
  content: '';
  width: 150px;
  height: 16px;
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  background: url(../img/contact/arrow.svg) no-repeat center center/cover;
}

@media screen and (min-width: 600px) {
  .contact_thanks #sec01 .page_btn .inner .page_list a h3:before {
    width: 100px;
    height: 10px;
  }
}

@media screen and (min-width: 769px) {
  .contact_thanks #sec01 .page_btn .inner .page_list a h3:before {
    width: 150px;
    height: 16px;
  }
}

.contact_thanks #sec01 .page_btn .inner .page_list a p {
  font-weight: bold;
}

.contact_thanks #sec01 .page_btn .inner .page_list:nth-of-type(1) {
  background: url(../img/contact/btn_bg01.jpg) no-repeat center center/cover;
}

.contact_thanks #sec01 .page_btn .inner .page_list:nth-of-type(2) {
  background: url(../img/contact/btn_bg02.jpg) no-repeat center center/cover;
}
/*# sourceMappingURL=style.css.map */





.news_article_inner .flex .photo {
	width:45%;
}
.news_article_inner .flex .txt {
    width:48%;
}