@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
/* ===================================================================

	Setting

=================================================================== */
html {
  color: #333;
  background: #FFF;
  text-align: left;
  font-size: 80%;
}

body {
  font-size: 1.5rem;
  font-family: 'Noto Sans JP', sans-serif;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
}

.container {
  width: 70%;
  margin: 0px auto;
}

.container:after {
  content: "";
  display: block;
  clear: both;
}

.sp {
  display: none;
}

.tb {
  display: none;
}

.pc {
  display: block;
}

.main_wrapper {
  overflow: hidden;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: auto;
}

.flex_j-e {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: auto;
}

.flex_j-b {
  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;
  height: auto;
}
.flex_j-c {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: auto;
}
.flex_j-a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: auto;
}
.flex_a-c {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.flex_a-e {
  -webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.flex_dire_col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.flex_alitem_c {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}


@media only screen and (max-width: 479px) {
  .flex_reverse {
    -webkit-box-orient: vertical;
  	-webkit-box-direction: reverse;
  	-ms-flex-direction: column-reverse;
  	flex-direction: column-reverse;
  }
}

/* link set
	------------------------------------------------------------------- */
a {
  color: #5B463F;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}

a img {
  transition: 0.3s ease-in-out;
}

a:hover {
  color: #47676F;
}


/* float対策：背景色表示用
------------------------------------------------------------------- */
.clearfix:after {
  display: block;
  clear: both;
  height: 0px;
  line-height: 0px;
  visibility: hidden;
  content: ".";
}

.clearfix {
  display: block;
  /* for IE8 */
}

.both {
  clear: both;
}

.hidden {
  display: none;
}

/* 	imgホバーアクション
------------------------------------------------------------------- */
.imgWrap {
  overflow: hidden;
  width: 100%;
  height: auto;
  cursor: pointer;
  background-color: #ffffff;
}

.imgWrap img {
  display: block;
  transition-duration: 0.3s;
  margin-top: -1px;
}

.imgWrap img:hover {
  opacity: 0.6;
  transition: all .3s;
}

/* 	背景画像＆テキスト使用時
------------------------------------------------------------------- */
.bg {
  display: block;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-position: left top;
}

/* 	テキスト指定
------------------------------------------------------------------- */
.min {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, serif, sans-serif;
}

@media only screen and (max-width: 1600px) {
  .container {
    width: 80%;
  }
}

@media only screen and (max-width: 1280px) {
  .container {
    width: 90%;
  }
}

/* タブレット */
@media only screen and (max-width: 1024px) {
  .sp {
    display: none;
  }

  .pc {
    display: none;
  }

  .tb {
    display: block;
  }

  .container {
    width: 90%;
    margin: 0px auto;
  }
  .main_wrapper {
    margin-top: -32px;
  }
}


/* スマホ */
@media screen and (max-width: 767px) {
  .tb {
    display: none;
  }

  .sp {
    display: block;
  }

  .container {
    width: 90%;
    margin: 0px auto;
  }

  .wrap_flex {
    display: block;
    margin-bottom: 50px;
  }

  #main_contents {
    width: 100%;
    margin-top: 30px;
    margin-right: 0;
  }

  #side_contents {
    width: 100%;
    margin-top: 30px;
  }
}



/* ===================================================================
	/
	/	ボタン
	/
	=================================================================== */
.btn {
  width: 330px;
  border: 2px solid #A31F24;
  border-radius: 50px;
  background-color: #fff;
  text-align: center;
  margin: auto;
}

.btn a {
  text-decoration: none;
  color: #A31F24;
  padding: 15px;
  letter-spacing: 1px;
  font-weight: bold;
  width: 100%;
  display: inline-block;
  font-size: 1.2rem;
}

.btn:hover {
  background-color: #A31F24;
}

.btn a:hover {
  color: #fff;
}

/* スマホ */
@media screen and (max-width: 767px) {
  .btn {
    width: 100%;
    margin: 0 auto;
  }
}

/* タブレット */
@media screen and (min-width: 768px) and (max-width: 1024px) {}

/* ===================================================================
	/
	/	共通
	/
	=================================================================== */
h2 {
  font-size: 1.9rem;
  font-weight: bold;
  letter-spacing: 5px;
  color: #333;
}

h2 span {
  color: #B1454B;
  font-size: 70%;
  letter-spacing: 0;
  font-weight: normal;
}

h2.title_n {
  text-align: left;
  color: #0651A5;
  line-height: 35px;
  --text-divider-gap: 2rem;
  margin-bottom: 5px;
  letter-spacing: 3px;
  font-size: 2rem;
}
h2.title_n::after {
  content: '';
  height: 1px;
  background-color: #0651A5;
  flex-grow: 1;
  margin-left: var(--text-divider-gap);
}
.sub_title{
  color: #0651A5;
}
.title_area_under {
  margin-bottom: 50px;
}
h3 {
  font-size: 1.6rem;
  letter-spacing: 2px;
}

p {
  font-size: 1.2rem;
}
.sec_inner {
  border-bottom: 1px solid #0651A5;
  padding-bottom: 80px;
}
.half_box {
  width: 50%;
}
.relative {
  position: relative;
}
.blue {
  color: #0651a5;
}
.red {
  color: #a31f24;
}


/* スマホ */
@media screen and (max-width: 767px) {
  h2 {
    font-size: 1.6rem;
    letter-spacing: 5px;
    line-height: 25px;
  }

  h3 {
    font-size: 1.4rem;
    letter-spacing: 2px;
  }

  p {
    font-size: 0.9rem;
  }
  .half_box {
    width: 100%;
  }
  h2.title_n {
    font-size: 1.4rem;
  }
  .title_area_under {
    margin-bottom: 30px;
  }
  .sec_inner {
    padding-bottom: 30px;
  }
  .relative {
    position: unset;
  }
}

/* タブレット */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .sec_inner {
    padding-bottom: 50px;
  }

}
/* ipad */
@media screen and (min-width: 768px) and (max-width: 768px) {
  h2.title_n {
    font-size: 1.6rem;
    margin-bottom: 0;
  }
  .sub_title {
    font-size: 1rem;
  }
}


