@charset "UTF-8";
/* ----------------------------------------------
header
----------------------------------------------*/
header {
  height: 88px;
}
@media print, screen and (min-width:768px) {
  header {
    height: 156px;
  }
  nav {
    top: -156px;
  }
}

/*----------------------------------------------
 mainVisual
----------------------------------------------*/
#mainVisual {
  width: 100%;
  height: 465px;
  background-color: #ffeb78;
  overflow: hidden;
  position: relative;
}
#mainVisual h1 {
  width: 385px;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
#mainVisual img {
  max-width: 100%;
}
@media screen and (max-width:374px) {
  #mainVisual {
    height: auto;
    padding-bottom: 13px;
  }
  #mainVisual h1 {
    width: calc(100% + 6px);
    position: relative;
  }
}
@media print, screen and (min-width:768px) {
  #mainVisual {
    width: 100%;
    height: auto;
    padding-bottom: 50px;
  }
  #mainVisual h1 {
    width: 982px;
    margin: 0 auto;
    position: relative;
    top: auto;
    left: auto;
    transform: none;
  }
}

/*----------------------------------------------
 section
----------------------------------------------*/
section {
  padding: 87px 0;
}
section.yellow {
  padding: 60px 0;
}
@media print, screen and (min-width:768px) {
  section {
    padding: 117px 0 110px;
  }
  section.yellow {
    padding: 90px 0;
  }
}

/*----------------------------------------------
 service
----------------------------------------------*/
#service {
  padding: 60px 0 27px;
}
#service img {
  max-width: 100%;
  height: auto;
}
#service .titleWrap {
  padding-bottom: 30px;
}
#service h2 img {
  width: 199px;
  height: auto;
}
#service .lead {
  width: 100%;
  position: relative;
  padding-bottom: 113px;
}
#service .lead .text {
  width: 100%;
  padding: 23px 23px 25px;
  border: 2px solid #ccc;
  border-radius: 15px;
  font-size: 1.8rem;
  line-height: 2;
  font-weight: 500;
}
#service .lead .illust {
  width: 148px;
  position: absolute;
  right: 4px;
  bottom: -15px;
}
#service .serviceBox {
  padding-bottom: 50px;
}
#service .serviceBox .inner {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#service .serviceBox .inner .illust {
  width: calc(100% - 85px);
  max-width: 290px;
  order: 2;
}
#service .serviceBox .inner h3 {
  width: 85px;
  padding: 0 32px 0 0;
  position: relative;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  color: #333;
  font-size: 2.5rem;
  line-height: 1;
  font-weight: 700;
  order: 1;
}
#service .serviceBox .inner h3::before {
  content: "";
  width: 6px;
  height: 96px;
  background: url(../top-img/service-line-sp.svg) left top no-repeat;
  background-size: 6px 96px;
  position: absolute;
  right: -3px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
