@charset "UTF-8";

/* アニメーションベンダープレフィックス込み指定 */
/* アニメーションベンダープレフィックス込み指定 */
body {
  color: #111111;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 1.5rem;
  line-height: 1.6;
  letter-spacing: .1rem;
}

a {
  color: #FF5919;
  text-decoration: none;
  transition: all 0.3s ease;
}

a:hover {
  color: #ffa37f;
}

img {
  max-width: 100%;
  height: auto;
}

/* header
----------------------------------*/
#header {
  position: relative;
  background: #fff;
  box-shadow: 0 3px 3px rgba(1, 1, 1, 0.2);
  border-top: 3px solid #FF5919;
  /*&::before {
   content: "";
   position: absolute;
   width: 40.2%;
   height: 90px;
   background: #FFFFFF;
  }*/
}

#header .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  width: 1200px;
  height: 90px;
}

#header .inner #logo {
  position: relative;
  width: 400px;
}

#header .inner #navi {
  position: relative;
  text-align: center;
  font-size: 1.4rem;
  color: #FF5919;
  /*&::after {
       content: "";
       position: absolute;
       top: -26px;
       left: -90px;
       width: 0;
       height: 0;
       border-style: solid;
       border-width: 0 0 90px 90px;
       border-color: transparent transparent $base_color transparent;
      }*/
}

#header .inner #navi ul {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

#header .inner #navi ul li {
  position: relative;
  box-sizing: border-box;
  width: 150px;
}

#header .inner #navi ul li:before {
  position: absolute;
  top: 8px;
  left: 0;
  content: "/";
}

#header .inner #navi ul li:first-child:before {
  display: none;
}

#header .inner #navi ul li a {
  display: block;
  position: relative;
  color: #FF5919;
  font-weight: 700;
  font-size: 1.5rem;
  padding: 0 5px;
}

#header .inner #navi ul li a span {
  display: block;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 1rem;
  transition: all 0.3s ease;
}

#header .inner #navi ul li a:hover {
  -webkit-animation-duration: 1s;
  -webkit-animation-name: flash;
  animation-duration: 1s;
  animation-name: flash;
}

/* page-top
----------------------------------*/
#page-top {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 9999;
}

#page-top a {
  display: block;
  background: #111111;
  color: #FFFFFF;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-family: "Font Awesome 5 Free";
  content: "\f077";
  font-weight: 900;
  text-align: center;
}

#page-top a:hover {
  -webkit-animation-duration: 1s;
  -webkit-animation-name: flash;
  animation-duration: 1s;
  animation-name: flash;
}

/* footer
----------------------------------*/
#footer {
  background-color: #111111;
  color: #FFFFFF;
  padding: 30px 0;
}

#footer .inner {
  width: 1200px;
  margin: 0 auto 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#footer .inner .flogo {
  width: 400px;
}

#footer .inner .foot_navi {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  width: 600px;
  font-size: 1.4rem;
}

#footer .inner .foot_navi li {
  width: 33.3%;
  margin-bottom: 10px;
}

#footer .inner .foot_navi li a {
  color: #FFFFFF;
}

#footer .inner .foot_navi li a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  font-weight: 900;
  margin-right: 10px;
  color: #FFA410;
}

#footer .inner .foot_navi li a:hover {
  -webkit-animation-duration: 1s;
  -webkit-animation-name: flash;
  animation-duration: 1s;
  animation-name: flash;
}

#footer .copyright {
  text-align: center;
  font-size: 1.2rem;
}

/* sp_navi
----------------------------------*/
#sp_navi,
#humberger,
#drawernav {
  display: none;
}

/* contact_btn
----------------------------------*/
.contact_btn {
  display: flex;
  justify-content: center;
  text-align: center;
  margin-top: 30px;
}

.contact_btn li {
  width: 40%;
  margin: 0 2%;
}

.contact_btn li a {
  display: block;
  background: #FFFFFF;
  padding: .7em 0;
  border-radius: 50px;
  color: #FF5919;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
}

.contact_btn li a:before {
  margin-right: 10px;
}

.contact_btn li a.sub {
  color: #C79900;
}

.contact_btn li a.tel_btn:before {
  font-family: "Font Awesome 5 Free";
  content: "\f095";
  font-weight: 900;
}

.contact_btn li a.mail_btn:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0e0";
  font-weight: 900;
}

.contact_btn li a.sp_btn:before {
  font-family: "Font Awesome 5 Free";
  content: "\f3cd";
  font-weight: 900;
}

.contact_btn.contact_btn_02 li {
  width: 100%;
}

.contact_btn.contact_btn_03 li a {
  font-size: 1.5rem;
}

/* slideshow
----------------------------------*/
#slideshow {
  width: 100%;
  height: 80vh;
  overflow: hidden;
}

/* contents
----------------------------------*/
.single {
  margin: 0 auto;
  width: 1200px;
  padding-bottom: 100px;
}

.top {
  padding-top: 80px;
}

@media screen and (max-width: 1024px) {
  .top {
    padding-top: 50px;
  }
}

.single_01 {
  margin: 0 auto;
  width: 1200px;
  padding-bottom: 70px;
}

.single_02 {
  margin: 0 auto;
  width: 95%;
  padding-bottom: 70px;
}

.single_02_2 {
  margin: 0 auto;
  width: 100%;
  padding-bottom: 70px;
}

.single_03 {
  margin: 0 auto;
  width: 1024px;
  padding-bottom: 50px;
}

.single_04 {
  margin: 0 auto;
  width: 1024px;
  padding-bottom: 30px;
}

.lsingle {
  float: left;
  width: 48%;
  padding-top: 20px;
}

.rsingle {
  float: right;
  width: 48%;
  padding-top: 20px;
}

/* bg
----------------------------------*/
.bg_common {
  padding-top: 60px;
}

.bg_b {
  margin-bottom: 100px;
}

