@charset "utf-8";
/* ===============================================
# common
=============================================== */
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
body {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  padding: 0;
  /*word-break : break-all;*/
  word-wrap : break-word;
  overflow-wrap : break-word;
  font-size: 100%; /* 16px */
  color: #000000;
  background-color: #fff;
  line-height: 1.5;
}
@media all and (-ms-high-contrast:none) {
	body {
		font-family: "メイリオ",Meiryo,"游ゴシック",YuGothic,"ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	}
}
.wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: url(../img/bg_wrapper.png) repeat top center;
}
.inner {
  position: relative;
  width: 96%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
h3 {
  text-align: center;
}
a, a:visited {
  color: #000000;
  text-decoration: none;
}
img {
  max-width: 100%;
  vertical-align: bottom;
  -webkit-backface-visibility: hidden;
}
.svgimg{
  width: 100%;
}
.for_pc {
  display: block;
}
.for_sp {
  display: none;
}
span.for_pc, br.for_pc, img.for_pc {
  display: inline;
}
span.for_sp, br.for_sp, img.for_sp {
  display: none;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

@media screen and (max-width : 767px) {
  html {
    font-size: 62.5%;
  }
  body {
    font-size: 10px;
    font-size: 1.0rem;
    -webkit-text-size-adjust: 100%;
  }
  .wrapper {
    min-width: 100%;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .inner {
    width: 94.6%;
  }
  img {
    width: 100%;
    height: auto;
  }
  .for_pc {
    display: none;
  }
  .for_sp {
    display: block;
  }
  span.for_pc,  br.for_pc,  img.for_pc {
    display: none;
  }
  span.for_sp,  br.for_sp,  img.for_sp {
    display: inline;
  }
}
/* マウスオーバー */
.ov {
  display: block;
}

@media screen and (min-width : 768px) {
.ov {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.ov:hover {
  opacity: 0.6;
  text-decoration: none;
}
}

@media print, screen and (min-width : 768px) {
/*  a.tellink{
    pointer-events: none;
  }*/
}
/*グレースケール*/
.grayscale {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.4;
  pointer-events: none;
}
.nolinkop {
  background-color: #c0bfbe;
}
.nolinkop > * {
  opacity: 0.4;
}
.nolink {
  pointer-events: none;
}
/* ===============================================
# フォント
=============================================== */
.textBold {
  font-weight: bold;
}
.textLeft {
  text-align: right;
}
.textRight {
  text-align: right;
}
.textCenter {
  text-align: center;
}
b, strong {
  font-weight: bold;
}
.textRed {
  color: #de0304;
}

/* ===============================================
# main
=============================================== */
main{
  position: relative;
  padding-bottom: 73px;
}

@media screen and (min-width : 768px){
  main::before,
  main::after{
    position: absolute;
    bottom: 0;
    z-index:0;
  }
  main::before{
    width: 56.8%;
    height: 326px;
    max-width: 796px;
    left: 0;
    content: '';
    background: url(../img/bg_cloud01.png)no-repeat bottom left;
    background-size: 100% auto;
  }
  main::after{
    width:29%;
    height: 255px;
    max-width: 406px;
    right: 0;
    content: '';
    background: url(../img/bg_cloud02.png)no-repeat bottom right;
    background-size: 100% auto;
  }
}
@media screen and (max-width : 767px){
  main{
    background: url(../../img_sp/bg_cloud.png) no-repeat bottom center;
    background-size: 100% auto;
    padding-bottom: 28.5%;
  }
}

/* ===============================================
# header
=============================================== */
@media print, screen and (min-width : 768px) {
  .gnavi {
    position: relative;
    width: 100%;
    z-index: 90;
    margin-bottom: 36px;
    background: #fff;
  }
  .gnavi::before {
    content: '';
    display: block;
    width: 100%;
    height: 20px;
    background: url(../img/bg_header_topline.png)repeat-x top center;
    z-index: 0;
  }
  .gnavi::after {
    position: absolute;
    bottom: -36px;
    left: 0;
    content: '';
    display: block;
    width: 100%;
    height: 36px;
    background: url(../img/bg_header.png)repeat-x bottom center;
  }
  .gnavi .inner {
    position: relative;
  }
  .gnavi ul.mainmenu {
    float: left;
    width: 87.5%;
  }
  .gnavi ul.mainmenu > li {
    position: relative;
    float: left;
    text-align: center;
    margin-top: 3%;
  }
  .gnavi ul.mainmenu > li.home {
    width: 12.6%;
  }
  .gnavi ul.mainmenu > li.about {
    width: 13.1%;
  }
  .gnavi ul.mainmenu > li.policy {
    width: 14.1%;
  }
  .gnavi ul.mainmenu > li.program {
    width: 13.3%;
  }
  .gnavi ul.mainmenu > li.sheet {
    width: 13.7%;
  }
  .gnavi ul.mainmenu > li.logo {
    width: 33.2%;
    margin-top: 0;
  }
  .gnavi ul.mainmenu > li.logo img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 10;
  }
  .gnavi ul.mainmenu > li a {
    display: block;
    transition: all 0.5s;
  }
  .gnavi ul.mainmenu > li span {
    display: block;
    margin: 0 auto 12px;
    transform-origin: right bottom;
  }
  .gnavi ul.mainmenu > li.home span {
    width: 50%;
  }
  .gnavi ul.mainmenu > li.about span {
    width: 47.8%;
  }
  .gnavi ul.mainmenu > li.policy span {
    width: 43%;
  }
  .gnavi ul.mainmenu > li.program span {
    width: 49%;
  }
  .gnavi ul.mainmenu > li.sheet span {
    width: 46%;
  }
  .gnavi ul.mainmenu > li > a:hover span {
    -webkit-transform: rotate(8deg) translateY(-3px);
    -ms-transform: rotate(8deg) translateY(-3px);
    transform: rotate(8deg) translateY(-3px);
  }
  .gnavi ul.mainmenu > li::after {
    content: url(../img/bg_header_dot.svg);
    width: 3px;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .gnavi ul.mainmenu > li.logo::after {
    display: none;
  }
  .gnavi ul.mainmenu > li.home::before,  .gnavi ul.mainmenu > li.program::before {
    content: url(../img/bg_header_dot.svg);
    width: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  /*TEL*/
  .gnavi .box_tel {
    float: right;
    width: 11.2%;
    padding-top: 1.6%;
  }
  /*サブメニュー*/
  .gnavi .submenu {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -75px;
    z-index: 100;
    padding-top: 10px;
    width: 150px;
    display: none;
  }
  .gnavi .submenu li {
    padding: 0 16px;
    background-color: #fff8b9;
    line-height: 1.3;
  }
  .gnavi .submenu a {
    padding: 18px 0;
    text-align: center;
    color: #1C6758;
    font-weight: bold;
  }
  .gnavi .submenu li:nth-child(n + 2) a{
    border-top: dotted 2px #69BD83;
  }
}

@media screen and (max-width : 767px) {
  .gnavi {
    position: relative;
    width: 100%;
    z-index: 90;
    margin-bottom: 25px;
    background: #fff;
  }
  .gnavi::before {
    content: '';
    display: block;
    width: 100%;
    height: 20px;
    background: url(../img/bg_header_topline.png)repeat-x top center;
    z-index: 0;
  }
  .gnavi::after {
    position: absolute;
    bottom: -25px;
    left: 0;
    content: '';
    display: block;
    width: 100%;
    height: 25px;
    background: url(../img_sp/bg_header.png)repeat-x bottom center;
    background-size: auto 100%;
  }
  .gnavi .inner {
    position: relative;
    width: 100%;
  }
  .gnavi .inner .box_illust {
    width: 35.6%;
    margin: 16px auto 0;
  }
  .gnavi .inner h1.for_sp {
    width: 62.2%;
    margin: 13.5px auto 0;
  }
  .gnavi ul.mainmenu {
    margin-top: 15px;
  }
  .gnavi ul.mainmenu > li {
    position: relative;
    float: left;
    text-align: center;
  }
  .gnavi ul.mainmenu > li.home {
    display: none;
  }
  .gnavi ul.mainmenu > li.about {
    width: 26%;
    padding-left: 1.6%;
  }
  .gnavi ul.mainmenu > li.policy {
    width: 24.4%;
  }
  .gnavi ul.mainmenu > li.program {
    width: 24.4%;
  }
  .gnavi ul.mainmenu > li.sheet {
    width: 25.2%;
    padding-right: 1%;
  }
  .gnavi ul.mainmenu > li.logo {
    display: none;
  }
  .gnavi ul.mainmenu > li a {
    display: block;
  }
  .gnavi ul.mainmenu > li span {
    display: block;
    margin: 0 auto 10px;
  }
  .gnavi ul.mainmenu > li.about span {
    width: 57.9%;
  }
  .gnavi ul.mainmenu > li.policy span {
    width: 57.9%;
  }
  .gnavi ul.mainmenu > li.program span {
    width: 57.9%;
  }
  .gnavi ul.mainmenu > li.sheet span {
    width: 58.4%;
  }
  .gnavi ul.mainmenu > li:not(.sheet)::after {
    content: '';
    display: block;
    width: 3px;
    height: 11px;
    background: url(../img_sp/bg_header_dot.svg) no-repeat top center;
    background-size: contain;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .gnavi .submenu {
    display: none;
  }
}
/* ===============================================
# main
=============================================== */
main {
  display: block;
}
/* ===============================================
# footer
=============================================== */
#footer {
  background: url(../img/bg_footer.png)repeat top center;
  padding-bottom: 20px;
  color: #1C6758;
  text-align: center;
}
#footer a {
  color: #1C6758;
}
#footer::before {
  content: '';
  display: block;
  height: 6px;
  width: 100%;
  background: url(../img/bg_footer_line.png)repeat-x top center;
}
#footer .inner {
  padding-top: 20px;
  width: 572px;
  margin: 0 auto;
  background: url(../img/img_footer.png) no-repeat top center;
}
/*ロゴ*/
#footer .logo {
  width: 280px;
  text-align: center;
  margin: 0 auto 18px;
}
#footer .logo img{
  width: 100%;
  height: auto;
}
/*電話*/
#footer .tel a {
  background-color: #62cce6;
  width: 260px;
  padding: 5px 0;
  border-radius: 20px;
  text-align: center;
  color: #fff;
  font-size: 137.5%;
  font-weight: bold;
  letter-spacing: 0.03em;
  margin: 0 auto;
  line-height: 29px;
}
#footer .tel a span{
  display: inline-block;
  background: url(../img/ico_tel.png)no-repeat left center;
  background-size: 22px auto;
  padding-left: 36px;
  min-height: 29px;
}
/*住所*/
#footer .adr {
  font-weight: bold;
  margin-top: 9px;
}
#footer .adr a {
  position: relative;
  display: inline-block;
  margin-left: 9px;
  width: 31px;
  height: 31px;
  vertical-align: middle;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border: solid 1px #1C6758;
  border-radius: 50%;
  background-color: #fff;
}
#footer .adr a::after {
  content: '';
  position: absolute;
  top:0;
  left: 0;
  width: 31px;
  height: 31px;
  background: url(../img/ico_map.png)no-repeat center center;
  background-size:15px 15px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#footer .adr a::before {
  content: '';
  position: absolute;
  bottom: -31px;
  left: 0;
  width: 31px;
  height: 31px;
  background-color: #1C6758;
}
/*リンク*/
#footer .link {
  display: inline-block;
  margin: 10px auto 0;
}
#footer .link li {
  float: left;
  padding: 0 10px;
  line-height: 1;
  font-size: 87.5%;
}
#footer .link li:nth-child(2) {
  border-left: 1px solid #1C6758;
}
/*コピー*/
#footer .copy {
  margin-top: 5px;
  font-size: 87.5%;
}