#service .serviceBox .text {
  padding: 28px 15px 17px;
  font-size: 1.7rem;
  line-height: 1.8;
}
#service .serviceBox ul {
	margin-bottom: 20px;
  list-style: none;
  padding: 0 15px;
}
#service .serviceBox li {
	padding-left: 35px;
	font-size: 1.8rem;
  line-height: 1.3;
	font-weight: 500;
	background: url("../top-img/midashi-icon.svg") no-repeat left top;
	background-size: 25px auto;
}
#service .serviceBox li span {
	display: inline-block;
	font-size: 1.5rem;
	font-weight: 400;
}
#service .serviceBox li + li {
	margin-top: 20px;
}
#service .btn {
  width: calc(100% - 60px);
  max-width: 315px;
  margin: -20px auto 30px;
  padding: 0 0 40px;
}
#service .btn a {
  display: block;
  width: 100%;
  height: 60px;
  padding: 20px 112px 0 0;
	border: 2px solid #ffeb78;
  background-color: #fff;
  border-radius: 30px;
  position: relative;
  color: #666;
  font-size: 2rem;
  line-height: 1;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
}
#service .btn a::after {
  content: "";
  width: 124px;
  height: 42px;
  background: url(../img/btn-arrow01.svg) left top no-repeat;
  background-size: 124px　42px;
  position: absolute;
  top: 9px;
  right: -13px;
}
@media print, screen and (min-width:768px) {
  #service {
    padding: 100px 0 110px;
  }
  #service .titleWrap {
    margin-bottom: 65px;
  }
  #service h2 img {
    width: 38px;
    height: auto;
  }
  #service .lead {
    width: 820px;
    padding-bottom: 0;
  }
  #service .lead .text {
    width: 720px;
    padding: 34px 38px;
    border-radius: 20px;
    font-size: 2rem;
    line-height: 2;
  }
  #service .lead .illust {
    width: 156px;
    position: absolute;
    right: 0;
    bottom: -62px;
  }
  #service .wrap {
    display: flex;
    justify-content: space-between;
  }
  #service .serviceBox {
    width: 310px;
    padding-bottom: 0;
  }
  #service .serviceBox .inner {
    width: 100%;
    display: block;
  }
  #service .serviceBox .inner .illust {
    width: 100%;
    max-width: 290px;
    text-align: center;
    margin: 0 auto;
  }
  #service .serviceBox .inner h3 {
    width: 100%;
    padding: 30px 0 28px 0;
    position: relative;
    -webkit-writing-mode:horizontal-tb;
    -ms-writing-mode:lr-tb;
    writing-mode:horizontal-tb;
    font-size: 2.8rem;
    line-height: 1;
    text-align: center;
  }
  #service .serviceBox .inner h3::before {
    content: "";
    width: 96px;
    height: 6px;
    background: url(../top-img/service-line.svg) left top no-repeat;
    background-size: 96px 6px;
    position: absolute;
    right: auto;
    left: 50%;
    top: auto;
    bottom: -3px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  #service .serviceBox .text {
    width: 290px;
    margin: 0 auto;
    padding: 30px 0 24px;
    font-size: 1.8rem;
    line-height: 1.8;
  }
  #service .serviceBox ul {
    width: 290px;
    padding: 0;
    margin: 0 auto;
  }
#service .serviceBox li span {
	font-size: 1.4rem;
}
	#service .btn {
    width: 290px;
    max-width: auto;
    margin: 60px 0 0 auto;
    padding: 0 0 50px 0;
  }
  #service .btn a {
    width: 100%;
    padding: 18px 112px 0 0;
    font-size: 2.2rem;
    line-height: 1;
    -webkit-transition: all .4s;
    transition: all .4s;
  }
  #service .btn a span {
    position: relative;
    z-index: 1;
  }
  #service .btn a::before {
    content: "";
    width: 0;
    height: 100%;
    background-color: #fff58c;
    border-radius: 30px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transition: all .4s;
    transition: all .4s;
  }
  #service .btn a:hover::before {
    width: 100%;
  }
}

/*----------------------------------------------
 achievement
----------------------------------------------*/
#achievement img {
  max-width: 100%;
  height: auto;
}
#achievement .titleWrap {
  padding-bottom: 40px;
}
#achievement h2 img {
  width: 117px;
  height: auto;
}
#achievement .lead {
  width: 100%;
  position: relative;
}
#achievement .lead .text {
  width: 100%;
  padding: 23px;
  border: 2px solid #fff;
  border-radius: 15px;
  font-size: 1.8rem;
  line-height: 2;
  font-weight: 500;
}
#achievement .lead .illust {
  width: 133px;
  position: absolute;
  right: 4px;
  top: -77px;
}
@media screen and (max-width:340px) {
  #achievement h2 {
    padding-right: 40px;
  }
}
#achievement .btn {
  width: calc(100% - 60px);
  max-width: 315px;
  margin: 0 auto;
  padding: 0 0 40px;
}
#achievement .btn a {
  display: block;
  width: 100%;
  height: 60px;
  padding: 20px 112px 0 0;
  background-color: #fff;
  border-radius: 30px;
  position: relative;
  color: #666;
  font-size: 2rem;
  line-height: 1;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
}
#achievement .btn a::after {
  content: "";
  width: 124px;
  height: 42px;
  background: url(../img/btn-arrow01.svg) left top no-repeat;
  background-size: 124px　42px;
  position: absolute;
  top: 9px;
  right: -13px;
}
#achievement .photo {
  padding: 0 15px;
  text-align: center;
}
@media print, screen and (min-width:768px) {
  #achievement .titleWrap {
    padding-bottom: 50px;
  }
  #achievement h2 img {
    width: 38px;
    height: auto;
  }
  #achievement .lead {
    width: 820px;
    padding-bottom: 0;
  }
  #achievement .lead .text {
    width: 100%;
    padding: 34px 38px;
    border-radius: 20px;
    font-size: 2rem;
    line-height: 2;
  }
  #achievement .lead .illust {
    width: 161px;
    right: 164px;
    top: -93px;
  }
  #achievement .btn {
    width: 290px;
    max-width: auto;
    margin: 0 0 0 auto;
    padding: 0 0 50px 0;
  }
  #achievement .btn a {
    width: 100%;
    padding: 18px 112px 0 0;
    font-size: 2.2rem;
    line-height: 1;
    -webkit-transition: all .4s;
    transition: all .4s;
  }
  #achievement .btn a span {
    position: relative;
    z-index: 1;
  }
  #achievement .btn a::before {
    content: "";
    width: 0;
    height: 100%;
    background-color: #b3b3b3;
    border-radius: 30px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transition: all .4s;
    transition: all .4s;
  }
  #achievement .btn a:hover::before {
    width: 100%;
  }
  #achievement .btn a:hover {
    color: #fff;
  }
  #achievement .photo {
    padding: 0;
    text-align: center;
  }
}

