@charset "UTF-8";

#top .main-v {
  margin: 100px 0 60px;
}

@media only screen and (max-width: 767px) {
  #top .main-v {
    margin: 60px 0 0;
  }
}

#top .sec01 {
  background: url("../img/top/sec01-bg.jpg") no-repeat center;
  background-size: cover;
  color: #fff;
  text-align: center;
}

#top .sec01 .logo {
  width: 200px;
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  #top .sec01 .logo {
    width: 40%;
  }
}

#top .sec01 img {
  width: 380px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto 35px;
}

@media only screen and (max-width: 767px) {
  #top .sec01 img {
    width: 100%;
  }
}

#top .sec01 img + p {
  font-weight: 500;
  font-size: 18px;
  line-height: 2.2em;
  letter-spacing: 0.04em;
}

@media only screen and (max-width: 767px) {
  #top .sec01 img + p {
    font-size: 13px;
    font-size: 3.46667vw;
    text-align: left;
  }
}

#top .sec01 h2 {
  font-size: 28px;
  line-height: 1.6em;
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  #top .sec01 h2 {
    font-size: 16px;
    font-size: 4.26667vw;
  }
}

#top .sec02 .sec02-list-item {
  width: 800px;
  margin: 0 auto;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  #top .sec02 .sec02-list-item {
    width: 100%;
  }
}

#top .sec02 .sec02-list-item > .sec02-list {
  width: 48.5%;
  text-align: center;
  margin-bottom: 25px;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

@media only screen and (max-width: 767px) {
  #top .sec02 .sec02-list-item > .sec02-list {
    width: 100%;
  }
}

#top .sec02 .sec02-list-item > .sec02-list:hover a {
  opacity: .7;
}

#top .sec02 .sec02-list-item > .sec02-list a {
  padding: 60px 40px 40px;
}

@media only screen and (max-width: 767px) {
  #top .sec02 .sec02-list-item > .sec02-list a {
    padding: 50px 40px 30px;
  }
}

#top .sec02 .sec02-list-item > .sec02-list h4 {
  font-size: 24px;
  line-height: 1.4em;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  #top .sec02 .sec02-list-item > .sec02-list h4 {
    font-size: 20px;
    font-size: 5.33333vw;
  }
}

#top .sec02 .sec02-list-item li > a {
	display: block;
	width: 100%;
	height: 100%;
}

#top .sec02 .sec02-list-item > .sec02-list:nth-child(1) {
  background: url("../img/top/sec02-img1.jpg") no-repeat center;
  background-size: cover;
}

#top .sec02 .sec02-list-item > .sec02-list:nth-child(2) {
  background: url("../img/top/sec02-img2.jpg") no-repeat center;
  background-size: cover;
}

#top .sec02 .sec02-list-item > .sec02-list:nth-child(3) {
  background: url("../img/top/sec02-img3.jpg") no-repeat center;
  background-size: cover;
}

#top .sec02 .sec02-list-item > .sec02-list:nth-child(4) {
  background: url("../img/top/sec02-img4.jpg") no-repeat center;
  background-size: cover;
}

#top .sec02 .sec02-list-item > .sec02-list ul {
  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;
}

#top .sec02 .sec02-list-item > .sec02-list ul li {
  width: 48%;
  margin-bottom: 10px;
  border: 1px solid #fff;
  padding: 10px 0;
}

#top .sec03 {
	margin-top: -80px;
}

#top .sec03 ul:before {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

#top .sec03 ul:before, #top .sec03 ul:after {
  content: "";
  display: block;
  width: 24.5%;
  height: 0;
}

#top .sec03 ul li {
  width: 24.5%;
  background: #fff;
  padding: 10px 30px 20px;
  margin-bottom: 7px;
  font-size: 13px;
  text-align: center;
  border: 3px solid #f7ebee;
}

#top .sec03 ul li a {
	display: inline;
	line-height: 1.8;
	word-break: break-all;
}

#top .sec03 ul li a:hover {
	text-decoration: underline;
}

#top .sec03 h4 a {
	transition: .2s;
}

#top .sec03 h4 a:hover {
	color: #be001f;
	text-decoration: none!important;
}

@media only screen and (max-width: 767px) {
  #top .sec03 ul li {
    width: 49%;
	border: 2px solid #f7ebee;
	padding: 10px 15px 20px 15px;
  }
}