@media screen and (min-width : 768px) {
  #footer .adr a:hover{
  }
  #footer .adr a:hover::after{
    background: url(../img/ico_map_on.png)no-repeat center center;
    background-size:15px 15px;
  }
  #footer .adr a::before {
    -webkit-animation: map_out 0.3s forwards;
    animation: map_out 0.3s forwards;
  }
  #footer .adr a:hover::before {
    -webkit-animation: map 0.3s forwards;
    animation: map 0.3s forwards;
  }
}
 @-webkit-keyframes map {
   0% {opacity: 0;top:31px;}
   100% { opacity: 1;top:0;}
  }
 @keyframes map {
   0% {opacity: 0;top:31px;}
   100% { opacity: 1;top:0;}
}
 @-webkit-keyframes map_out {
   0% {opacity: 1;top:0;}
   100% {opacity: 0;top:31px;}
  }
 @keyframes map_out {
   0% {opacity: 1;top:0;}
   100% {opacity: 0;top:31px;}
  }

@media screen and (max-width :767px) {
  #footer {
    background: url(../img/bg_footer.png)repeat top center;
    padding-bottom: 25px;
  }
  #footer::before {
    display: none;
  }
  #footer .inner {
    padding-top: 20px;
    width: 91.2%;
    background: none;
  }
  /*ロゴ*/
  #footer .logo {
    width: 74.4%;
    margin-bottom: 24px;
  }
  /*電話*/
  #footer .tel a {
    width: 90%;
    max-width: 261px;
    font-size: 2.2rem;
  }
  #footer .tel a span{
    padding-left: 30px;
  }
  /*住所*/
  #footer .adr {
    margin-top: 15px;
    font-size: 1.5rem;
  }
  #footer .adr a {
    margin-left: 10px;
  }
  #footer .adr a::after {
  }
  /*リンク*/
  #footer .link {
    display: table;
    width: 100%;
    margin: 15px auto 0;
  }
  #footer .link li {
    display: table-cell;
    padding: 0 15px;
    font-size: 1.4rem;
    width: 53%;
  }
  #footer .link li:nth-child(2) {
    width: 47%;
  }
  /*コピー*/
  #footer .copy {
    margin-top: 10px;
    font-size: 1.4rem;
  }
}
/* pagetop
----------------------------------------------- */
.backtoup {
 background-color: #FFDB6D;
}
.pagetop {
  position: fixed;
  z-index: 500;
  width: 60px;
  height: auto;
  right: 30px;
  bottom: -110px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.pagetop.on {
  bottom: 30px;
}

@media screen and (max-width :767px) {
  .pagetop {
    display: block;
    width: 16%;
    max-width: 60px;
    right: 2.6%;
    bottom: -200%;
  }
  .pagetop.on {
    bottom: 0;
    margin-bottom: 2.6%;
  }
}
/* -----------------------------------------------
margin
----------------------------------------------- */
.mt_05 {
  margin-top: 5px!important;
}
.mt_10 {
  margin-top: 10px!important;
}
.mt_15 {
  margin-top: 15px!important;
}
.mt_20 {
  margin-top: 20px!important;
}
.mt_25 {
  margin-top: 25px!important;
}
.mt_30 {
  margin-top: 30px!important;
}
.mt_35 {
  margin-top: 35px!important;
}
.mt_40 {
  margin-top: 40px!important;
}
.mt_45 {
  margin-top: 45px!important;
}
.mt_50 {
  margin-top: 50px!important;
}
.mt_60 {
  margin-top: 60px!important;
}
.mb_10 {
  margin-bottom: 10px!important;
}
.mb_15 {
  margin-bottom: 15px!important;
}
.mb_20 {
  margin-bottom: 20px!important;
}
.mb_25 {
  margin-bottom: 25px!important;
}
.mb_30 {
  margin-bottom: 30px!important;
}
.mb_35 {
  margin-bottom: 35px!important;
}
.mb_40 {
  margin-bottom: 40px!important;
}
.mb_50 {
  margin-bottom: 50px!important;
}
.mb_60 {
  margin-bottom: 60px!important;
}
/* -----------------------------------------------
padding
----------------------------------------------- */
.pl_10 {
  padding-left: 10px;
}
.pl_20 {
  padding-left: 20px;
}
.pl_30 {
  padding-left: 30px;
}
.pl_40 {
  padding-left: 40px;
}
.pr_10 {
  padding-right: 10px;
}
.pr_20 {
  padding-right: 20px;
}
.pr_30 {
  padding-right: 30px;
}
.pr_40 {
  padding-right: 40px;
}