/*----------------------------------------------
 about us
----------------------------------------------*/
#aboutUs img {
  max-width: 100%;
  height: auto;
}
#aboutUs h2 {
  padding: 0;
}
#aboutUs h2 img {
  width: 114px;
  height: auto;
}
#aboutUs ul {
  list-style: none;
  padding: 5px 15px 0;
}
#aboutUs li {
  padding-top: 40px;
  position: relative;
}
#aboutUs li:nth-child(odd) {
  padding-right: 65px;
}
#aboutUs li:nth-child(even) {
  padding-left: 65px;
}
#aboutUs li a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 120px;
  padding: 0 0 0 30px;
  border: 2px solid #ffe664;
  border-radius: 15px;
  background: url(../top-img/aboutus-arrow.svg) right 33px center no-repeat;
  background-size: 46px 18px;
  color: #333;
  font-size: 2.6rem;
  line-height: 1.2;
  font-weight: 500;
  text-decoration: none;
}
#aboutUs li:nth-child(2) a {
  padding: 0 0 0 40px;
}
#aboutUs li .illust {
  position: absolute;
}
#aboutUs li:nth-child(odd) .illust {
  bottom: 0;
  right: 0;
  text-align: right;
}
#aboutUs li:nth-child(1) .illust {
  width: 79px;
}
#aboutUs li:nth-child(2) .illust {
  width: 101px;
  bottom: -15px;
  left: 0;
}
#aboutUs li:nth-child(3) .illust {
  width: 81px;
}
@media screen and (max-width:340px) {
  #aboutUs li a {
    padding: 0 0 0 15px;
    background-position: right 20px center;
  }
  #aboutUs li:nth-child(2) a {
    padding: 0 0 0 35px;
  }
}
@media print, screen and (min-width:768px) {
  #aboutUs .wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  #aboutUs h2 img {
    width: 36px;
    height: auto;
  }
  #aboutUs ul {
    width: 840px;
    padding: 0;
    display: flex;
    justify-content: space-between;
  }
  #aboutUs li {
    padding-top: 0;
  }
  #aboutUs li:nth-child(odd) {
    width: 247px;
    padding-right: 0;
  }
  #aboutUs li:nth-child(even) {
    width: 266px;
    padding-left: 0;
  }
  #aboutUs li a {
    justify-content: center;
    width: 190px;
    height: 190px;
    padding: 0 0 23px;
    border-radius: 50%;
    background: url(../top-img/aboutus-arrow.svg) center bottom 35px no-repeat;
    background-size: 46px 18px;
    font-size: 2.8rem;
    line-height: 1.2;
    text-align: center;
    -webkit-transition: all .5s;
    transition: all .5s;
  }
  #aboutUs li:nth-child(2) a {
    padding: 0 0 23px;
  }
  #aboutUs li:nth-child(odd) .illust {
    bottom: -21px;
  }
  #aboutUs li:nth-child(2) .illust {
    bottom: -21px;
    left: auto;
    right: 0;
  }
  #aboutUs li a:hover {
    background: #fffde6 url(../top-img/aboutus-arrow-over.svg) center bottom 35px no-repeat;
    background-size: 46px 18px;
  }
}

