@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');

*{margin: 0;padding: 0; outline:none; /*-webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;*/ -webkit-appearance: none;
}
html {font-size:62.5%;}
body {color:#666666; text-align: center; scrolling: yes; position: relative; -webkit-text-size-adjust: 100%; overflow-x: hidden;}
body,
button,
input{font-family: 'Noto Sans JP', "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, 'Hiragino Kaku Gothic ProN','メイリオ',Meiryo,'ＭＳ Ｐゴシック', sans-serif; font-size:15px; font-weight: 400; line-height:2;}
@media screen and (max-width: 979px) {
  body,
  button,
  input{font-size:13px;}
}


body.fixed {position: fixed; width: 100%; height: 100%;}

h1, h2, h3{font-family: 'Asap', sans-serif!important; font-weight: 600; letter-spacing: 2px;}

a{color:#666666; text-decoration: none; overflow: hidden; outline:none; cursor: pointer;}
a[href^="tel"]{color: inherit; text-decoration: none;}
a:hover{text-decoration: none;}

p{font-size: 15px;}
@media screen and (max-width: 979px) {
  p{font-size: 13px;}
}

img{border: none; vertical-align: top;}
table{border-collapse: collapse;}
ul{list-style-type: none;}
button, input, select{border: none; cursor: pointer;}
select{-moz-appearance: none; text-indent: 0.01px; text-overflow: '';}
select::-ms-expand {display: none;}

::selection {
  background: rgba(128, 195, 203, .1);
}
/* FOR SLICK.JS */
.slick-list{_zoom: 1; overflow: hidden; padding: 0!important;}



/* ::::::::::::::::::::::::::::::::: PC ::::::::::::::::::::::::::::::::: */
@media screen and (min-width: 980px) {
  .sp {
		display: none!important;
	}
}

/* ::::::::::::::::::::::::::::::::: SP ::::::::::::::::::::::::::::::::: */
@media screen and (max-width: 979px) {
  .pc {
		display: none!important;
	}
}



/* ::::::::::::::::::::::::::::::::: COMMON ::::::::::::::::::::::::::::::::: */

div.wrap {
	overflow: hidden;
	width: 100%;
}
@media screen and (max-width: 979px) {
	div.wrap {
    padding-top: 60px;
	}
}
/*COMMON*/
.hoverAlpha {
	transition: opacity 0.2s ease;
}
.hoverAlpha:hover {
	opacity: 0.8;
}
@media screen and (max-width: 979px) {
	.hoverAlpha {}
	.hoverAlpha:hover {
		opacity: 1;
	}
}


a[href^="tel:"] {
  pointer-events: none;
  color: inherit;
}
@media screen and (max-width: 979px) {
  a[href^="tel:"] {
    pointer-events: all;
  }
}

.c_red {
  color: #ff5071;
}
.c_lightblie {
  color: #6ba6f1;
}
.c_orange {
  color: #de912f;
}

/* SECTION */
div.section {
  padding: 0;
  position: relative;
}
div.bgLightYellow {
  background: #fffde8;
}

div.section div.inner {
  text-align: left;
  padding: 50px 0;
}
@media screen and (max-width: 979px) {
  div.section div.inner {
    padding: 40px 15px;
  }
}

div.section div.spacer1000 {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 979px) {
  div.section div.spacer1000 {
    width: auto;
  }
}

div.section div.circleBlock {
  position: relative;
  padding: 60px 70px;
  margin: 50px 0;
  background: #fff;
  border-radius: 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 979px) {
  div.section div.circleBlock {
    padding: 40px 20px;
    margin: 35px 0;
  }
}

div.section div.circleBlock.style01 {
  padding-bottom: 100px;
  margin-bottom: 100px;
  margin-top: -120px;
}
@media screen and (max-width: 979px) {
  div.section div.circleBlock.style01 {
    padding: 40px 20px;
    margin: 35px 0;
    margin-top: -100px;
  }
}
@media screen and (max-width: 979px) {
  div.section div.circleBlock.spmt0 {
    margin: 0 0 35px;
  }
}

div.section div.circleFixBlock {
  display: flex;
  justify-content: flex-start;
}
@media screen and (max-width: 979px) {
  div.section div.circleFixBlock {
    display: block;
  }
}
div.section div.circleFixBlock div.circleBlock {
  width: 47.5%;
  margin: 0;
}
@media screen and (max-width: 979px) {
  div.section div.circleFixBlock div.circleBlock {
    width: 100%;
    margin: 35px 0;
  }
}
div.section div.circleFixBlock div.circleBlock:last-child {
  margin-left: 5%;
}
@media screen and (max-width: 979px) {
  div.section div.circleFixBlock div.circleBlock:last-child {
    margin-left: 0;
  }
}
div.section div.circleFixBlock div.circleBlock p.commonLink {
  margin: 0;
}


/* TITLE */


div.section h2 {
  position: relative;
	text-align: center;
  margin: 0 0 40px;
  padding-bottom: 20px;
	font-size: 27px;
  line-height: 1.7;
  color: #de912f;
}
@media screen and (max-width: 979px) {
	div.section h2 {
		font-size: 21px;
	}
}
div.section h2::after {
	content: '';
	position: absolute;
	left: 0;
  right: 0;
	bottom: 0;
  margin: auto;
	width: 43px;
	height: 2px;
	background: #de912f;
}

div.section h2.underlineNone::after {
  display: none;
}

div.section h2.left {
  text-align: left;
}
@media screen and (max-width: 979px) {
  div.section h2.left {
    text-align: center;
  }
}
div.section h2.left::after {
	content: '';
  right: auto;
}
@media screen and (max-width: 979px) {
  div.section h2.left::after {
    right: 0;
  }
}

div.section p {
  margin: 0 0 30px;
}
div.section ul {
  /*margin: 0 0 30px;*/
}
div.section ul li {
	position: relative;
}

/* BUTTON */

p.commonLink {
  position: relative;
	width: 100%;
  max-width: 320px;
	text-align: center;
  border-radius: 50px;
}
@media screen and (max-width: 979px) {
	p.commonLink {
		max-width: inherit;
    margin-left: auto;
    margin-right: auto;
	}
}
p.commonLink.center {
	margin-left: auto;
	margin-right: auto;
}
p.commonLink a {
  position: relative;
	display: block;
	color: #4c4c4c;
  background: linear-gradient(to right, #FEF23F, #FFDD02);
	padding: 15px 6px;
  border-radius: 50px;
	transition: all 0.2s ease;
  box-sizing: border-box;
  box-shadow: 5px 5px 20px 0 rgb(0 0 0 / 15%);
}
@media screen and (max-width: 979px) {
  p.commonLink a {
    padding: 18px 6px;
  }
}

@media screen and (max-width: 979px) {
  p.commonLink.spLine02 a {
    border-radius: 30px;
  }
}

p.commonLink.green a {
  background: linear-gradient(to right, #4BC73F, #8DCC04);
}

p.commonLink a::after {
  position: absolute;
  content: '';
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 6px;
  height: 11px;
  background: url(../img/common/vector_right_black.svg) no-repeat 50% 50%;
  background-size: 6px 11px;
}

p.commonLink.back a {
  background: url(../img/common/vector_left_orange.svg) no-repeat left 20px top 50%;
  background-size: 6px 11px;
  border: 1px solid #de912f;
  color: #de912f;
  box-shadow: none;
}
p.commonLink a:hover {
	opacity: 0.8;
}

/* TABLE */

div.section table {
	margin: 30px 0;
	width: 100%;
}
@media screen and (max-width: 979px) {
  div.section table {
  	margin: 20px 0;
  }
}
div.section table th,
div.section table td {
	vertical-align: baseline;
	text-align: left;
	padding: 12px 30px;
  border: 1px solid #cccccc;
}
@media screen and (max-width: 979px) {
	div.section table th,
	div.section table td {
    vertical-align: middle;
		padding: 10px;
	}
}
div.section table th {
	font-weight: bold;
  width: 20%;
  background: #fffde8;
}
div.section table tr.yellow td {
  background: #fffbf5;
}

div.section table a[href^="tel:"] {
	text-decoration: none;
}
div.section table .center {
  text-align: center;
}


/* PAMKUZU */


ul.breadcrumbs {
  color: #de912f;
	padding: 15px 25px;
	font-size: 12px;
	text-align: left;
  z-index: 2;
}
@media screen and (max-width: 979px) {
  ul.breadcrumbs {
  	padding: 10px;
  }
}
ul.breadcrumbs a {
  color: #999999;
}
ul.breadcrumbs a:hover {
	text-decoration: underline;
}
ul.breadcrumbs li {
	display: inline-block;
	padding: 0 8px 0 25px;
	background: url(../img/common/icon_home02.svg) no-repeat 5px 50%;
	background-size: 9px 10px;
}
ul.breadcrumbs li:first-child {
  background: url(../img/common/icon_home.svg) no-repeat 5px 50%;
	background-size: 9px 10px;
}

div.newsBlock .newsList {

}
@media screen and (max-width: 979px) {
  div.newsBlock .newsList {
    width: 100%;
  }
}
.newsList li {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

@media screen and (max-width: 979px) {
  .newsList li {
    flex-wrap: wrap;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}

.newsList li:last-child {
  border: none;
}

.newsList li .date {
  width: 80px;
  margin: 0 20px 0 0;
  color: #de912f;
}

.newsList li .title {
  width: calc(100% - 6em);
  margin: 0;
}

@media screen and (max-width: 979px) {
  .newsList li .title {
    width: 100%;
  }
}

.newsList li .title a {
  display: block;
}


/* PAGER */

div.section ul.pagerList {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  margin: 50px 0 0;
}
@media screen and (max-width: 979px) {
  div.section ul.pagerList {
    margin: 30px 0 0;
  }
}
div.section ul.pagerList li {
  margin: 0 10px 20px 0;
  padding: 0;
}
@media screen and (max-width: 979px) {
  div.section ul.pagerList li {
    line-height: 28px;
  }
}
div.section ul.pagerList li::before {
  display: none;
}
div.section ul.pagerList li a {
  display: block;
  height: 63px;
  line-height: 63px;
  width: 63px;
  border-radius: 50%;
  text-align: center;
  border: 1px solid #de912f;
  font-size: 16px;
  color: #de912f;
}
div.section ul.pagerList li:last-child a {
  width: 170px;
  color: #de912f;
  background: url(../img/common/vector_right_orange.svg) no-repeat right 20px top 50%;
	background-size: 6px 11px;
  border-radius: 30px;
}
div.section ul.pagerList li.active a {
  color: #fff;
  background: #de912f;
}