/* ===================================================================
	/
	/	main image
	/
	=================================================================== */
.main_img_n {
  position: relative;
  margin-top: 138px;
  background-color: #000;
}
.main_img_n::after {
	position: absolute;
	content: '';
	bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 100px 100px 100px;
	border-color: transparent transparent #ffffff transparent;
}
.main_img_n h1 {
  font-size: 3.5rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  position: relative;
  margin-bottom: 60px;
}
.main_img_n h1::after {
  position: absolute;
  bottom: -30px;
  left: calc(50% - 125px);
  width: 250px;
  height: 2px;
  content: '';
  background: #fff;
}
.main_img_n .h1_sub {
  font-size: 1.6rem;
  letter-spacing: 2px;
  text-align: center;
  color: #fff;
  font-weight: normal;
}
.main_img_n .slick-slide img {
  opacity: 0.7;
}

/*.maintext {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  z-index: 100;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.6);
}*/



@media only screen and (max-width: 1400px) {
  .main_img_n {
  	margin-top: 118px;
  }
  .main_img_n::after {
    border-width: 50px 50px 50px;
  }
  .main_img_n h1 {
    font-size: 2.5rem;
    margin-bottom: 50px;
  }
  .main_img_n h1::after {
    left: calc(50% - 100px);
    width: 200px;
    bottom: -25px;
  }
  .main_img_n .h1_sub {
    font-size: 1.4rem;
  }
}

/* タブレット */
@media only screen and (max-width: 1024px) {
  .main_img_n {
    margin-top: 0;
  }
  .main_img_n::after {
    border-width: 30px 30px 30px;
  }
  .main_img_n h1 {
    font-size: 2rem;
    margin-bottom: 40px;
  }
  .main_img_n h1::after {
    left: calc(50% - 75px);
    width: 150px;
    bottom: -20px;
  }
  .main_img_n .h1_sub {
    font-size: 1.2rem;
  }
}

/* スマホ */
@media screen and (max-width: 767px) {
  /*.maintext {
    width: 80%;
    padding: 10px;
  }*/
  .main_img_n h1 {
    font-size: 1.6rem;
  }
  .main_img_n .h1_sub {
    font-size: 1.1rem;
  }
}