/*----------------------------------------------
 news
----------------------------------------------*/
#news {
  z-index: 1;
}
#news img {
  max-width: 100%;
  height: auto;
}
#news h2 {
  padding: 0;
}
#news h2 img {
  width: 139px;
  height: auto;
}
#news ul {
  list-style: none;
  max-width: 375px;
  margin: 0 auto;
  padding: 15px 5px 0;
}
#news li {
  padding-top: 30px;
  position: relative;
}
#news li a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 216px;
  background: url(../top-img/news.svg) left top no-repeat;
  background-size: 266px 216px;
  font-weight: 400;
  text-decoration: none;
}
#news li a .text {
  width: 231px;
  margin-right: -1px;
  padding: 0 0 0 40px;
}
#news li a .date {
  width: 150px;
  margin: 0 auto;
  padding: 5px 0 12px;
  border-bottom: 1px solid #ffda46;
  color: #808080;
  font-size: 1.6rem;
  line-height: 1;
  text-align: center;
}
#news li a .title {
  padding-top: 15px;
  color: #4d4d4d;
  font-size: 1.6rem;
  line-height: 1.6;
}
#news li a .photo {
  width: 140px;
  margin-top: 60px;
  padding: 5px;
  border-radius: 8px;
  background-color: #fff;
}
#news li a .photo img {
  width: 100%;
  height: auto;
  max-width: auto;
  border-radius: 8px;
}
@media screen and (max-width:370px) {
  #news ul {
    max-width: 320px;
    margin: 0 auto;
    padding: 15px 0 0 0;
  }
  #news li a {
    background: url(../top-img/news.svg) right 66px top no-repeat;
    background-size: 266px 216px;
  }
}
#news .btn {
  padding: 30px 15px 0;
}
#news .btn a {
  display: block;
  width: 262px;
  height: 41px;
  margin: 0 0 0 auto;
  padding: 5px 0 0 102px;
  background: url(../top-img/news-btn-sp.svg) left bottom no-repeat;
  background-size: 262px 41px;
  color: #666;
  font-size: 2rem;
  line-height: 1;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
}
@media print, screen and (min-width:768px) {
  #news .wrap {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  #news h2 img {
    width: 39px;
    height: auto;
  }
  #news ul {
    width: 840px;
    max-width: 840px;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
  }
  #news li {
    width: 266px;
    padding-top: 0;
  }
  #news li a {
    display: block;
    width: 100%;
    height: auto;
  }
  #news li a .text {
    width: 100%;
		min-height: 184px;
    margin-right: 0;
    padding: 0;
  }
  #news li a .date {
    padding: 40px 0 12px;
  }
  #news li a .title {
    width: 182px;
    margin: 0 auto;
  }
  #news li a .photo {
    width: 170px;
    margin: 12px auto 0;
    border-radius: 10px;
  }
  #news li a .photo img {
    border-radius: 10px;
  }
  #news li a:hover {
    opacity: 0.8;
    -webkit-transition: all .5s;
    transition: all .5s;
  }
  #news .btn {
    padding: 30px 0 0;
  }
  #news .btn a {
    width: 302px;
    height: 51px;
    padding: 10px 0 0 126px;
    background: url(../top-img/news-btn.svg) left bottom no-repeat;
    background-size: 302px auto;
    font-size: 2.2rem;
    line-height: 1;
    -webkit-transition: all .5s;
    transition: all .5s;
  }
  #news .btn a:hover {
    background: url(../top-img/news-btn-over.svg) left bottom no-repeat;
    background-size: 302px auto;
  }
}