#top .sec03 ul li img {
  width: 85px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 20px auto;
}

@media only screen and (max-width: 767px) {
  #top .sec03 ul li img {
    width: 38%;
    margin: 10px auto;
  }
}

#top .sec03 ul li h4 {
  font-size: 18px;
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  #top .sec03 ul li h4 {
    font-size: 15px;
    font-size: 4vw;
  }
}

#top .sec03 ul li p {
  line-height: 1.7em;
  display: inline-block;
  text-align: left;
}

@media only screen and (max-width: 767px) {
  #top .sec03 ul li p {
    font-size: 10px;
    font-size: 2.66667vw;
  }
}

#top .sec04 ul li {
  width: 20%;
  position: relative;
}

#top .sec04 ul li:not(:last-child):before {
  content: '';
  display: block;
  position: absolute;
  width: 36px;
  height: 15px;
  background-image: url("../img/top/arrow.svg");
  background-size: contain;
  vertical-align: middle;
  top: 125px;
  right: -57px;
}

#top .sec04 ul li img {
	width: 100%;
	height: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 auto;
}

#top .sec04 p a {
	margin-right: 5px;
	display: inline;
	text-decoration: underline;
}

#top .sec04 p a::after {
	display: inline-block;
	content: "";
	width: 15px;
	height: 10px;
	background-image: url("/img/top/icon_mail.png");
	background-size: cover;
	background-position: center center;
	margin-left: 3px;
}

#top .sec04 ul li h4 {
	text-align: center;
	margin: 25px 0 10px;
	font-size: 20px;
	font-weight: bold;
}

@media only screen and (max-width: 767px) {
#top .sec04 ul li {
    width: 100%;
  }

#top .sec04 ul li:not(:last-child) {
    margin-bottom: 20px;
  }

#top .sec04 ul li:not(:last-child):before {
  display: none;
}
	
#top .sec04 ul li img {
    width: 50%;
  }
	
#top .sec04 p a {
	margin-right: 3px;
}

#top .sec04 p a::after {
	width: 12px;
	height: 8px;
	margin-left: 1px;
}
	
}



#top .sec05 {
	padding-bottom: 120px;
}

#top .sec05 ul li {
  text-align: center;
  width: 33.33333333%;
  border: 1px solid #dbdbdb;
}

@media only screen and (max-width: 767px) {
#top .sec05 {
	padding-bottom: 60px;
}
	
  #top .sec05 ul li {
    width: 50%;
  }
}

#top .sec05 ul li:nth-child(even) {
  background: #faf5f6;
}

#top .sec05 ul li h4 {
  margin: 20px 0 10px;
  font-size: 22px;
  line-height: 1.5em;
  color: #c4251d;
  display: inline-block;
  text-align: left;
}

@media only screen and (max-width: 767px) {
  #top .sec05 ul li h4 {
    font-size: 15px;
    font-size: 4vw;
    padding: 0 10px;
    margin: 20px 0 0;
  }
}

#top .sec05 ul li p {
  display: inline-block;
  text-align: left;
  padding: 0 30px 30px;
}

@media only screen and (max-width: 767px) {
  #top .sec05 ul li p {
    padding: 10px 10px 20px;
  }
}

#top .sec06 {
  background: #be001f;
}

#top .sec06 .sec-ttl {
  color: #fff;
}

#top .sec06 .sec-ttl span {
  color: #fff;
}

#top .sec06 .sec06-list {
  background: #fff;
  padding: 50px;
  height: 700px;
  overflow-y: scroll;
}

@media only screen and (max-width: 767px) {
  #top .sec06 .sec06-list {
    padding: 20px;
    height: 400px;
  }
}

#top .sec06 .sec06-list-item {
  padding: 20px;
  margin-bottom: 50px;
  width: 48.5%;
  background: #fffcf0;
  position: relative;
  -webkit-box-shadow: 0 10px 20px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 20px 3px rgba(0, 0, 0, 0.1);
}

@media only screen and (max-width: 767px) {
  #top .sec06 .sec06-list-item {
    width: 100%;
  }
}

#top .sec06 .sec06-list-item:before {
  content: '';
  display: block;
  position: absolute;
  width: 40px;
  height: 50px;
  top: -20px;
  left: calc(50% - 40px / 2);
  background-image: url("../img/top/pin.png");
  background-size: 40px 50px;
  vertical-align: middle;
}

