@charset "UTF-8";


/* 共通
-----------------------------------------------------------------*/

html {
	font-size: 62.5%;
}
* {
	box-sizing: border-box;
}
img {
	border:0;
	vertical-align:bottom;
	max-width:100%;
	height:auto;
}
body {
  font-family: 'Noto Serif JP', serif;
	/*font-family: 'Noto Sans JP', sans-serif;*/
  /*font-feature-settings: "palt" 1;*/
	font-size:1.6rem;
  font-weight: 400;
	line-height: 1.6;
  color: #333;
}
.body-wrap {
	overflow: hidden;
}

#pageTopLink {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 10000;
}
#pageTopLink a {
  cursor: pointer;
  transition: all 0.6s;
}
#pageTopLink a:hover {
  opacity: 0.7;
}



/* 電話番号リンク
<a href="tel:00000000000">000-0000-0000</a>
-----------------------------------------------------------------*/
@media (min-width: 751px) {
a[href*="tel:"] {
pointer-events: none;
cursor: default;
text-decoration: none;
}
}







/* メインイメージ
-----------------------------------------------------------------*/
.main-image img {
  width: 100%;
  height: auto;
}

/* スライドショー
==============================*/
.section-slider {
  text-align: center;
  margin-bottom: 100px;
}
.swiper .swiper-pagination-bullet{
    background-color: #fff;
}

/* swiperでズーム */
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
.swiper-slide-active .swiper-img,
.swiper-slide-duplicate-active .swiper-img,
.swiper-slide-prev .swiper-img {
  animation: zoomUp 14s linear 0s normal both;
}
.swiper-slide img {
  height: auto;
  width: 100%;
}



/* スライド2
==============================*/
.section-slide-img {
  margin-bottom: 100px;
}

/* 
-----------------------------------------------------------------*/

.container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 30px;
}

/* 
-----------------------------------------------------------------*/

.section-about-gac {
  margin-bottom: 100px;
}

.top-heading-about-gac {
  font-size: 4.0rem;
  font-weight: 500;
  line-height: 1.8em;
  margin-bottom: 1.5em;
}

.section-about-gac p {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.5em;
}

@media screen and (max-width:768px) {
.section-slider {
  margin-bottom: 50px;
}
.top-heading-about-gac {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.6em;
  margin-bottom: 1.5em;
}

.section-about-gac p {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8em;
}
}



/* ボタン
-----------------------------------------------------------------*/
.button-r-arrow a {
  display: flex;
  align-items: center;
  justify-content: center;
  /*margin: 0 auto;*/
  padding: 0.5em 2em;
  color: #666;
  width: 280px;
  font-size: 1.6rem;
  font-weight: 500;
  border: 1px solid #666;
  background-color: #fff;
  position: relative;
  border-radius: 5px;
}

.button-r-arrow a::after {
  content: '';
  width: 8px;
  height: 8px;
  border-top: 1px solid #666;
  border-right: 1px solid #666;
  transform: rotate(45deg);
  position: absolute;
  right: 10px;
}

.button-r-arrow a:hover {
  color: #ff7d00;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ff7d00;
}

.button-r-arrow a:hover::after {
  border-top: 1px solid #ff7d00;
  border-right: 1px solid #ff7d00;
}




/* 
-----------------------------------------------------------------*/

.section-service {
  margin-bottom: 100px;
}

.section-service h2 {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.8em;
  border-bottom: 1px solid #006ea8;
  padding-bottom: 5px;
  margin-bottom: 1.5em;
}
.section-service h2 span {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.8em;
  letter-spacing: 0.05em;
  color: #006ea8;
  margin-bottom: 1.5em;
  margin-left: 5px;
}


.top-heading-service {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.8em;
  margin-bottom: 1.5em;
}

.section-service p {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.5em;
}

@media screen and (max-width:768px) {
.section-slide-img {
  margin-bottom: 50px;
}
.top-heading-service {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.6em;
  margin-bottom: 1.5em;
}

.section-service p {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8em;
}
}






.pagetitle {
  width: 100%;
  background: #f9f8f7;
  margin-bottom: 50px;
}
.pagetitle .inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 50px 30px;
}

.pagetitle h2 {
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.4em;
  letter-spacing: 0.05em;
  margin-bottom: 0;
}
.pagetitle p.subtext {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.8em;
  letter-spacing: 0.05em;
  color: #006ea8;
}

@media screen and (max-width:1160px) {
.container {
  padding: 0 50px;
}
.pagetitle .inner {
  padding: 50px 50px;
}
}

@media screen and (max-width:480px) {
.container {
  padding: 0 20px;
}
.pagetitle .inner {
  padding: 30px 20px;
}
.pagetitle h2 {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.4em;
  letter-spacing: 0.05em;
  margin-bottom: 0;
}
.pagetitle p.subtext {
  text-align: center;
  font-size: 1.2rem;
}
}







#about-gac p {
  margin-bottom: 1em;
}
.heading-about-gac {
  font-size: 3.0rem;
  font-weight: 500;
  line-height: 1.8em;
  margin-bottom: 1em;
}


.normal-tab a,
.normal-tab a:visited {
  color: #006ea8;/*1558d6*/
  /*text-decoration: underline #1558d6 dotted 1px;*/
  text-underline-offset: 0.3em;
  transition: 0.3s ease-in-out;
}
.normal-tab a:hover {
  color: #ff7d00;
  text-decoration: underline #ff7d00 dotted 1px;
}

.icon-pdf {
  width: 50px;
  margin-right: 10px;
}

#outline th {
  white-space: nowrap;
}

.materials-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.materials-wrap::before{
  content: "";
  display: block;
  width: 24%;
  order: 1;
}
.materials-wrap::after{
  content: "";
  display: block;
  width: 24%;
}



.materials-item {
  /*max-width: 180px;*/
  width: 24%;
  /*margin-right: 20px;*/
  /*margin-right: 3%;*/
  margin-bottom: 20px;
}

.materials-item img {
  margin-bottom: 5px
}
.materials-item p {
  line-height: 1.5em;
}
.materials-caption p {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.5em;
  margin-top: 10px;
}

@media screen and (max-width:980px) {
.materials-item {
  width: 48.3%;
}
}




#history dl {

}
#history dl dt {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.8em;
  background: #f9f8f7;
  padding: 5px 10px;
  margin-bottom: 10px;
}

#history dl dd {
  font-size: 1.6rem;
  line-height: 1.8em;
  margin-left: 10px;
  margin-bottom: 2em;
}












.fb-timeline {
  margin: 50px auto;
  text-align: center;
}




/* お問い合わせ
-----------------------------------------------------------------*/

.section-form {
  margin-bottom: 100px;
}