.bg_01 {
  background-image: url(../img/bg_01.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #FFFFFF;
}

.bg_02 {
  background-image: url(../img/bg_02.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.bg_03 {
  background-image: url(../img/bg_03.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

/* column
----------------------------------*/
.half {
  display: flex;
  justify-content: space-between;
}

.half .child {
  width: 50%;
}

.triple {
  display: flex;
  justify-content: space-between;
}

.triple .child {
  width: 33.3%;
}

.column2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: -3%;
}

.column2 .child {
  width: 48.44%;
  margin: 0 3% 3% 0;
}

.column2 .child:nth-child(2n) {
  margin: 0 0 3% 0;
}

.column3 {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  margin-bottom: -3%;
}

.column3 .child {
  width: 31%;
  margin: 0 3% 3% 0;
}

.column3 .child:nth-child(3n) {
  margin: 0 0 3% 0;
}

.column4 {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  align-items: stretch;
  margin-bottom: -3%;
}

.column4 .child {
  width: 22.7%;
  margin: 0 3% 3% 0;
}

.column4 .child:nth-child(4n) {
  margin: 0 0 3% 0;
}

.column5 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: -2%;
}

.column5 .child {
  width: 18.4%;
  margin: 0 2% 2% 0;
}

.column5 .child:nth-child(5n) {
  margin: 0 0 2% 0;
}

/* mtitle
----------------------------------*/
.mtitle_big {
  position: relative;
  margin-bottom: 20px;
  font-size: 4rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
}

.mtitle_big span {
  display: block;
  color: #FF5919;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
}

.mtitle_big.mtitle_big_white {
  color: #fff;
}

.mtitle_big.mtitle_big_white span {
  color: #FFFFFF;
}

.mtitle {
  font-size: 2rem;
  font-weight: 700;
  color: #FF5919;
  margin-bottom: 10px;
  line-height: 1.2;
  text-align: center;
}

.mtitle span {
  display: block;
  font-size: 3.6rem;
}

.mtitle.mtitle_white {
  color: #FFFFFF;
}

.mtitle_middle {
  background-color: #eee;
  color: #111111;
  padding: 8px 0 8px 10px;
  font-size: 1.8rem;
  letter-spacing: .1em;
  margin-bottom: 20px;
  border-left: 5px solid #FF5919;
  box-sizing: border-box;
  font-weight: 700;
}

.mtitle_small {
  position: relative;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 30px;
}

.mtitle_small:before {
  content: '';
  width: 30px;
  height: 2px;
  background-color: #FF5919;
  position: absolute;
  left: 0;
  bottom: -15px;
}

.mtitle_small2 {
  position: relative;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 30px;
}

.mtitle_small2:before {
  content: '';
  width: 90px;
  height: 1px;
  background-color: #C79900;
  position: absolute;
  left: 0;
  bottom: -15px;
}

.mtitle_sub {
  position: relative;
  margin-bottom: 10px;
  padding-left: 20px;
  font-size: 1.8rem;
  font-weight: 700;
}

.mtitle_sub:before {
  content: "";
  background-color: #FF5919;
  width: 10px;
  height: 4px;
  position: absolute;
  top: .6em;
  left: 0;
}

.mtitle_border {
  overflow: hidden;
  margin-bottom: 20px;
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
}

.mtitle_border span {
  position: relative;
  display: inline-block;
  margin: 0 2.5em;
  padding: 0 1em;
  text-align: left;
}

.mtitle_border span::before,
.mtitle_border span::after {
  position: absolute;
  top: 50%;
  content: '';
  width: 400%;
  height: 1px;
  background-color: #ccc;
}

.mtitle_border span::before {
  right: 100%;
}

.mtitle_border span::after {
  left: 100%;
}

.mtitle_top {
  margin-bottom: 30px;
  color: #FFFFFF;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: .2em;
}

.mtitle_top span {
  display: block;
  font-size: 1.8em;
}

.mtitle_blog {
  margin-bottom: 10px;
}

.mtitle_recruit {
  position: relative;
  background: #FF5919;
  color: #FFFFFF;
  border-radius: 50%;
  width: 180px;
  height: 180px;
  line-height: 180px;
  text-align: center;
}

.mtitle_recruit h3 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  line-height: 1.2;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 1.7rem;
  font-weight: 500;
  text-align: center;
  letter-spacing: .3em;
}

.mtitle_recruit h3 span {
  display: block;
  font-size: 1.6rem;
}

.mtitle_news {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
}

.mtitle_news span {
  display: block;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 1.2rem;
}

.mtitle_check {
  font-size: 1.8rem;
  margin-top: 10px;
}

.mtitle_check:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin: 0 5px 0 0;
  content: "\f058";
  color: #FF5919;
}

/* btn
----------------------------------*/
.cbtn {
  margin-top: 30px;
}

.cbtn a,
.cbtn button {
  display: block;
  position: relative;
  width: 320px;
  max-width: 100%;
  background: #111111;
  color: #FFFFFF;
  padding: 20px 0;
  text-align: center;
  font-weight: 700;
  letter-spacing: .3em;
}

.cbtn a:after,
.cbtn button:after {
  position: absolute;
  right: 15px;
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  font-weight: 900;
  transition: .2s;
}

.cbtn a:hover:after,
.cbtn button:hover:after {
  right: 10px;
}

.cbtn.cbtn_01 {
  position: absolute;
  bottom: -8%;
}

.cbtn.cbtn_02 a,
.cbtn.cbtn_02 button {
  margin: 0 auto;
}

/* news
----------------------------------*/
.news_box {
  display: flex;
  background: #FFA410;
  margin-bottom: 100px;
}

.news_box .news_ttile {
  background: #FF5919;
  color: #FFFFFF;
  width: 230px;
  padding: 20px 0;
}

.news_box .news_bx {
  width: 100%;
  box-sizing: border-box;
  padding: 20px;
}

.news-top dt {
  float: left;
  width: 7em;
}

.news-top dd {
  padding: 0 0 10px 8em;
  border-bottom: 1px dotted #aaa;
  margin: 0 0 10px;
}

.news-top dd:last-child {
  margin: 0;
  border-bottom: none;
}

.news-bl dt {
  float: left;
  width: 7em;
  margin-bottom: 10px;
  padding: 3px 5px;
  background: #FF5919;
  color: #FFFFFF;
  text-align: center;
}

.news-bl dd {
  padding: 0 0 10px 9em;
  line-height: 1.6;
  border-bottom: 1px dotted #CCCCCC;
  margin: 0 0 10px;
}

.news-bl dd:last-child {
  margin: 0;
  border-bottom: none;
}

/* tbl
----------------------------------*/
.tbl {
  width: 100%;
  background-color: #FFFFFF;
}

.tbl th,
.tbl td {
  vertical-align: middle;
  border: 1px solid #CCCCCC;
  padding: 10px;
}

.tbl th {
  background: #FFA410;
  font-weight: normal;
}

.tbl_new {
  width: 100%;
  background-color: #FFFFFF;
}

.tbl_new tr th,
.tbl_new tr td {
  vertical-align: top;
  padding: 10px;
}

.tbl_new tr th {
  width: 20%;
  font-weight: normal;
}

.tbl_new tr:nth-child(odd) th,
.tbl_new tr:nth-child(odd) td {
  background: #fff2dc;
}

.tbl_form tr th {
  text-align: left;
}

.company {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 5px;
}

.company th,
.company td {
  padding: 10px;
  vertical-align: middle;
}

.company th {
  text-align: left;
  width: 20%;
  position: relative;
  background: #FF5919;
  color: #FFFFFF;
  font-weight: normal;
}

.company th::after {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: #FFFFFF;
  border-width: 10px;
  border-left-color: #FF5919;
  margin-top: -10px;
}

.company td {
  background: #FFFFFF;
  padding-left: 20px;
}

.company2 {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 5px;
}

@media screen and (max-width: 667px) {
  .company2 {
    width: 95%;
    margin: 0 auto;
  }
}

.company2 th,
.company2 td {
  padding: 10px;
  vertical-align: middle;
}

.company2 th {
  text-align: center;
  width: 40%;
  position: relative;
  background: #FF5919;
  color: #FFFFFF;
  font-weight: bold;
}

.company2 th::after {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: #FFFFFF;
  border-width: 10px;
  border-left-color: #FF5919;
  margin-top: -10px;
}

.company2 td {
  background: #FFFFFF;
  padding-left: 20px;
  border: 1px solid #FF5919;
  font-weight: bold;
}

.company2 span {
  font-weight: normal;
}

.tbl_01 th {
  width: 20%;
}

/* list
----------------------------------*/
.list_common li {
  padding-bottom: 10px;
  padding-left: 1rem;
  margin-bottom: 10px;
  border-bottom: 1px dotted #CCCCCC;
}

.list_common li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

.list_common li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin: 0 5px 0 -1rem;
  color: #FF5919;
  padding: 1px;
}