@media only screen and (max-width: 767px) {
  #top .sec06 .sec06-list-item:before {
    width: 30px;
    height: 40px;
    left: calc(50% - 30px / 2);
    background-size: 30px 40px;
  }
}

#top .sec06 .sec06-list-item .old {
  font-size: 24px;
  text-align: center;
  display: block;
  font-weight: bold;
  padding: 40px 0 5px;
}

@media only screen and (max-width: 767px) {
  #top .sec06 .sec06-list-item .old {
    font-size: 20px;
    font-size: 5.33333vw;
  }
}

#top .sec06 .sec06-list-item time {
  color: #aaa;
  display: block;
  text-align: center;
  margin-bottom: -10px;
}

#top .sec06 .sec06-list-item > p {
  background-color: #fffcf0;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(237, 119, 128, 0)), color-stop(50%, rgba(237, 119, 128, 0)), color-stop(0%, #fffcf0), to(#fffcf0)), -webkit-gradient(linear, left top, left bottom, from(rgba(100, 100, 100, 0)), color-stop(97.5%, rgba(100, 100, 100, 0)), to(#646464));
  background-image: -webkit-linear-gradient(left, rgba(237, 119, 128, 0) 0%, rgba(237, 119, 128, 0) 50%, #fffcf0 0%, #fffcf0 100%), -webkit-linear-gradient(top, rgba(100, 100, 100, 0) 0%, rgba(100, 100, 100, 0) 97.5%, #646464 100%);
  background-image: -o-linear-gradient(left, rgba(237, 119, 128, 0) 0%, rgba(237, 119, 128, 0) 50%, #fffcf0 0%, #fffcf0 100%), -o-linear-gradient(top, rgba(100, 100, 100, 0) 0%, rgba(100, 100, 100, 0) 97.5%, #646464 100%);
  background-image: linear-gradient(90deg, rgba(237, 119, 128, 0) 0%, rgba(237, 119, 128, 0) 50%, #fffcf0 0%, #fffcf0 100%), linear-gradient(180deg, rgba(100, 100, 100, 0) 0%, rgba(100, 100, 100, 0) 97.5%, #646464 100%);
  background-size: 8px 100%, 100% 2em;
  line-height: 2em;
  padding: 2em 0 0 0;
  margin-bottom: 30px;
  font-weight: bold;
}

#top .sec06 .sec06-list-item > p span {
  display: inline;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, rgba(255, 255, 31, 0.5)));
  background: -webkit-linear-gradient(transparent 60%, rgba(255, 255, 31, 0.5) 60%);
  background: -o-linear-gradient(transparent 60%, rgba(255, 255, 31, 0.5) 60%);
  background: linear-gradient(transparent 60%, rgba(255, 255, 31, 0.5) 60%);
}

#top .sec06 .sec06-list-item ul {
  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;
}

#top .sec06 .sec06-list-item ul li {
  border: 1px solid #be001f;
  width: 49.3%;
  font-weight: 500;
  margin-bottom: 5px;
}

#top .sec06 .sec06-list-item ul li p {
  background: #be001f;
  text-align: center;
  padding: 5px 0;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  #top .sec06 .sec06-list-item ul li p {
    padding: 5px 0;
    font-size: 11px;
    font-size: 2.93333vw;
  }
}

#top .sec06 .sec06-list-item ul li p + p {
  background: #fff;
  letter-spacing: .1em;
  color: #fab50b;
}

#top .sec06 .sec06-list-item ul li p + p span {
  color: #ddd;
}

#top .sec07 dl,
#wp .sec07 dl {
  margin-bottom: 5px;
  cursor: pointer;
}

#top .sec07 dl dt{
  background: #f7ebee;
  padding: 20px 40px 20px 70px;
  font-size: 18px;
  position: relative;
  font-weight: bold;
}

#top .sec07 .sec-in .sec07__box {
	display: flex;
	justify-content: space-between;
}

#top .sec07 .sec-in .sec07__item {
	width: 49%;
}

#top .sec07 dl dt:before {
  content: "Q";
  background: #be001f;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  left: 15px;
  top: 15px;
  font-size: 20px;
  position: absolute;
  display: block;
  margin-right: 15px;
}