/* ipad */
@media screen and (min-width: 768px) and (max-width: 768px) {
  /*.maintext {
    width: 65%;
  }*/

  .main_img h1 {
    font-size: 1.8rem;
  }
}




/* ===================================================================
	/
	/	news
	/
	=================================================================== */
.news_n {
  padding: 80px 0;
  background: #fff;
}
.news_n .topix_list {
  text-align: right;
}

.list_link {
  color: #0651A5;
  text-decoration: none;
  letter-spacing: 2px;
}
.news_n .news_area li {
  padding: 20px 12%;
  background-color: #EAEAEA;
  position: relative;
}
.news_n .news_area li:nth-of-type(2n) {
  background-color: #fff;
}
.news_n .news_area li p .date {
  margin-right: 30px;
}
.news_n .news_area li a {
  color: #000;
}
.news_n .news_area li::after {
  position: absolute;
  content: '▶';
  right: 2%;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  color: #686868;
  font-size: 1.2rem;
}


@media screen and (max-width: 1024px) {
  .news_n {
    padding: 50px 0;
  }
}


/* スマホ */
@media screen and (max-width: 767px) {
  .news_n {
    padding: 50px 0 0;
  }
  .news_n .news_area li {
    padding: 10px 8%;
  }
  .news_n .news_area li::after {
    font-size: 0.8rem;
  }




  .news {
    padding: 30px 0;
  }

  .news .container a h2 {
    float: none;
    font-size: 1.6rem;
    text-align: center;
    margin: 0 auto;
  }

  .topix .topix_left a {
    color: #18223D;
  }

  .topix .topix_left {
    float: none;
    width: 100%;
    text-align: center;
    border: none;
    padding: 0;
    height: 60px;
  }

  .topix .topix_right {
    float: none;
    width: 100%;
    margin: 0 20px;
    height: auto;
    text-align: center;
  }

  .topix .topix_right ul {
    padding: 10px 0;
  }

  .topix .topix_right ul li {
    line-height: 25px;
    font-size: 15px;
    text-align: left;
    margin-bottom: 10px;
    padding-left: 0;
  }

  .topix .topix_right ul li a p {
    line-height: 22px;
  }

  .topix_list {
    margin-right: 1%;
  }

}

/* タブレット */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .news_n {
    padding: 50px 0;
  }
  .news .container a h2 {
    float: none;
    font-size: 1.6rem;
    margin: 0 auto;
  }

  .topix .topix_left {
    width: 25%;
    padding: 5% 3%;
  }

  .topix .topix_right {
    width: 75%;
    margin-left: 0;
  }

  .topix .topix_right ul li {
    line-height: 25px;
    font-size: 15px;
    text-align: left;
    margin-bottom: 10px;
    padding-left: 0;
  }
}

/* ===================================================================
	/
	/	Slider
	/
	=================================================================== */
.slideshow {
  height: 31vw;
  margin-top: 74px;
}

.slideshow li {
  width: 100%;
  height: 100%;
}

.slideshow li a {
  display: block;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

/* js
		--------------------------------------------------------- */
.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: #fff;
  background: hsla(0, 0%, 100%, 0.75);
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.flickity-prev-next-button:hover {
  background: #fff;
}

.flickity-prev-next-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #09F;
}

.flickity-prev-next-button:active {
  opacity: .6;
}

.flickity-prev-next-button.previous {
  left: 2%;
  margin-left: 0;
}

.flickity-prev-next-button.next {
  right: 2%;
  margin-right: 0;
}

.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button:disabled {
  opacity: .3;
  cursor: auto;
}

.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

.flickity-prev-next-button .arrow {
  fill: #0079a4;
}