.list_check li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin: 0 5px 0 -1rem;
  content: "\f058";
  color: #FF5919;
}

.list_note li {
  margin-bottom: 5px;
  padding-left: 1.5em;
}

.list_note li:last-child {
  margin-bottom: 0;
}

.list_note li:before {
  content: "※";
  margin: 0 5px 0 -1.5em;
  color: #FF0000;
}

.list_disc li {
  margin-bottom: 5px;
  padding-left: 1.5em;
}

.list_disc li:last-child {
  margin-bottom: 0;
}

.list_disc li:before {
  content: "・";
  margin: 0 5px 0 -1.5em;
  color: #FF5919;
}

.list_line li {
  position: relative;
  display: inline-block;
  padding: 0 10px;
}

.list_line li:after {
  position: absolute;
  right: 0;
  content: "/";
}

.list_line li:last-child:after {
  display: none;
}

.list_macker {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 30px;
  text-align: center;
  font-size: 1.1em;
  font-weight: bold;
}

.list_macker li {
  width: 18.4%;
  margin: 0 2% 1% 0;
}

.list_macker li:nth-child(5n) {
  margin: 0 0 1% 0;
}

.rounded-list {
  counter-reset: li;
  padding-left: 1em;
  list-style: none;
}

.rounded-list li {
  position: relative;
  padding: .4em .4em .4em 2em;
  margin: .5em 0;
  background: #fafafa;
  border-radius: .3em;
  transition: all .3s ease-out;
  box-sizing: border-box;
}

.rounded-list li:before {
  content: counter(li);
  counter-increment: li;
  position: absolute;
  left: -1.3em;
  top: 50%;
  margin-top: -1.3em;
  background: #FF5919;
  color: #FFFFFF;
  height: 2em;
  width: 2em;
  line-height: 2em;
  border: .3em solid #fff;
  text-align: center;
  font-weight: bold;
  border-radius: 2em;
  transition: all .3s ease-out;
}

.ol-list {
  max-width: 100%;
  padding: 0;
  margin: 0 auto;
  list-style-type: none;
  counter-reset: li;
  border: solid 3px #FF5919;
}

.ol-list li {
  position: relative;
  margin: 0.9em 0.9em 0.9em 3.8em;
  font-size: 14px;
  font-weight: bold;
  line-height: 2;
  color: #333;
}

.ol-list li::before {
  position: absolute;
  top: 50%;
  left: -3em;
  width: 30px;
  height: 100%;
  color: #fff;
  text-align: center;
  content: counter(li);
  counter-increment: li;
  background: #FF5919;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.ol-list li span {
  color: #FF5919;
  font-size: 1.8rem;
}

/* works-area
----------------------------------*/
.works-area {
  display: table;
  width: 100%;
  margin-bottom: 40px;
}