#top .sec07 dl dt:after {
  content: '+';
  display: block;
  position: absolute;
  font-size: 36px;
  font-weight: 300;
  vertical-align: middle;
  right: 20px;
  color: #be001f;
  top: 15px;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

#top .sec07 dl dt.open:after {
  top: 20px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

#top .sec07 dl dd {
	background: #f6f6f6;
	padding: 20px 20px 20px 70px;
	position: relative;
	display: none;
}

#top .sec07 dl dd:before {
  content: "A";
  background: #FFF;
  color: #be001f;
  border: 2px solid #be001f;
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  left: 15px;
  top: 13px;
  font-size: 20px;
  position: absolute;
  display: block;
  margin-right: 15px;
}


@media only screen and (max-width: 767px) {
#top .sec07 dl dt {
	padding: 15px 40px 15px 50px;
	font-size: 13px;
	font-size: 3.46667vw;
}
	
#top .sec07 .sec-in .sec07__box {
	display: block;
}

#top .sec07 .sec-in .sec07__item {
	width: 100%;
}
	
#top .sec07 dl dt:before {
    width: 22px;
    height: 22px;
    line-height: 22px;
    top: 16px;
    left: 10px;
    font-size: 16px;
 }
	
 #top .sec07 dl dt:after {
    right: 15px;
    top: 13px;
	font-size: 24px;
}
	
#top .sec07 dl dt.open:after {
    top: 16px;
}
	
#top .sec07 dl dd {
    padding: 15px 15px 15px 50px;
}

#top .sec07 dl dd:before {
    width: 20px;
    height: 20px;
    line-height: 20px;
    top: 16px;
    left: 10px;
    font-size: 16px;
}
	
}


#top .sec08 {
  background: #f6f6f6;
}

#top .sec08 .sec-in {
  width: 900px;
  margin: 0 auto 80px;
}

@media only screen and (max-width: 767px) {
  #top .sec08 .sec-in {
    width: 100%;
    margin-bottom: 40px;
  }
}

#top .sec08__box {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#top .sec08__item {
	width: 48%;
	background-color: #FFF;
	margin-bottom: 30px;
	display: flex;
	justify-content: space-between;
	padding: 30px;
	position: relative;
}

#top .sec08__item::after {
	position: absolute;
	right: 0;
	bottom: 40px;
	color: #f9dee0;
	font-size: 140px;
	font-family: "Times New Roman", Times, "serif";
	font-style: italic;
	z-index: -1;
}

#top .sec08__item:nth-of-type(1)::after {
	content: "1";
}

#top .sec08__item:nth-of-type(2)::after {
	content: "2";
}

#top .sec08__item:nth-of-type(3)::after {
	content: "3";
}

#top .sec08__item:nth-of-type(4)::after {
	content: "4";
}

#top .sec08__item-left {
	width: 17%;
	display: flex;
	align-items: center;
}

#top .sec08__item-right {
	width: 75%;
}

#top .sec08__h4 {
	margin-bottom: 10px;
}


@media only screen and (max-width: 767px) {
 #top .sec08__box {
	display: block;
}

#top .sec08__item {
	width: 100%;
	margin-bottom: 20px;
	display: block;
	padding: 20px 30px;
}

#top .sec08__item::after {
	font-size: 100px;
}

#top .sec08__item-left {
	width: 100%;
	display: flex;
	align-items: center;
}
	
#top .sec08__icon {
	display: block;
	width: 60px;
	height: auto;
	margin: 0 auto 20px auto;
}

#top .sec08__item-right {
	width: 100%;
}

#top .sec08__h4 {
	margin-bottom: 5px;
}
	
}



/******************************************************

新しいCSS 2023.11〜

*******************************************************/


/* お客様の声 */
.voice__box {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	background-color: #FFF;
	padding: 70px 70px 20px 70px;
}

.voice__item {
	width: 45%;
	margin-bottom: 50px;
}

.voice__img {
	display: block;
	width: 50%;
	height: auto;
	border-radius: 50%;
	margin: 0 auto 30px auto;
}

.voice__name {
	font-size: 24px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 15px;
}

.voice__work {
	text-align: center;
	font-size: 20px;
	margin-bottom: 25px;
}