/*----------------------------------------------
 contact
----------------------------------------------*/
#contact {
  background: #ffda46 url(../img/back.svg) center top repeat;
  background-size: 32px 32px;
  z-index: 0;
}
#contact img {
  max-width: 100%;
  height: auto;
}
#contact .titleWrap {
  padding-bottom: 20px;
}
#contact h2 img {
  width: 173px;
  height: auto;
}
#contact .lead {
  width: 100%;
  position: relative;
  padding-bottom: 74px;
}
#contact .lead .text {
  width: 100%;
  padding: 23px;
  border: 2px solid #fff;
  border-radius: 15px;
  font-size: 1.8rem;
  line-height: 2;
  font-weight: 500;
}
#contact .lead .illust {
  width: 143px;
  position: absolute;
  right: 9px;
  bottom: 0;
}
#contact .btn {
  width: calc(100% - 60px);
  max-width: 315px;
  margin: 0 auto;
}
#contact .btn a {
  display: block;
  width: 100%;
  height: 60px;
  padding: 20px 112px 0 0;
  background-color: #fff;
  border-radius: 30px;
  position: relative;
  color: #666;
  font-size: 2rem;
  line-height: 1;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
}
#contact .btn a::after {
  content: "";
  width: 124px;
  height: 42px;
  background: url(../img/btn-arrow02.svg) left top no-repeat;
  background-size: 124px　42px;
  position: absolute;
  top: 9px;
  right: -13px;
}
@media print, screen and (min-width:768px) {
  #contact {
    width: 100%;
  }
  #contact .sectionWrap {
    width: 980px;
    margin: 0 auto;
  }
  #contact .titleWrap {
    margin-bottom: 30px;
  }
  #contact h2 img {
    width: 34px;
    height: auto;
  }
  #contact .lead {
    width: 820px;
    padding-bottom: 0;
  }
  #contact .lead .text {
    width: 720px;
    padding: 34px 38px;
    border-radius: 20px;
    font-size: 2rem;
    line-height: 2;
  }
  #contact .lead .illust {
    width: 119px;
    position: absolute;
    right: 7px;
    bottom: -80px;
  }
  #contact .btn {
    width: 290px;
    max-width: auto;
    margin: 0 0 0 357px;
  }
  #contact .btn a {
    width: 100%;
    padding: 18px 112px 0 0;
    font-size: 2.2rem;
    line-height: 1;
    -webkit-transition: all .4s;
    transition: all .4s;
  }
  #contact .btn a span {
    position: relative;
    z-index: 1;
  }
  #contact .btn a::before {
    content: "";
    width: 0;
    height: 100%;
    background-color: #fff58c;
    border-radius: 30px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transition: all .4s;
    transition: all .4s;
  }
  #contact .btn a:hover::before {
    width: 100%;
  }
  #contact .btn a:hover {
    color: #333;
  }
}

/*----------------------------------------------
 relatedSites
----------------------------------------------*/

#siteList {
  width: 100%;
  position: relative;
  padding: 30px 0 50px;
}
#siteList::before {
  content: "";
  width: 100%;
  height: 34px;
  background: url(../img/wavyline-white.svg) center top repeat-x;
  background-size: 51px 34px;
  position: absolute;
  top: -17px;
  left: 0;
}
#relatedSites img {
  max-width: 100%;
  height: auto;
}
ul#relatedSites {
  list-style: none;
  padding: 0 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#relatedSites li {
  width: 118px;
  padding: 0 4px 12px;
}

ul#sectionWrap-4 {
  width: 100%;
  max-width: 356px;
  margin: 0px auto 12px;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#sectionWrap-4 li {
  margin: 0px 0px 12px;
  width: 50%;
  padding: 0 4px;
}
#relatedSites li span a {
  display: block;
  width: 100%;
  padding-top: 4px;
  color: #4d4d4d;
  font-size: 1rem;
  line-height: 1;
  font-weight: 400;
  text-align: center;
}
#sectionWrap-4 li a > img{
  width: 100%;
  height: auto;
}
@media print, screen and (min-width:768px) {
  #siteList {
    padding: 45px 0 48px;
  }
  #relatedSites .sectionWrap {
    width: 980px;
    margin: 0 auto;
  }
  #relatedSites ul {
    padding: 0;
  }
  #relatedSites li {
    width: 140px;
    padding: 0 10px 20px;
  }
  #relatedSites li span a {
    padding-top: 5px;
    font-size: 1.1rem;
    line-height: 1;
  }
  #siteList li a:hover {
    opacity: 0.7;
    -webkit-transition: all .5s;
    transition: all .5s;
  }
  ul#sectionWrap-4 {
  width: 100%;
  max-width: 100%;
  margin: 0px auto 12px;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#sectionWrap-4 li {
  margin: 0px 0px 12px;
  width: 170px;
  padding: 0 4px;
}

}