.flickity-page-dots {
  display: none;
  position: absolute;
  width: 100%;
  bottom: 20px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
  z-index: 100;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 8px;
  background: #0079a4;
  border-radius: 50%;
  opacity: .45;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

/* スマホ */
@media screen and (max-width: 767px) {}

/* タブレット */
@media screen and (min-width: 768px) and (max-width: 1024px) {}

/* ===================================================================
	/
	/	s1
	/
	=================================================================== */
.s1 {
  padding: 80px 0 100px;
}

.s1 .container {}

.s1 .jirei_area {
  margin: 30px 0 50px;
}

.s1 .jirei_area li {
  width: 48%;
  margin-bottom: 50px;
}

.s1 .jirei_area li a {
  text-decoration: none;
  color: #333;
}

.s1 .jirei_area li a p.jirei_date {
  font-size: 1rem;
  margin: 10px 0;
}

.s1 .jirei_area li a p.jirei_date span.term {
  color: #fff;
  font-size: 0.8rem;
  background-color: #0651a5;
  padding: 2px 10px;
  margin-left: 10px;
  letter-spacing: 1px;
}

.s1 .jirei_area li a p.jirei_name {
  font-size: 1.1rem;
  margin-bottom: 10px;
}

.s1 .jirei_area li a figure img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.s1 .btn {
  margin: 0 auto;
}

/* スマホ */
@media screen and (max-width: 767px) {
  .s1 {
    padding: 10px 0 50px;
  }
  .s1 .jirei_area {
    margin: 30px 0 0;
  }

  .s1 .jirei_area li {
    width: 100%;
    margin-bottom: 10px;
  }

  .s1 .jirei_area li a p.jirei_date {
    font-size: 0.9rem;
  }

  .s1 .jirei_area li a p.jirei_date span.term {
    font-size: 0.7rem;
    padding: 1px 5px;
    margin-left: 0;
    letter-spacing: 0.5px;
  }

  .s1 .jirei_area li a p.jirei_name {
    font-size: 1rem;
  }
  .s1 .jirei_area li a figure img {
    height: 260px;
  }
}

/* タブレット */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .s1 {
    padding: 50px 0 80px;
  }
  .s1 .jirei_area li {
    margin-bottom: 20px;
  }
  .s1 .jirei_area li a figure img {
    height: 220px;
  }
}
/* ipad */
@media screen and (min-width: 768px) and (max-width: 768px) {
  .s1 .jirei_area li {
    width: 48%;
    margin-bottom: 10px;
  }
  .s1 .jirei_area li a figure img {
    height: 160px;
  }
}

@media screen and (max-width: 479px) {
  .s1 .jirei_area li a figure img {
    height: 180px;
  }
}



/* ===================================================================
	/
	/	s2
	/
	=================================================================== */
.s2 {
  padding: 80px 0;

}


.s2 .half_box h2 {
  font-size: 1.6rem;
  text-align: left;
  margin-bottom: 30px;
  letter-spacing: 3px;
}

.s2 .half_box p {
  font-size: 1.4rem;
  text-align: justify;
  line-height: 40px;
  margin-bottom: 30px;
  text-shadow: 1px 1px 2px #fff;
}
.s2 .half_box img {
  width: 100%;
}
.s2 .mainte_text {
  margin: 10% 5%;
}
.s2 .mainte_btn_b {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50%;
  border: none;
  background-color: #0651A5;
  border-radius: 0;
}
.s2 .mainte_btn_r {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50%;
  border: none;
  background-color: #A31F24;
  border-radius: 0;
}
.s2 .btn a {
  color: #fff;
  padding: 25px 15px;
  font-size: 1.4rem;
}


@media screen and (max-width: 1400px) {
  .s2 .half_box h2 {
    font-size: 1.4rem;
  }
  .s2 .half_box p {
    font-size: 1.2rem;
  }
  .s2 .mainte_text {
    margin: 5%;
  }
}



/* タブレット */
@media screen and (min-width: 768px) and (max-width: 1024px) {

  .s2 {
    padding: 50px 0;
    background-position: 100% 50%;
  }

  .s2 .half_box p {
    line-height: 30px;
  }
  .s2 .btn a {
    padding: 15px;
    font-size: 1.2rem;
  }

  .s2 .t_mainte {
    width: 100%;
  }

  .s2 .t_mainte h2 {
    font-size: 1.9rem;
    line-height: 35px;
    text-align: center;
    text-shadow: 1px 1px 3px #000;
    color: #fff;
  }

  .s2 .t_mainte p {
    font-size: 1.2rem;
    line-height: 25px;
    margin-bottom: 30px;
    text-shadow: 1px 1px 2px #000;
    color: #fff;
  }
}
@media screen and (max-width: 768px) {
  .s2 .half_box h2 {
    font-size: 1.2rem;
    margin-bottom: 15px;
  }
  .s2 .half_box p {
    font-size: 1rem;
    line-height: 20px;
    letter-spacing: 1px;
  }

  .s2 .btn a {
    padding: 10px;
    font-size: 1rem;
  }
  .s2 .mainte_btn_b {
    position: unset;
    left: unset;
    bottom: unset;
    width: 100%;
    margin-bottom: 50px;
  }
  .s2 .mainte_btn_r {
    position: unset;
    right: unset;
    bottom: unset;
    width: 100%;
  }
}