.works-area .before-img,
.works-area p,
.works-area .after-img {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.works-area .before-img,
.works-area .after-img {
  background-color: #f8f8f8;
  width: 45%;
}

.works-area p {
  padding: 0 2%;
}

.works-area div img {
  width: auto;
  max-width: 4100px;
  height: 100%;
  max-height: 330px;
}

.works-area:last-child {
  margin-bottom: 0;
}

/* ggmap
----------------------------------*/
.ggmap {
  position: relative;
  padding-bottom: 26.25%;
  height: 0;
  overflow: hidden;
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* snip
----------------------------------*/
.snip {
  margin-bottom: 50px;
}

.snip figure.snip1432 {
  color: #FFFFFF;
  position: relative;
  overflow: hidden;
  min-width: 230px;
  max-width: 50%;
  width: 100%;
  background: #000000;
}

.snip figure.snip1432 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.snip figure.snip1432 img {
  opacity: 0.8;
  width: 100%;
  vertical-align: top;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}

.snip figure.snip1432 figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.snip figure.snip1432 figcaption>div.one {
  height: 40%;
  overflow: hidden;
  width: 100%;
  position: relative;
}

.snip figure.snip1432 figcaption>div.two {
  height: 60%;
  overflow: hidden;
  width: 100%;
  position: relative;
}

.snip figure.snip1432 figcaption>div.two h3,
.snip figure.snip1432 figcaption>div.two p {
  position: absolute;
  top: 0;
  width: 100%;
  text-align: center;
}

.snip figure.snip1432 figcaption>div.two h3 {
  bottom: 0;
  font-size: 2.4rem;
  font-weight: 500;
}

.snip figure.snip1432 figcaption>div.two h3 span {
  display: block;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 1.5rem;
}

.snip figure.snip1432 figcaption>div.two p {
  display: none;
  top: 100px;
}

.snip figure.snip1432:hover {
  background: #FF5919;
}

.snip figure.snip1432:hover figcaption>div.one {
  height: 25%;
  overflow: hidden;
  width: 100%;
  position: relative;
}

.snip figure.snip1432:hover figcaption>div.two {
  height: 75%;
  overflow: hidden;
  width: 100%;
  position: relative;
}

.snip figure.snip1432:hover figcaption>div.two p {
  display: block;
}

.snip figure.snip1432:hover img {
  opacity: 0.3;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.snip figure.snip1432 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
}

/* article
----------------------------------*/
.article {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background-color: #FFA410;
}

.article .article_image {
  width: 60%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.article .article_detail {
  position: relative;
  width: 40%;
  box-sizing: border-box;
  padding: 130px 0 80px;
}

.article .article_detail .article_title {
  position: absolute;
  top: -80px;
  right: 80px;
}

.article .article_detail .inner {
  margin: 0 auto;
  width: 80%;
}

.article.article_b {
  margin-bottom: 100px;
}

.article.article_01 .article_image {
  background-image: url(../img/article_01.jpg);
}

.article.article_02 .article_image {
  background-image: url(../img/article_02.jpg);
}

.article.article_03 .article_image {
  background-image: url(../img/article_03.jpg);
}

.article.article_04 .article_image {
  background-image: url(../img/article_04.jpg);
}

.article.article_05 .article_image {
  background-image: url(../img/article_05.jpg);
}

.article.article_06 .article_image {
  background-image: url(../img/article_06.jpg);
}

/* blog
----------------------------------*/
.date {
  display: block;
  margin-bottom: 15px;
}

.date:before {
  font-family: "Font Awesome 5 Free";
  content: "\f017";
  font-weight: 900;
  margin-right: 5px;
}

.pages {
  text-align: center;
  margin-top: 30px;
}

.pages .page_next,
.pages .page_prev {
  display: inline;
  margin: 0 20px;
}

/* item_flow
----------------------------------*/
.item_flow {
  padding: 20px;
}

.item_flow:last-child {
  margin-bottom: 0;
}

.item_flow:nth-child(even) {
  background: #FFA410;
}

.item_flow .cut {
  position: relative;
}

.item_flow .item_flow_num {
  position: absolute;
  top: 20px;
  left: 20px;
  line-height: 45px;
  width: 45px;
  height: 45px;
  background-color: #FF5919;
  color: #FFFFFF;
  text-align: center;
  transform: rotate(-45deg);
  text-align: center;
}

.item_flow .item_flow_num span {
  display: block;
  font-size: 2.5rem;
  transform: rotate(45deg);
}

.item_flow .item_flow_ttl {
  margin: 20px 0;
  font-size: 2.5rem;
  font-weight: 500;
  padding-left: 90px;
}

/* rss
----------------------------------*/
#rss li {
  border-bottom: 1px solid #CCCCCC;
}

#rss li a {
  display: block;
  padding: 10px 0;
  color: #111111;
  position: relative;
}

#rss li a:after {
  position: absolute;
  top: 50%;
  right: 3%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  font-weight: 900;
  color: #FF5919;
}

#rss li a:hover {
  background: #eef6f3;
}

/* sns_list
----------------------------------*/
.sns_list {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  margin-top: 30px;
}

.sns_list li {
  width: 31.3%;
  margin-right: 3%;
}

.sns_list li:last-child {
  margin: 0;
}

.sns_btn {
  overflow: hidden;
  color: #FFFFFF;
  position: relative;
  display: block;
  border-radius: 100px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  vertical-align: middle;
}

.sns_btn:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sns_btn i {
  font-size: 2rem;
  position: relative;
  top: 3px;
  margin-right: 10px;
}

.sns_btn span {
  display: inline-block;
  position: relative;
  transition: .5s;
}

.sns_btn:hover {
  color: #FFFFFF;
}

.sns_btn:hover span {
  -webkit-transform: rotateX(360deg);
  -ms-transform: rotateX(360deg);
  transform: rotateX(360deg);
}

.facebook_btn {
  background: #4267b2;
}

.insta_btn {
  background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
}