@media only screen and (max-width: 767px) {
 .voice__box {
	display: block;
	justify-content: space-between;
	background-color: transparent;
	padding: 0;
}

.voice__item {
	width: 100%;
	margin-bottom: 30px;
	padding: 40px 30px;
	background-color: #FFF;
}

.voice__img {
	margin: 0 auto 20px auto;
}

.voice__name {
	font-size: 20px;
	margin-bottom: 10px;
}

.voice__work {
	text-align: center;
	font-size: 16px;
	margin-bottom: 20px;
}
	
.voice__txt {
	font-size: 14px;
}
  
	
}



/* achievement */
.achievement {
	margin-top: 50px;
	padding: 100px 0 0 0;
}

.achievement__box {
	margin-top: 50px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.achievement__box::before{
  content: "";
  display: block;
  width: 21.5%;
  order: 1;
}
.achievement__box::after{
  content: "";
  display: block;
  width: 21.5%;
}

.achievement__item {
	width: 21.5%;
	margin-bottom: 40px;
}

.achievement__link {
	display: block;
	width: 100%;
}

.achievement__thumbnail {
	position: relative;
	display: block;
	transition: .2s;
	overflow: hidden;
	margin-bottom: 15px;
}

.achievement__thumbnail::before {
	display: block;
	content: "";
	padding-top: 100%;
}

.achievement__thumbnail img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	max-width: none;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: .2s;
}

.achievement__h4 {
	font-size: 20px;
	font-weight: 600;
	color: #be001f;
	line-height: 1.6;
}

.achievement__item {
    display: block;
}

.achievement__item.hidden {
    display: none;
}

.achievement__btn.hidden{
  display: none;
}

.achievement__btn {
	display: block;
    border: 3px solid #009245;
  	color: #009245;
	background-color: transparent;
    cursor: pointer;
    outline: none;
    padding: 0;
    width: 270px;
	height: 60px;
	text-align: center;
	line-height: 56px;
	font-size: 25px;
	font-weight: 500;
	margin: 30px auto 0 auto;
	transition: .2s;
}

.achievement__btn:hover {
	background-color: #009245;
	color: #FFF;
}

.achievement__btn--jump {
	display: block;
	width: 530px;
	height: 80px;
	margin: 50px auto 120px auto;
	font-size: 25px;
	font-weight: 500;
	color: #FFF;
	background-color: #be001f;
	border: 3px solid #be001f;
	text-align: center;
	line-height: 76px;
	transition: .2s;
}

.achievement__btn--jump span {
	display: inline-block;
	width: 30px;
	height: 30px;
	background-color: #FFF;
	border-radius: 30px;
	margin-left: 15px;
	vertical-align: -5px;
	position: relative;
	transition: .2s;
}

.achievement__btn--jump span::before {
	display: inline-block;
	content: "";
	width: 12px;
	height: 3px;
	background-color: #be001f;
	transform: rotate(45deg);
	position: absolute;
	left: 10px;
	top: 10px;
	transition: .2s;
}

.achievement__btn--jump span::after {
	display: inline-block;
	content: "";
	width: 12px;
	height: 3px;
	background-color: #be001f;
	transform: rotate(-45deg);
	position: absolute;
	left: 10px;
	bottom: 10px;
	transition: .2s;
}

.achievement__btn--jump:hover {
	color: #be001f;
	background-color: #FFF;
}

.achievement__btn--jump:hover span {
	background-color: #be001f;
}

.achievement__btn--jump:hover span::before {
	background-color: #FFF;
}

.achievement__btn--jump:hover span::after {
	background-color: #FFF;
}