/* スマホ */
@media screen and (max-width: 767px) {
  .s2 {
    padding: 50px 0;
    background-position: 85% 50%;
  }

  .s2 .container {
    width: 90%;
  }

  .s2 .t_mainte {
    width: 100%;
  }

  .s2 .t_mainte h2 {
    line-height: 35px;
    text-align: center;
    text-shadow: 1px 1px 3px #000;
    color: #fff;
  }

  .s2 .t_mainte p {
    line-height: 25px;
    margin-bottom: 30px;
    text-shadow: 1px 1px 2px #000;
    color: #fff;
  }
}



/* ===================================================================
	/
	/	s3
	/
	=================================================================== */
  .s3 {
    padding: 170px 0;
    /*background-color:#F6E7E0;*/
    background-image: url(../images/top_s3_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
  }

  .s3 .container {
    width: 1200px;
  }

  .s3 .t_mainte {
    width: 45%;
  }

  .s3 .t_mainte h2 {
    font-size: 1.4rem;
    text-align: left;
    margin-bottom: 30px;
  }

  .s3 .t_mainte p {
    font-size: 1.4rem;
    text-align: justify;
    line-height: 40px;
    margin-bottom: 30px;
    text-shadow: 1px 1px 2px #fff;
  }

  .s3 .t_mainteimg {
    width: 50%;
  }

  /* スマホ */
  @media screen and (max-width: 767px) {
    .s3 {
      padding: 50px 0;
      background-position: 15% 50%;
    }

    .s3 .container {
      width: 80%;
    }

    .s3 .t_mainte {
      width: 100%;
    }

    .s3 .t_mainte h2 {
      line-height: 35px;
      text-align: center;
      text-shadow: 1px 1px 3px #000;
      color: #fff;
    }

    .s3 .t_mainte p {
      line-height: 25px;
      margin-bottom: 30px;
      text-shadow: 1px 1px 2px #000;
      color: #fff;
    }
  }

  /* タブレット */
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .s3 .container {
      width: 70%;
    }

    .s3 {
      padding: 50px 0;
      background-position: 20% 50%;
    }

    .s3 .t_mainte {
      width: 100%;
    }

    .s3 .t_mainte h2 {
      font-size: 1.9rem;
      line-height: 35px;
      text-align: center;
      text-shadow: 1px 1px 3px #000;
      color: #fff;
    }

    .s3 .t_mainte p {
      font-size: 1.2rem;
      line-height: 25px;
      margin-bottom: 30px;
      text-shadow: 1px 1px 2px #000;
      color: #fff;
    }
  }

/* ===================================================================
	/
	/	contact_area
	/
	=================================================================== */