.insta_btn:before {
  background: -webkit-linear-gradient(15deg, #ffdb2c, #f9764c 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
  background: linear-gradient(15deg, #ffdb2c, #f9764c 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
}

.line_btn {
  background: #00b82b;
}

/* page_bnr
----------------------------------*/
.page_bnr {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  margin-bottom: -2%;
}

.page_bnr li {
  margin: 0 2% 2% 0;
}

.page_bnr li a {
  display: block;
  color: #111111;
  border: 1px solid #CCCCCC;
  background-color: #FFFFFF;
  padding: 10px;
}

.page_bnr li a:hover {
  color: #FF5919;
}

.page_bnr li a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  font-weight: 900;
  margin-right: 10px;
  color: #FF5919;
}

.page_bnr.page_bnr_01 li {
  width: 49%;
}

.page_bnr.page_bnr_01 li:nth-child(2n) {
  margin: 0 0 2% 0;
}

.page_bnr.page_bnr_02 li {
  width: 32%;
}

.page_bnr.page_bnr_02 li:nth-child(3n) {
  margin: 0 0 2% 0;
}

/* link_block
----------------------------------*/
.link_block {
  position: relative;
  background: #FFFFFF;
  border: 1px dashed #FF5919;
}

.link_block::before,
.link_block::after {
  display: block;
  content: "";
  width: 0;
  height: 1px;
  position: absolute;
  background: #FF5919;
  -webkit-transition: all 0.4s 0s ease;
  transition: all 0.4s 0s ease;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.link_block::before {
  left: 0;
  top: 0;
}

.link_block::after {
  right: 0;
  bottom: 0;
}

.link_block a {
  display: block;
  padding: 15px;
  color: #111111;
  font-size: 1.8rem;
  font-weight: 700;
  -webkit-transition: all 0.4s 0s ease;
  transition: all 0.4s 0s ease;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.link_block a::before,
.link_block a::after {
  display: block;
  content: "";
  width: 1px;
  height: 0;
  position: absolute;
  background: #FF5919;
  -webkit-transition: all 0.4s 0s ease;
  transition: all 0.4s 0s ease;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.link_block a::before {
  left: 0;
  top: 0;
}

.link_block a::after {
  right: 0;
  bottom: 0;
}

.link_block a .image {
  margin-bottom: 15px;
}

.link_block a figcaption {
  position: relative;
}

.link_block a figcaption .icon_link_arrow {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.link_block a figcaption .icon_link_arrow:before {
  font-family: "Font Awesome 5 Free";
  content: "\f152";
  font-weight: 900;
  color: #FF5919;
}

.link_block:hover {
  border: 1px solid #fff;
}

.link_block:hover::before,
.link_block:hover::after {
  width: 100%;
}

.link_block:hover a::before,
.link_block:hover a::after {
  height: 100%;
}

/* top_main
----------------------------------*/
.top_main {
  overflow: hidden;
  margin-bottom: 100px;
}

.top_main .inner {
  position: relative;
  margin: 40px 0 60px;
}

.top_main .inner:before {
  content: "";
  position: absolute;
  top: -40px;
  left: 0;
  z-index: -2;
  width: 1227px;
  height: 350px;
  max-width: 100%;
  background: #FF5919;
}

.top_main .inner .top_main_contents {
  position: relative;
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
}

.top_main .inner .top_main_contents .top_main_txt {
  position: relative;
  width: 475px;
  max-width: 100%;
  background: #EFEFEF;
  padding: 35px 50px 60px 50px;
  font-weight: bold;
}

.top_main .inner .top_main_contents .top_main_img {
  overflow: hidden;
  position: absolute;
  left: 500px;
  top: 0;
  width: 900px;
  max-width: 100%;
}

/* etc
----------------------------------*/
.president {
  font-family: "YakuHanJP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 1.2em;
  font-weight: bold;
  text-align: right;
}

.macker {
  background-image: -webkit-linear-gradient(left, transparent 50%, #fbff00 50%);
  background-image: -moz-linear-gradient(left, transparent 50%, #fbff00 50%);
  background-image: -ms-linear-gradient(left, transparent 50%, #fbff00 50%);
  background-image: -o-linear-gradient(left, transparent 50%, #fbff00 50%);
  background-image: linear-gradient(left, transparent 50%, #fbff00 50%);
  background-repeat: repeat-x;
  background-size: 200% .3em;
  background-position: 0 1em;
  transition: all 3.5s ease;
  font-style: normal;
  font-weight: bold;
  padding: 0 5px;
}

.macker.active {
  background-position: -100% .8em;
}

.policy {
  padding: 30px;
  border: 1px solid #EEEEEE;
  border-radius: 5px;
}

.cut {
  overflow: hidden;
  zoom: 1;
}

/* animation
----------------------------------*/
@-webkit-keyframes flash {
  0% {
    opacity: .4;
  }

  100% {
    opacity: 1;
  }
}

@keyframes flash {
  0% {
    opacity: .4;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes animation-bar {
  0% {
    left: 0;
    right: auto;
    width: 0;
  }

  50% {
    left: 0;
    right: auto;
    width: 100%;
  }

  51% {
    left: auto;
    right: 0;
    width: 100%;
  }

  100% {
    left: auto;
    right: 0;
    width: 101%;
  }
}

@keyframes animation-bar {
  0% {
    left: 0;
    width: 0;
  }

  50% {
    left: 0;
    width: 100%;
  }

  51% {
    left: 0;
    width: 100%;
  }

  100% {
    left: 101%;
    width: 0;
  }
}

@-webkit-keyframes animation-txt {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes animation-txt {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.animation.move .animation-bar:before {
  -webkit-animation: animation-bar 1s ease 0s 1 normal forwards;
  animation: animation-bar 1s ease 0s 1 normal forwards;
}

.animation.move .animation-txt {
  -webkit-animation: animation-txt 0s ease .5s 1 normal forwards;
  animation: animation-txt 0s ease .5s 1 normal forwards;
}

.animation .animation-box {
  display: block;
  text-align: center;
}

.animation .animation-bar {
  position: relative;
  display: inline-block;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.animation .animation-bar:before {
  content: '';
  display: inline-block;
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background: #FFA410;
}

.animation .animation-txt {
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.effect_fade {
  opacity: 0;
  transform: translate(0, 45px);
  transition: all 2s;
}

.effect_fade.effect_scroll {
  opacity: 1;
  transform: translate(0, 0);
}

/* page_title_box
----------------------------------*/
.page_title_box {
  margin-bottom: -50px;
}

.page_title_box .inner {
  background-image: url(../img/page_title_box.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 10rem 0;
}

.page_title_box .inner2 {
  background-image: url(../img/page_title_box2.jpg);
  background-repeat: no-repeat;
  background-position: center 40%;
  background-size: cover;
  padding: 10rem 0;
}

.page_title_box .inner3 {
  background-image: url(../img/page_title_box3.jpg);
  background-repeat: no-repeat;
  background-position: center 5%;
  background-size: cover;
  padding: 10rem 0;
}

.page_title_box .inner4 {
  background-image: url(../img/page_title_box4.jpg);
  background-repeat: no-repeat;
  background-position: center 10%;
  background-size: cover;
  padding: 10rem 0;
}

.page_title_box .page_width {
  position: relative;
  width: 1024px;
  margin: 0 auto;
}

.page_title_box .page_title {
  display: inline-block;
  padding: 35px 70px 45px 80px;
  letter-spacing: .3em;
  position: relative;
  top: -70px;
  left: 0;
  background: #FF5919;
  font-size: 3rem;
  font-weight: 500;
  color: #FFFFFF;
}

.page_title_box .page_title span {
  display: block;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 1.5rem;
}

.page_title_box .page_title2 {
  display: inline-block;
  padding: 35px 70px 45px 80px;
  letter-spacing: .3em;
  position: relative;
  top: -70px;
  left: 0;
  background: #C79900;
  font-size: 3rem;
  font-weight: 500;
  color: #FFFFFF;
}

.page_title_box .page_title2 span {
  display: block;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 1.5rem;
}

/* breadcrumb
----------------------------------*/
.breadcrumb {
  position: relative;
  padding-left: 0;
  font-size: 1.3rem;
  text-align: right;
  top: -100px;
}

.breadcrumb li {
  display: inline;
}

.breadcrumb li+li:before {
  margin: 0 10px;
  content: ">";
}

.breadcrumb li .home:before {
  font-family: "Font Awesome 5 Free";
  content: "\f015";
  font-weight: 900;
}

.breadcrumb li .home2 {
  color: #C79900;
}

.breadcrumb li .home2:before {
  font-family: "Font Awesome 5 Free";
  content: "\f015";
  font-weight: 900;
}

/* form
----------------------------------*/
.form .required {
  background: #FF4F4F;
  color: #FFFFFF;
  padding: 0 5px 0;
  margin-right: 5px;
  font-size: 1.1rem;
  border-radius: 2px;
  position: relative;
  top: -2px;
}

.form .textarea,
.form textarea {
  border: 1px solid #ddd;
  padding: 5px;
  width: 100%;
  border-radius: 0;
  -webkit-appearance: none;
  box-sizing: border-box;
}

.form .textarea {
  height: 30px;
}

.form .textarea02 {
  width: 48.5%;
  margin-right: 3%;
}

.form .textarea02:last-child {
  margin-right: 0;
}

.form .textarea03 {
  width: 20%;
  margin-right: 1%;
}

.form button {
  display: block;
  cursor: pointer;
  transition: all 0.2s ease-in-out 0s;
  border: none;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 1.6rem;
}

.form label.radio_text {
  cursor: pointer;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
  padding-left: 20px;
  display: inline-block;
}

.form label.radio_text:before {
  position: absolute;
  width: 15px;
  height: 15px;
  border: 1px solid #ccc;
  border-radius: 50%;
  left: 0px;
  top: 2px;
  content: '';
  z-index: 3;
}

.form label.radio_text:after {
  content: '';
  position: absolute;
  width: 11px;
  height: 11px;
  border-radius: 100%;
  left: 3px;
  top: 5px;
  background-color: #FF5919;
  z-index: 1;
}

.form label.radio_text input[type="radio"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  position: absolute;
  z-index: 2;
  width: 20px;
  height: 20px;
  left: -23px;
  top: 0px;
  margin: 0px;
  box-shadow: 20px -1px #FFFFFF;
}

.form label.radio_text input[type="radio"]:checked {
  box-shadow: none;
}

.form label.radio_text input[type="radio"]:focus {
  opacity: 0.2;
  box-shadow: 20px -1px #eeebda;
}

.form label.checkbox_text {
  cursor: pointer;
  position: relative;
  padding-left: 25px;
  margin-right: 20px;
  overflow: hidden;
  display: inline-block;
  box-sizing: border-box;
}

.form label.checkbox_text:before {
  content: '';
  position: absolute;
  width: 18px;
  height: 18px;
  left: 0px;
  top: 0;
  border: 1px solid #ccc;
  z-index: 3;
}

.form label.checkbox_text:after {
  content: '';
  position: absolute;
  top: 40%;
  left: 5px;
  display: block;
  margin-top: -9px;
  width: 8px;
  height: 12px;
  border-right: 3px solid #FF5919;
  border-bottom: 3px solid #FF5919;
  transform: rotate(45deg);
  z-index: 1;
}

.form label.checkbox_text input[type="checkbox"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  position: absolute;
  left: -40px;
  width: 20px;
  height: 20px;
  display: block;
  box-shadow: 41px 0px #FFF;
  z-index: 2;
  margin: 0px;
  padding: 0px;
}

.form label.checkbox_text input[type="checkbox"]:checked {
  box-shadow: none;
}

.form label.checkbox_text input[type="checkbox"]:checked:focus {
  box-shadow: 40px 0px #666;
  opacity: 0.1;
}

.form label.checkbox_text input[type="checkbox"]:focus {
  box-shadow: 41px 0px #EEE;
}

.mm {
  font-size: 1.2rem;
  padding: 10px;
  background: #FF5919;
  color: #fff;
  margin-top: 10px;
}

/*フォトギャラリー*/
.photo ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 10px auto;
}

.photo li {
  width: calc((100% - 50px) /5);
  box-sizing: content-box;
  margin: 0 5px 20px;
}

.photo li a {
  background: #f2f2f2;
  display: block;
  text-align: center;
  padding: 5px;
  height: 150px;
  vertical-align: middle;
}

.photo li a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.photo li p {
  font-size: 13px;
  white-space: nowrap;
  overflow: hidden;
  margin: 3px 0 10px;
  text-align: center;
  text-overflow: ellipsis;
  max-height: 45px;
}

/*hukidasi*/
.hukidasi {
  position: relative;
  text-align: center;
  color: #555;
  width: 250px;
  background: #fff;
  font-size: 15px;
  font-weight: normal;
  line-height: 1;
  margin: 20px auto 15px;
  padding: 10px;
  border-radius: 10px;
  border: 2px solid #aaa;
  font-size: 1.8rem;
}

.hukidasi:after,
.hukidasi:before {
  content: "";
  position: absolute;
  top: 100%;
  height: 0;
  width: 0;
}

.hukidasi:after {
  left: 50%;
  border: 8px solid transparent;
  border-top: 11px solid #fff;
}

.hukidasi:before {
  left: 48.8%;
  border: 11px solid transparent;
  border-top: 13px solid #aaa;
}

.infiniteslide1 {
  height: 200px !important;
  overflow: hidden;
  border-top: 3px solid #C79900;
  border-bottom: 3px solid #C79900;
}

.infiniteslide1 li img {
  height: 200px !important;
}

@media screen and (max-width: 768px) {
  .infiniteslide1 {
    height: 100px;
  }

  .infiniteslide1 img {
    height: 100px;
  }
}

/* blog entry 2column */
#blog_flexwrap {
  display: -webkit-flex;
  display: flex;
  width: 1200px;
  margin: 20px auto 100px;
}

#blog_flexwrap #blog_side {
  width: 300px;
  margin-left: 20px;
}

#blog_flexwrap #blog_main {
  flex: 1;
}

#blog_flexwrap #blog_main section {
  margin-bottom: 25px;
}

/* blog side */
.blog_sttl01 {
  background: #FF5919;
  color: #fff;
  text-indent: 5px;
  font-size: 1.3rem;
  padding: 5px 0 5px 10px;
  margin-bottom: 10px;
  font-weight: normal;
}

.blog_sttl01:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f14a";
  margin-right: 5px;
}

/* blog main */
.blog_mttl {
  width: calc(100% - 20px);
  background: #f1f1f1;
  color: #FF5919;
  font-size: 1.7rem;
  overflow: hidden;
  font-weight: bold;
  border-left: 2px solid #FF5919;
  margin: 0px 0 20px;
  padding: 5px 10px;
  line-height: 1.8;
}

.blog_time {
  padding-top: 0px;
  font-weight: normal;
}

.blog_time:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f017";
  margin-right: 5px;
  font-weight: normal;
}

.blog_box {
  min-height: 500px;
  position: relative;
}

.blog_box img {
  max-width: 100%;
  padding: 15px 0;
}

.pages {
  position: absolute;
  bottom: -100px;
  width: 100%;
  right: 0;
}

.page_next {
  float: left;
  text-align: left;
  width: 40%;
}

.page_prev {
  float: right;
  text-align: right;
  width: 40%;
}

.page_prev a {
  display: block;
  padding: 5px 10px;
}

.page_next a {
  display: block;
  padding: 5px 10px;
}

.page_prev a:hover,
.page_next a:hover {
  opacity: 0.6;
}

.page_prev a:link,
.page_prev a:visited,
.page_prev a:hover {
  color: #FF5919;
}

.page_next a:link,
.page_next a:visited,
.page_next a:hover {
  color: #FF5919;
}

.list_flex {
  padding: 5px 0;
  font-size: 15px;
  font-weight: normal;
  overflow: hidden;
  line-height: 1.5;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.list_flex li {
  width: calc(33% - 20px);
  background: #FF5919;
  color: #fff;
  padding: 15px 10px;
  margin-bottom: 5px;
  border-radius: 5px;
}

.list_flex li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0a9";
  margin-right: 5px;
}

.list_flex li:nth-child(3n+2):last-child {
  margin-right: 33.4%;
}

@media screen and (max-width: 768px) {
  .list_flex li {
    width: calc(100% - 0px);
  }

  .list_flex li:nth-child(3n+2):last-child {
    margin-right: 100%;
  }
}

.listFlow li {
  margin-bottom: 9px;
  padding-bottom: 9px;
}

.listFlow .lastItem {
  margin-bottom: 0;
  padding-bottom: 0;
  background: none;
}

.listFlow h4 {
  font-size: 20px;
  font-weight: normal;
  border-bottom: solid 1px #ccc;
  margin-bottom: 10px;
  overflow: hidden;
}

.listFlow dl {
  display: table;
  width: 100%;
}

.listFlow dl dt {
  display: table-cell;
  padding: 10px 0;
  border: 1px solid #FF5919;
  width: 100px;
  background: #FF5919;
  font-size: 1.8rem;
  font-weight: normal;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  line-height: 1.2;
}

.listFlow dl dt .num {
  display: block;
  font-size: 3rem;
}

.listFlow dl dd {
  display: table-cell;
  padding: 15px 20px;
  border-top: 1px solid #c8c8c8;
  border-right: 1px solid #c8c8c8;
  border-bottom: 1px solid #c8c8c8;
  vertical-align: middle;
  background-color: white;
}

@media screen and (max-width: 800px) {
  .listFlow h4 {
    font-size: 18px;
    font-weight: normal;
    border-bottom: solid 1px #ccc;
    margin-bottom: 5px;
    overflow: hidden;
  }

  .listFlow dl {
    display: block;
    width: 100%;
  }

  .listFlow dl dt {
    display: block;
    padding: 5px 0;
    width: 100%;
    border: none;
  }

  .listFlow dl dt .num {
    display: block;
  }

  .listFlow dl dd {
    display: block;
    padding: 15px 10px;
    border: none;
  }
}

/* blog_side_list */
.blog_side_list {
  position: relative;
  margin: 0 0 0px !important;
  padding: 0 !important;
  width: 100% !important;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.blog_side_list .blog_bx {
  /*アニメーション*/
  transition: .3s ease-in-out;
  width: calc(100% - 0px) !important;
  font-size: 12px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  position: relative;
  padding: 10px 10px 10px;
}

.blog_side_list .blog_bx a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.blog_side_list .blog_bx .blog_bx_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.blog_side_list .blog_bx .blog_bx_flex div {
  width: calc(100% - 120px);
}

.blog_side_list .blog_bx:hover {
  background: #f2f2f2;
}

.blog_side_list .blog_bx figcaption {
  display: block;
  text-align: center;
  width: 100px;
  height: 100px;
  overflow: hidden;
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  float: left;
}

.blog_side_list .blog_bx * {
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.blog_side_list .blog_bx p {
  line-height: 1.6em;
  font-size: 13px;
}

.blog_side_list .blog_bx img {
  vertical-align: middle;
  height: 100px;
  width: 100%;
  object-fit: cover;
}

.blog_side_list .blog_bx:hover img {
  opacity: 1 !important;
  transform: scale(1.1);
}

.blog_side_list .blog_bx .ttl {
  font-weight: bold;
  font-size: 12px;
  color: #fff;
  float: left;
  background: #FFA410;
  padding: 0 15px;
  margin-bottom: 5px;
}

.blog_side_list .blog_bx .ttm {
  float: right;
  padding-top: 0px;
  font-size: 11px;
  font-weight: normal;
}

.blog_side_list .blog_bx .ttm:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f017";
  margin-right: 5px;
  font-weight: normal;
}

.blog_side_list .blog_bx .blog_ttl {
  clear: both;
  font-weight: normal;
}

/* blog_top_list */
.blog_top_list {
  position: relative;
  margin: 0 0 0px !important;
  padding: 0 !important;
  width: 100% !important;
  /* height: auto; */
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.blog_top_list .blog_bx {
  /*アニメーション*/
  transition: .3s ease-in-out;
  width: calc(33.33% - 42px) !important;
  font-size: 12px;
  margin: 10px;
  border: 1px solid #ccc;
  position: relative;
  padding: 10px 10px 10px;
  background: #fff;
}

.blog_top_list .blog_bx a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.blog_top_list .blog_bx .blog_bx_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.blog_top_list .blog_bx .blog_bx_flex div {
  width: 100%;
}

.blog_top_list .blog_bx:hover {
  background: #f2f2f2;
}

.blog_top_list .blog_bx figcaption {
  display: block;
  text-align: center;
  width: 100%;
  height: 230px;
  overflow: hidden;
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  float: none;
  margin-bottom: 15px;
}

.blog_top_list .blog_bx * {
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.blog_top_list .blog_bx p {
  line-height: 1.6em;
  font-size: 13px;
}

.blog_top_list .blog_bx img {
  vertical-align: middle;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.blog_top_list .blog_bx:hover img {
  opacity: 1 !important;
  transform: scale(1.1);
}

.blog_top_list .blog_bx .ttl {
  font-weight: bold;
  font-size: 12px;
  color: #fff;
  float: left;
  background: #FFA410;
  padding: 0 15px;
  margin-bottom: 5px;
}

.blog_top_list .blog_bx .ttm {
  float: right;
  padding-top: 0px;
  font-size: 13px;
  font-weight: normal;
}

.blog_top_list .blog_bx .ttm:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f017";
  margin-right: 5px;
  font-weight: normal;
}

.blog_top_list .blog_bx .blog_ttl {
  clear: both;
  font-weight: normal;
}

.blog_top_list .blog_bx .blog_text {
  margin-top: 5px;
}

@media screen and (max-width: 768px) {
  .blog_top_list .blog_bx {
    /*アニメーション*/
    width: calc(100% - 22px) !important;
    margin: 0px 0 20px;
  }

  .blog_top_list .blog_bx figcaption {
    height: 200px;
  }
}

@media screen and (max-width: 768px) {

  /* 2column */
  #blog_flexwrap {
    display: -webkit-block;
    display: block;
    width: 95%;
    margin: 20px auto 30px;
  }

  #blog_flexwrap #blog_main {
    background: #fff;
    width: 100%;
    flex: 1;
    margin-bottom: 20px;
  }

  #blog_flexwrap #blog_side {
    width: 100%;
    margin-left: 0px;
  }

  .pages {
    position: static;
    bottom: 0;
    width: 100%;
    margin-top: 30px;
  }

  .page_next {
    float: none;
    width: 100%;
    margin-bottom: 10px;
  }

  .page_prev {
    float: none;
    text-align: left;
    width: 100%;
  }
}

.form .form-contents {
  padding: 0;
}

.form .form-contents dl {
  margin-bottom: 0;
}

.form .form-contents form dl dt:not(.pattern-exclusion) {
  padding-left: 10px;
  box-sizing: border-box;
}

.form .form-contents form dl dd:not(.pattern-exclusion) {
  padding-right: 10px;
  box-sizing: border-box;
}

.form .form-contents form dl dd:not(.pattern-exclusion):nth-of-type(odd) {
  background: #fff2dc;
}

.form .form-pattern-1 dd:not(.pattern-exclusion) .textarea {
  border-radius: 0;
}

.form .form-pattern-1 .submit-btn {
  background: #111;
}

.form .form-pattern-1 .submit-btn:hover {
  background: #111;
  opacity: 0.8;
}