@media only screen and (max-width: 767px) {
/* achievement */
.achievement {
	margin-top: 60px;
	padding: 30px 0 0 0;
}

.achievement__box {
	margin-top: 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.achievement__item {
	width: 48%;
	margin-bottom: 30px;
}

.achievement__thumbnail {
	margin-bottom: 10px;
}

.achievement__h4 {
	font-size: 16px;
}
	
.achievement__btn {
    border: 2px solid #009245;
    width: 250px;
	height: 45px;
	line-height: 41px;
	font-size: 18px;
	margin: 20px auto 0 auto;
}
	
.achievement__btn--jump {
	width: 300px;
	height: 60px;
	margin: 30px auto 70px auto;
	font-size: 20px;
	border: 2px solid #be001f;
	line-height: 56px;
}

.achievement__btn--jump span {
	width: 25px;
	height: 25px;
	margin-left: 10px;
}

.achievement__btn--jump span::before {
	width: 10px;
	left: 9px;
	top: 8px;
}

.achievement__btn--jump span::after {
	width: 10px;
	left: 9px;
	bottom: 8px;
}
	
}



/* column*/
.column {
	padding: 50px 0 0 0;
}

.column__box {
	margin-top: 50px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.column__box::before{
  content: "";
  display: block;
  width: 21.5%;
  order: 1;
}
.column__box::after{
  content: "";
  display: block;
  width: 21.5%;
}

.column__item {
	width: 21.5%;
	margin-bottom: 40px;
}

.column__link {
	display: block;
	width: 100%;
}

.column__thumbnail {
	position: relative;
	display: block;
	transition: .2s;
	overflow: hidden;
	margin-bottom: 15px;
}

.column__thumbnail::before {
	display: block;
	content: "";
	padding-top: 100%;
}

.column__thumbnail img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	max-width: none;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: .2s;
}

.column__h4 {
	font-size: 20px;
	font-weight: 600;
	color: #be001f;
	line-height: 1.6;
}

.column__item {
    display: block;
}

.column__item.hidden {
    display: none;
}

.column__btn.hidden{
  display: none;
}

.column__btn {
	display: block;
    border: 3px solid #009245;
  	color: #009245;
	background-color: transparent;
    cursor: pointer;
    outline: none;
    padding: 0;
    width: 270px;
	height: 60px;
	text-align: center;
	line-height: 56px;
	font-size: 25px;
	font-weight: 500;
	margin: 30px auto 0 auto;
	transition: .2s;
}

.column__btn:hover {
	background-color: #009245;
	color: #FFF;
}

.column__btn--jump {
	display: block;
	width: 530px;
	height: 80px;
	margin: 50px auto 120px auto;
	font-size: 25px;
	font-weight: 500;
	color: #FFF;
	background-color: #be001f;
	border: 3px solid #be001f;
	text-align: center;
	line-height: 76px;
	transition: .2s;
}

.column__btn--jump span {
	display: inline-block;
	width: 30px;
	height: 30px;
	background-color: #FFF;
	border-radius: 30px;
	margin-left: 15px;
	vertical-align: -5px;
	position: relative;
	transition: .2s;
}

.column__btn--jump span::before {
	display: inline-block;
	content: "";
	width: 12px;
	height: 3px;
	background-color: #be001f;
	transform: rotate(45deg);
	position: absolute;
	left: 10px;
	top: 10px;
	transition: .2s;
}

.column__btn--jump span::after {
	display: inline-block;
	content: "";
	width: 12px;
	height: 3px;
	background-color: #be001f;
	transform: rotate(-45deg);
	position: absolute;
	left: 10px;
	bottom: 10px;
	transition: .2s;
}

.column__btn--jump:hover {
	color: #be001f;
	background-color: #FFF;
}

.column__btn--jump:hover span {
	background-color: #be001f;
}

.column__btn--jump:hover span::before {
	background-color: #FFF;
}

.column__btn--jump:hover span::after {
	background-color: #FFF;
}




@media only screen and (max-width: 767px) {
/* column */
.column {
	padding: 30px 0 0 0;
}

.column__box {
	margin-top: 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.column__item {
	width: 48%;
	margin-bottom: 30px;
}

.column__thumbnail {
	margin-bottom: 10px;
}

.column__h4 {
	font-size: 16px;
}
	
.column__btn {
    border: 2px solid #009245;
    width: 250px;
	height: 45px;
	line-height: 41px;
	font-size: 18px;
	margin: 20px auto 0 auto;
}
	
.column__btn--jump {
	width: 300px;
	height: 60px;
	margin: 30px auto 70px auto;
	font-size: 20px;
	border: 2px solid #be001f;
	line-height: 56px;
}

.column__btn--jump span {
	width: 25px;
	height: 25px;
	margin-left: 10px;
}

.column__btn--jump span::before {
	width: 10px;
	left: 9px;
	top: 8px;
}

.column__btn--jump span::after {
	width: 10px;
	left: 9px;
	bottom: 8px;
}
	
}