.contact_area_n {
  text-align: center;
  padding: 80px 0;
  color: #fff;
  background-image: url(../images/top_contact_bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.contact_area_n h2 {
  color: #fff;
  line-height: 50px;
  margin-bottom: 30px;
}
.contact_area_n p {
  width: 35%;
  line-height: 30px;
  margin: 30px auto;
}
.contact_area_n ul {
  width: 50%;
  margin: 50px auto 0;
}
.contact_area_n ul li {
  border: 1px solid #fff;
  border-radius: 5px;
  width: 40%;
}
.contact_area_n ul li a {
  text-align: center;
  color: #fff;
  padding: 20px;
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 1px;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.contact_area_n ul li a img {
	margin-right: 10px;
}
.contact_area .c_box {
  border: 1px solid #fff;
  width: 700px;
  margin: 0 auto 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.contact_area .c_box dt {
  background-color: #5A5A5A;
  padding: 29px 15px;
  width: 50%;
  text-align: left;
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 1.4rem;
}

.contact_area .c_box dd {
  background-color: #fff;
  padding: 0;
  text-align: left;
  width: 100%;
  display: inline-block;
}

.contact_area .c_box dd img {
  margin: 0 15px 5px;
}

.contact_area .c_box dd a.tel {
  text-decoration: none;
  color: #A31F24;
  font-size: 2.8rem;
  font-weight: bold;
  letter-spacing: 3px;
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.contact_area .c_box dd a.mail {
  text-decoration: none;
  color: #A31F24;
  font-size: 1.5rem;
  letter-spacing: 3px;
  font-weight: bold;
}

@media screen and (max-width: 1600px) {
  .contact_area_n p {
    width: 44%;
  }
  .contact_area_n ul {
    width: 55%;
  }
  .contact_area_n ul li {
    width: 45%;
  }
}
@media screen and (max-width: 1400px) {
  .contact_area_n ul li a {
    font-size: 1.4rem;
  }
}

@media only screen and (max-width: 1280px) {
  .contact_area_n p {
    width: 60%;
  }
  .contact_area_n ul {
    width: 65%;
  }
}

@media screen and (max-width: 768px) {
  .contact_area_n {
    padding: 50px 0;
  }
  .contact_area_n h2 {
    font-size: 1.6rem;
    line-height: 35px;
  }
  .contact_area_n p {
    width: 80%;
  }
  .contact_area_n ul {
    width: 85%;
  }

}

@media screen and (max-width: 479px) {
  .contact_area_n {
    padding: 30px 0;
    background-image: url(../images/top_contact_bg_sp.jpg);
    background-position: left;
  }
  .contact_area_n h2 {
    font-size: 1.3rem;
    line-height: 30px;
    margin-bottom: 20px;
  }
  .contact_area_n p {
    width: 90%;
    line-height: 25px;
  }
  .contact_area_n ul {
    margin: 20px auto 0;
  }
  .contact_area_n ul li {
    width: 100%;
    margin-bottom: 20px;
  }
  .contact_area_n ul li a {
    font-size: 1.2rem;
    padding: 15px;
  }
  .contact_area_n ul li a.tel {
    font-size: 1.4rem;
    padding: 13px;
  }
}

/* スマホ */
@media screen and (max-width: 767px) {
  .contact_area {
    padding: 30px 0 40px;
  }

  .contact_area h2 {
    line-height: 35px;
    width: 85%;
    margin: 0 auto 30px;
    font-size: 1.3rem;
  }

  .contact_area .img_area {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: none;
  }

  .contact_area .img_area img {
    width: 100%;
  }

  .contact_area p {
    width: 85%;
  }

  .contact_area .c_box {
    width: 90%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 auto 15px;
  }

  .contact_area .c_box dt {
    padding: 10px;
    width: 100%;
    text-align: center;
    font-size: 1.2rem;
  }

  .contact_area .c_box dd {
    padding: 0;
    width: 100%;
    text-align: center;
  }

  .contact_area .c_box dd img {
    margin: 5px;
    width: 40px;
    height: auto;
  }

  .contact_area .c_box dd a.tel {
    font-size: 2rem;
  }

  .contact_area .c_box dd a.mail {
    font-size: 1.1rem;
    letter-spacing: 1px;
  }
}

/* タブレット */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .contact_area p {
    width: 65%;
  }
}





.animation-slide{
  position: relative;
}

.animation-slide .s-fade-txt {
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  margin: auto;
  opacity: 0;
  z-index: 150;
  /*background-color: rgba(255, 255, 255, 0.6);*/
  padding: 50px;
}

.slick-active .s-fade-txt {
  animation: FadeAni .5s ease 1s 1 normal both;
}
@keyframes FadeAni {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@media screen and (max-width: 768px){
  .animation-slide .s-fade-txt {
    width: 100%;
    padding: 20px;
  }
}

.case h2.news-year  {
    margin-bottom: 30px;
}

.postList_news_year  {
    margin-bottom: 50px;
}

.postList_news_year .published {
  display: none;
}

.entry-meta_items_term a.entry-meta_items_term_button{
  padding: 3px;
}

.case .published {
  display: none;
}
