@charset "shift_jis";
img {
  -webkit-backface-visibility: hidden;
}

/*||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/

@media (min-width: 769px) {
  /*||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/
  .sp {
    display: none;
  }
  input.handler[type="checkbox"] {
    display: none;
  }
  html {
    width: 100%;
    min-height: 100%;
    box-sizing: border-box;
    font-size: 16px;
    position: relative;
    background: rgba(244, 244, 244, 1);
  }
  body {
    width: 100%;
    height: 100%;
    line-height: 1;
    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-feature-settings: "palt" 1;
  }
  section {}
  section>div.inner {
    position: relative;
    margin: 0 auto 0 auto;
  }
  .small {
    font-size: 12px !important;
  }


  #container a.external {
    padding-left: 10px;
  }
  #container a.external i {
    border: none;
    background: url('/data/kokusei/2020/ayumi/img/ico_external.png') no-repeat;
    width: 12px;
    height: 12px;
    display: inline-block;
    background-size: contain;
    position: static;
    border-width: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    margin-left: 5px;
  }
  #container a.external:hover i {
    background: url('/data/kokusei/2020/ayumi/img/ico_external_on.png') no-repeat;
    background-size: contain;
  }
  /* common parts
-----------------*/
  a.barelink {
    opacity: 1;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
  }
  a.barelink:hover {
    opacity: 0.6;
  }
  /*----*/
  a.arrowlink {
    display: inline-block;
    position: relative;
    font-size: 14px;
    letter-spacing: 0.1em;
    font-weight: bold;
    padding: 15px 0 15px 0;
    text-align: center;
    white-space: nowrap;
    color: rgba(255, 255, 255, 1);
    background-color: rgba(99, 99, 99, 1);
    text-decoration: none;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(99, 99, 99, 1);
    -webkit-transition-property: color, background-color;
    transition-property: color, background-color;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
  }
  a.arrowlink>i {
    position: absolute;
    top: 50%;
    left: 90%;
    width: 9px;
    height: 9px;
    margin: -4px 0 0 0;
    border-style: solid;
    border-width: 1px 1px 0 0;
    border-color: rgba(255, 255, 255, 1);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition-property: border-color;
    transition-property: border-color;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
  }
  a.arrowlink:hover {
    color: rgba(99, 99, 99, 1);
    background-color: rgba(255, 255, 255, 1);
  }
  a.arrowlink:hover>i {
    border-color: rgba(99, 99, 99, 1);
  }
  /*----*/
  i.twotoneline {
    display: block;
    position: relative;
    vertical-align: top;
    background-color: rgba(188, 221, 176, 1);
    margin: 0 auto 0 auto;
  }
  i.twotoneline>b {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background-color: rgba(117, 197, 175, 1);
  }
  /*----*/
  .imgtxtobj {
    display: inline-block;
    font-size: 0;
    vertical-align: top;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100% auto;
  }
  /*----*/
  .cornercolorbox {
    position: relative;
    border-style: solid;
    border-width: 8px;
    border-color: rgba(195, 231, 225, 1);
    margin: 0 auto 0 auto;
  }
  .cornercolorbox>i {
    position: absolute;
    width: 40px;
    height: 40px;
    border-style: solid;
    border-color: rgba(11, 141, 121, 1);
  }
  .cornercolorbox>i.nw {
    left: -8px;
    top: -8px;
    border-width: 8px 0 0 8px;
  }
  .cornercolorbox>i.ne {
    right: -8px;
    top: -8px;
    border-width: 8px 8px 0 0;
  }
  .cornercolorbox>i.se {
    right: -8px;
    bottom: -8px;
    border-width: 0 8px 8px 0;
  }
  .cornercolorbox>i.sw {
    left: -8px;
    bottom: -8px;
    border-width: 0 0 8px 8px;
  }
  /* acrobat
-------------*/
  .acrobat {
    background: rgba(230, 230, 230, 1);
    padding: 25px 30px 20px;
    box-sizing: border-box;
    overflow: hidden;
  }
  .acrobat .bnr img {
    width: 158px;
    float: left;
    margin-top: 8px;
    margin-right: 22px;
  }
  .acrobat p {
    width: 550px;
    float: left;
    font-size: 12px;
    line-height: 1.6;
  }
  .acrobat a {
    border-bottom: 1px solid #333;
    text-decoration: none;
    background: url('/data/kokusei/2020/ayumi/img/ico_external_on.png') no-repeat right;
    background-size: 12px 12px;
    padding-right: 12px;
    padding-left: 0 !important;
  }
  .acrobat a:hover {
    border-bottom: none;
  }
  /* header
-----------------*/
  header {
    min-width: 1024px;
    overflow: hidden;
    color: rgba(68, 68, 68, 1);
    background: rgba(255, 255, 255, 1);
  }
  header .logo {
    padding: 20px 0;
    margin-left: 30px;
    float: left;
  }
  header .logo span {
    display: block;
    width: 200px;
    height: 24px;
    font-size: 0;
    background: url('/data/kokusei/2020/ayumi/img/head_logo.gif') no-repeat;
    background-size: contain;
    text-decoration: none;
  }
  header .bnr {
    margin: 9px 30px 0 0;
    float: right;
  }
  header .bnr a {
    display: block;
    width: 157px;
    height: 47px;
    background: url('/data/kokusei/2020/ayumi/img/bnr_soumu_pc.gif') no-repeat;
    font-size: 0;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
    text-decoration: none;
  }
  header .bnr a:hover {
    opacity: 0.7;
  }

  header .bnr-tokei {
    margin: 9px 30px 0 0;
	float: right;
	position:relative;
	z-index:999;
  }
  header .bnr-tokei a {
    display: block;
    width: 157px;
    height: 47px;
    background: url('/data/kokusei/2020/ayumi/img/bnr_soumu_pc.gif') no-repeat;
    font-size: 0;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
    text-decoration: none;
  }
  header .bnr-tokei a:hover {
    opacity: 0.7;
  }
  /* heading
------------*/

  /* main
 -----------------*/
  main {
    color: rgba(51, 51, 51, 1);
    background: rgba(244, 244, 244, 1);
  }
  main>.heading {
    text-align: center;
    width: 100%;
    overflow: hidden;
  }

  main>.heading .inner {
    width: 1024px;
    height: 117px;
    margin: 0 auto;
    position: relative;
    display: table;
  }
  main>.heading .ttl {
    font-size: 34px;
    letter-spacing: 5px;
    line-height: 1.4;
    font-weight: bold;
    display: table-cell;
    vertical-align: middle;
    position: relative;
    z-index: 1;
  }
  .contents {
    width: 1024px;
    margin: 0 auto;
    padding: 35px 112px;
    box-sizing: border-box;
  }
  .contents .leadTxt {
    width: 635px;
    margin: 0 auto;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 1.8;
    margin-bottom: 35px;
  }
  .contents .leadTxt strong {
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
    line-height: 1.6;
    display: block;
  }
  .contents .linkbox {
    width: 760px;
    margin: 0 auto;
    overflow: hidden;
  }
  .contents .linkbox li {
    width: 360px;
    min-height: 207px;
    box-sizing: border-box;
    padding: 23px 40px 28px;
    background: rgba(255, 255, 255, 1);
    margin-bottom: 40px;
    position: relative;
    float: left;
  }
  .contents .linkbox li:nth-child(odd) {
    margin-right: 40px;
  }
  .contents .linkbox.center {
    width: 360px;
    margin: 0 auto;
  }
  .contents .linkbox li .detail {
    position: absolute;
    width: 280px;
    bottom: 28px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .contents .linkbox li:before {
    content: '';
    display: block;
    width: 100%;
    height: 6px;
    background: rgba(120, 198, 175, 1);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
  .contents .linkbox li:after {
    content: '';
    display: block;
    width: 6px;
    height: 100%;
    background: rgba(120, 198, 175, 1);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
  .contents .linkbox li .wrap:before {
    content: '';
    display: block;
    width: 100%;
    height: 6px;
    background: rgba(146, 121, 101, 1);
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .contents .linkbox li .wrap:after {
    content: '';
    display: block;
    width: 6px;
    height: 100%;
    background: rgba(146, 121, 101, 1);
    position: absolute;
    top: 0;
    right: 0;
  }
  .contents .linkbox li h3 {
    font-size: 18px;
    line-height: 1.4;
    font-weight: bold;
    color: rgba(117, 94, 76, 1);
    padding-bottom: 8px;
    border-bottom: 2px solid rgba(117, 94, 76, 1);
    letter-spacing: 1px;
    margin-bottom: 15px;
  }
  .contents .linkbox li p.txt {
    font-size: 13.8px;
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: 0.8px;
    margin-bottom: 15px;
  }
  .contents .linkbox li .detail {
    text-align: center;
  }
  .contents .linkbox li .detail a {
    display: block;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 500;
    padding: 13px 0;
    color: rgba(255, 255, 255, 1);
    background: rgba(99, 99, 99, 1);
    border: 1px solid rgba(99, 99, 99, 1);
    text-decoration: none;
  }
  .contents .linkbox li .detail a:hover {
    color: rgba(68, 68, 68, 1);
    background: none;
    border: 1px solid rgba(68, 68, 68, 1);
  }
  .contents .linkbox li .detail a:before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 90%;
    width: 9px;
    height: 9px;
    margin: -6px 0 0 0;
    border-top: solid 1px rgba(255, 255, 255, 1);
    border-right: solid 1px rgba(255, 255, 255, 1);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .contents .linkbox li .detail a:hover:before {
    border-color: rgba(68, 68, 68, 1);
  }
  .contents .bdrTtl {
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 500;
    padding: 10px 0 11px 26px;
    color: #fff;
    background: rgba(117, 94, 76, 1);
    margin-bottom: 15px;
    position: relative;
  }
  .contents .bdrTtl:before {
    content: '';
    display: block;
    width: 11px;
    height: 37px;
    background: rgba(188, 176, 158, 1);
    position: absolute;
    top: 0;
    left: 0;
  }
  .summary dl.explain {
    margin-left: 10px;
    margin-bottom: 40px;
  }
  .summary dl.explain>dt {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 1px;
    font-weight: bold;
    color: #836854;
    padding-left: 7px;
    border-left: 6px solid rgba(120, 198, 175, 1);
    margin-bottom: 10px;
  }
  .summary dl.explain dd {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.5px;
    line-height: 1.7;
    margin-bottom: 20px;
  }
  .summary p.txt {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.8px;
    line-height: 1.7;
    margin-bottom: 40px;
    padding-left: 10px;
  }
  .summary .notice {
    background: rgba(117, 94, 76, 1);
    border-radius: 20px;
    padding: 30px;
    margin-bottom: 30px;
  }
  .summary .notice dt {
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 2px;
    text-align: center;
    color: rgba(255, 255, 255, 1);
    padding-bottom: 25px;
    border-bottom: 1px solid rgba(255, 255, 255, 1);
  }
  .summary .notice dd {
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: 1px;
    color: rgba(255, 255, 255, 1);
    padding: 20px 0px 0 10px;
  }
  .summary .notice dd li {
    letter-spacing: 0.2px;
  }
  .summary .notice dd li:before {
    content: '・';
    display: inline-block;
  }

  .featurebox {
    width: 760px;
    margin: 0 auto;
    background: #fff;
    padding: 25px 45px;
    border: 6px solid rgba(195, 231, 225, 1);
  }
  .featurebox dl {
    width: 355px;
  }
  .featurebox dl dt {
    font-size: 18px;
    font-weight: bold;
    color: rgba(11, 141, 121, 1);
    padding-bottom: 10px;
    border-bottom: 2px solid rgba(11, 141, 121, 1);
    margin-bottom: 16px;
  }
  .featurebox dl dd {
    font-size: 13.8px;
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: 1px;
  }
  .featurebox a.arrowlink{
    width:276px;
    margin-top:17px;
  }
  .featurebox dl dd .small{
    letter-spacing: 0px;
  }
  .featurebox dl dd .small span{
    margin:0 -0.3vw;
    display: inline-block;
  }
  .featurebox div.info div.jump a {
    width: 276px;
    font-weight: 500;
    margin-top: 18px;
  }
  .featurebox div.pic {
    position: absolute;
    right: 45px;
    top: 25px;
    width: 275px;
    height: 100%;
    font-size: 0;
  }
  .featurebox div.pic p {
    width: 275px;
    height: 155px;
    background-position: 0 0;
    background-size: 100% auto;
  }
  .featurebox div.pic p a{
  	display: block;
  	width:100%;
  	height: 100%;
    transition: all 0.2s;
    text-decoration: none;
  }
  .featurebox div.pic p a:hover{
    background: #fff;
    opacity: 0.2;
  }
  /* footer
 -----------------*/
  footer {
    width: 100%;
    background: rgba(255, 255, 255, 1);
  }
  footer .breadcrumb {
    font-size: 0;
    padding: 0 40px;
    border-bottom: 1px solid rgba(204, 204, 204, 1);
  }
  footer .breadcrumb li {
    font-size: 12px;
    padding: 14px 0;
    padding-right: 15px;
    display: inline-block;
    position: relative;
  }
  footer .breadcrumb li:not(:first-child) {
    margin-left: 20px;
  }
  footer .breadcrumb li a {
    color: inherit;
    border-bottom: 1px solid rgba(51, 51, 51, 1);
    text-decoration: none;
  }
  footer .breadcrumb li a:hover {
    border-bottom: none;
  }
  footer .breadcrumb li:not(:last-child):before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    width: 7px;
    height: 7px;
    margin: -4px 0 0 0;
    border-top: solid 1px rgba(51, 51, 51, 1);
    border-right: solid 1px rgba(51, 51, 51, 1);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  footer nav .footnav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px 0;
  }
  footer nav .footnav li {
    font-size: 13px;
    letter-spacing: 0.5px;
    height: 18px;
    line-height: 18px;
    padding: 0 15px;
  }
  footer nav .footnav li:not(:last-child) {
    background: url('/data/kokusei/2020/ayumi/img/dot.gif') repeat-y right top;
  }
  footer nav .footnav li a {
    color: rgba(68, 68, 68, 1);
    display: block;
    border-bottom: none;
    text-decoration: none;
  }
  footer nav .footnav li a:hover {
    border-bottom: 1px solid rgba(51, 51, 51, 1);
  }
  footer .copy {
    background: rgba(120, 198, 175, 1);
    font-size: 11px;
    line-height: 1.4;
    text-align: center;
    padding: 12px 0;
    letter-spacing: 1px;
  }
  footer #pagetop {
    width: 80px;
    height: 80px;
    font-size: 0;
    position: fixed;
    right: 20px;
    bottom: 45px;
  }
  footer #pagetop a {
    display: block;
    width: inherit;
    height: inherit;
    text-decoration: none;
    background: url('/data/kokusei/2020/ayumi/img/pagetop_pc.png') no-repeat;
  }
  footer #pagetop:hover {
    opacity: 0.8;
  }
  /*||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/
}

@media (max-width: 768px) {
  /*||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/
  .pc {
    display: none;
  }
  input.handler[type="checkbox"] {
    display: none;
  }
  html {
    font-size: 4vw;
    background: rgba(244, 244, 244, 1);
  }
  body {
    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-feature-settings: "palt" 1;
    line-height: 1;
  }
  section {}
  section>div.inner {
    position: relative;
    margin: 0 auto 0 auto;
  }
  .small {
    font-size: 3vw;
  }
  .featurebox+.small {
    margin-top: 5vw;
    margin-bottom: 6.6vw;
  }
  #container a.external {
    padding-left: 4vw;
  }
  #container a.external i {
    border: none;
    background: url('/data/kokusei/2020/ayumi/img/ico_external.png') no-repeat;
    width: 12px;
    height: 12px;
    display: inline-block;
    background-size: contain;
    position: static;
    border-width: 0;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    margin-left: 2vw;
  }
  #container a.external:hover i {
    background: url('/data/kokusei/2020/ayumi/img/ico_external_on.png') no-repeat;
    background-size: contain;
  }
  /* acrobat
-------------*/
  #container .acrobat {
    display: none;
  }
  /* common parts
-----------------*/
  a.arrowlink {
    display: inline-block;
    position: relative;
    font-size: 3.4vw;
    letter-spacing: 0.1em;
    font-weight: bold;
    padding: 4vw 0 4vw 0;
    text-align: center;
    white-space: nowrap;
    color: rgba(255, 255, 255, 1);
    background-color: rgba(99, 99, 99, 1);
    text-decoration: none;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(99, 99, 99, 1);
    ;
    ;
  }
  a.arrowlink>i {
    position: absolute;
    top: 50%;
    left: 90%;
    width: 2vw;
    height: 2vw;
    margin: -1vw 0 0 0;
    border-style: solid;
    border-width: 0.3vw 0.3vw 0 0;
    border-color: rgba(255, 255, 255, 1);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  /*----*/
  i.twotoneline {
    display: block;
    position: relative;
    vertical-align: top;
    background-color: rgba(188, 221, 176, 1);
    margin: 0 auto 0 auto;
  }
  i.twotoneline>b {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background-color: rgba(117, 197, 175, 1);
  }
  /*----*/
  .imgtxtobj {
    display: inline-block;
    font-size: 0;
    vertical-align: top;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100% auto;
  }
  /*----*/
  .cornercolorbox {
    position: relative;
    border-style: solid;
    border-width: 1vw;
    border-color: rgba(195, 231, 225, 1);
    margin: 0 auto 0 auto;
  }
  .cornercolorbox>i {
    position: absolute;
    width: 8vw;
    height: 8vw;
    border-style: solid;
    border-color: rgba(11, 141, 121, 1);
  }
  .cornercolorbox>i.nw {
    left: -1vw;
    top: -1vw;
    border-width: 1vw 0 0 1vw;
  }
  .cornercolorbox>i.ne {
    right: -1vw;
    top: -1vw;
    border-width: 1vw 1vw 0 0;
  }
  .cornercolorbox>i.se {
    right: -1vw;
    bottom: -1vw;
    border-width: 0 1vw 1vw 0;
  }
  .cornercolorbox>i.sw {
    left: -1vw;
    bottom: -1vw;
    border-width: 0 0 1vw 1vw;
  }
  /* header
-----------------*/
  header {
	  width:100vw;
    height: 13.3vw;
    overflow: hidden;
    background: rgba(255, 255, 255, 1);
  }
  header .logo {
    width: 45.6vw;
    height: 5.4vw;
    background: url('/data/kokusei/2020/ayumi/img/head_logo.gif') no-repeat;
    background-size: contain;
    font-size: 0;
	margin: 4.4vw 0 3.4vw 4vw;
	position:relative;
	z-index:8888;
	float:left;
  }
  header .logo span {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
  }
  header .bnr-tokei{
	  width:30vw;
	  position:relative;
	  z-index:9999;
	  float:right;
  }
  header .bnr-tokei a{
	  display:block;
	  width: 100%;
	  height: 40vw;
	  background: url('/data/kokusei/2020/ayumi/img/bnr_soumu_pc.gif') no-repeat;
	  background-size: contain;
	  font-size: 0;
	  -webkit-transition: opacity 0.2s;
	  transition: opacity 0.2s;
	  text-decoration: none;
	  margin: 2.1vw 0 0 0;
  }
  #chk01:checked~#container label.bt_menu {
    background: url('/data/kokusei/2020/ayumi/img/bt_close.png') no-repeat;
    background-size: contain;
  }
  #chk01:checked~#container header {
    background: rgba(99, 99, 99, 1);
  }
  #chk01:checked~#container header .logo {
    opacity: 0;
  }
  /* heading
------------*/
  .def main>.heading .inner {
    height: 21.3vw;
  }
  .def main>.heading .obj li {
    position: absolute;
  }
  .def main>.heading .obj li.img01 {
    width: 14.9vw;
    height: 14.9vw;
    background: url('/data/kokusei/2020/ayumi/img/obj_graph01_sp.png') no-repeat;
    background-size: contain;
    top: 0;
    margin-top: -6vw;
    left: 13.6vw;
  }
  .def main>.heading .obj li.img02 {
    width: 10.2vw;
    height: 7.4vw;
    background: url('/data/kokusei/2020/ayumi/img/obj_graph02_sp.png') no-repeat;
    background-size: contain;
    top: 14.1vw;
    left: 12.1vw;
  }
  .def main>.heading .obj li.img03 {
    width: 14.2vw;
    height: 14.2vw;
    background: url('/data/kokusei/2020/ayumi/img/obj_graph03_sp.png') no-repeat;
    background-size: contain;
    top: 0;
    margin-top: -5.2vw;
    right: 15.2vw;
  }
  .def main>.heading .obj li.img04 {
    width: 14.6vw;
    height: 10.9vw;
    background: url('/data/kokusei/2020/ayumi/img/obj_graph04.png') no-repeat;
    background-size: contain;
    top: 12.2vw;
    right: 6.9vw;
  }

  /* main
 -----------------*/
  main {
    color: rgba(51, 51, 51, 1);
    background: rgba(244, 244, 244, 1);
  }
  .related main>.heading {
    background: rgba(201, 238, 241, 1);
  }
  .about main>.heading {
    background: rgba(207, 237, 228, 1);
  }
  .recruitment main>.heading {
    background: rgba(236, 229, 217, 1);
  }
  .def main>.heading {
    background: rgba(226, 226, 226, 1);
  }
  main>.heading {
    text-align: center;
    width: 100%;
    overflow: hidden;
  }
  main>.heading .inner {
    margin: 0 auto;
    position: relative;
    display: table;
    width: 100%;
    height: 25vw;
  }
  main>.heading .ttl {
    font-size: 5.9vw;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 1.4;
    font-weight: bold;
    display: table-cell;
    vertical-align: middle;
    position: relative;
    z-index: 1;
  }
  /* contents
 -----------------*/
  .contents {
    padding: 7vw;
  }
  .contents .leadTxt {
    font-size: 3.7vw;
    font-weight: 500;
    letter-spacing: 0.07em;
    line-height: 1.8;
    margin-bottom: 9vw;
  }
  .contents .leadTxt strong {
    font-size: 4.7vw;
    letter-spacing: 0.1em;
    font-weight: bold;
    display: block;
    text-align: center;
    margin-bottom: 6vw;
    line-height: 1.6;
  }
  .contents .linkbox li {
    width: 100%;
    box-sizing: border-box;
    padding: 7vw 6vw 8vw;
    background: rgba(255, 255, 255, 1);
    margin-bottom: 6.6vw;
    position: relative;
  }
  .contents .linkbox li:before {
    content: '';
    display: block;
    width: 100%;
    height: 5px;
    background: rgba(120, 198, 175, 1);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
  .contents .linkbox li:after {
    content: '';
    display: block;
    width: 5px;
    height: 100%;
    background: rgba(120, 198, 175, 1);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
  .contents .linkbox li .wrap:before {
    content: '';
    display: block;
    width: 100%;
    height: 5px;
    background: rgba(146, 121, 101, 1);
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .contents .linkbox li .wrap:after {
    content: '';
    display: block;
    width: 5px;
    height: 100%;
    background: rgba(146, 121, 101, 1);
    position: absolute;
    top: 0;
    right: 0;
  }
  .contents .linkbox li h3 {
    font-size: 4.5vw;
    line-height: 1.4;
    font-weight: bold;
    color: rgba(117, 94, 76);
    padding-bottom: 2.5vw;
    border-bottom: 2px solid rgba(117, 94, 76, 1);
    letter-spacing: 0.1em;
    margin-bottom: 3.5vw;
  }
  .contents .linkbox li p.txt {
    font-size: 3.6vw;
    line-height: 1.8;
    font-weight: 500;
    letter-spacing: 0.03em;
    margin-bottom: 4vw;
  }
  .contents .linkbox li .detail {
    text-align: center;
    position: relative;
  }
  .contents .linkbox li .detail a {
    display: block;
    font-size: 3.7vw;
    letter-spacing: 1px;
    font-weight: 500;
    padding: 4vw 0;
    color: rgba(255, 255, 255, 1);
    background: rgba(99, 99, 99, 1);
    border: 1px solid rgba(99, 99, 99, 1);
    text-decoration: none;
  }
  .contents .linkbox li .detail a:before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 90%;
    width: 9px;
    height: 9px;
    margin: -6px 0 0 0;
    border-top: solid 1px rgba(255, 255, 255, 1);
    border-right: solid 1px rgba(255, 255, 255, 1);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .contents .bdrTtl {
    font-size: 4.3vw;
    line-height: 1.2;
    letter-spacing: 1px;
    font-weight: 500;
    padding: 2.5vw 0 3vw 7vw;
    color: #fff;
    background: rgba(117, 94, 76, 1);
    margin-bottom: 4vw;
    position: relative;
    overflow: hidden;
  }
  .contents .bdrTtl:before {
    content: '';
    display: block;
    width: 3vw;
    height: 16vw;
    background: rgba(188, 176, 158, 1);
    position: absolute;
    top: 0;
    left: 0;
  }
  .summary dl.explain {
    margin-bottom: 8vw;
  }
  .summary dl.explain>dt {
    font-size: 4.3vw;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: bold;
    color: #836854;
    padding-left: 2vw;
    border-left: 2vw solid rgba(120, 198, 175, 1);
    margin-bottom: 2.5vw;
  }
  .summary dl.explain>dd {
    font-size: 3.7vw;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.7;
    margin-bottom: 4vw;
  }
  .summary p.txt {
    font-size: 3.7vw;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.7;
    margin-bottom: 8vw;
  }
  .summary .notice {
    background: rgba(117, 94, 76, 1);
    border-radius: 10px;
    padding: 6vw;
    margin-bottom: 6vw;
  }
  .summary .notice dt {
    font-size: 4.3vw;
    line-height: 1.6;
    font-weight: 500;
    letter-spacing: 0.1em;
    color: rgba(255, 255, 255, 1);
    padding-bottom: 4vw;
    border-bottom: 1px solid rgba(255, 255, 255, 1);
  }
  .summary .notice dd {
    font-size: 3.7vw;
    line-height: 1.6;
    letter-spacing: 0.03em;
    color: rgba(255, 255, 255, 1);
    padding: 4vw 0 0;
  }
  .summary .notice dd .indent {}
  .summary .notice dd li {
    letter-spacing: 0.05em;
  }
  .summary .notice dd li:before {
    content: '・';
    display: inline-block;
  }
  .featurebox {
    width: 100%;
    box-sizing: border-box;
    padding: 7vw 6vw 8vw;
    background: rgba(255, 255, 255, 1);
    /*	margin-bottom: 6.6vw;
*/
    position: relative;
  }
  .featurebox dl dt {
    font-size: 4.5vw;
    line-height: 1.4;
    letter-spacing: 0.1em;
    font-weight: bold;
    color: rgba(11, 141, 121, 1);
    padding-bottom: 10px;
    border-bottom: 2px solid rgba(11, 141, 121, 1);
    margin-bottom: 3.5vw;
  }
  .featurebox dl dd {
    font-size: 3.6vw;
    line-height: 1.8;
    font-weight: 500;
    letter-spacing: 0.03em;
    margin-bottom: 4vw;
  }
  .featurebox div.pic {
    font-size: 0;
  }
  .featurebox div.pic p {
    width: 59.7vw;
    margin: 0 auto;
    height: 33.6vw;
    background-position: 0 0;
    background-size: 100% auto;
  }
  .featurebox div.pic p a{
  	display: block;
  	width:100%;
  	height: 100%;
    text-decoration: none;
  }
  .featurebox .jump a {
    width: 100%;
    margin-top: 6vw;
  }
  /* footer
 -----------------*/
  footer {
    background: rgba(255, 255, 255, 1);
  }
  footer .submenu {
    background: rgba(244, 244, 244, 1);
    width: 100%;
  }
  footer .submenu ul {
    border-top: 1px solid rgba(204, 204, 204, 1);
  }
  footer .submenu ul li {
    border-bottom: 1px solid rgba(204, 204, 204, 1);
  }
  footer .submenu ul li a {
    font-size: 3.7vw;
    font-weight: 500;
    display: block;
    width: 100%;
    color: rgba(255, 255, 255, 1);
    background: rgba(99, 99, 99, 1);
    padding: 4.5vw 4.6vw 4.5vw 6vw;
    position: relative;
    text-decoration: none;
  }
  footer .submenu ul li a:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 93%;
    width: 7px;
    height: 7px;
    margin: -4px 0 0 0;
    border-top: solid 1px rgba(255, 255, 255, 1);
    border-right: solid 1px rgba(255, 255, 255, 1);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  footer .breadcrumb {
    display: none;
  }
  footer #pagetop a {
    display: block;
    width: 100%;
    padding: 3vw 0;
    font-size: 0;
    text-align: center;
    background: rgba(209, 202, 199, 1);
    text-decoration: none;
  }
  footer #pagetop a:before {
    content: '';
    width: 9vw;
    height: 6vw;
    display: block;
    left: 0;
    right: 0;
    margin: auto;
    background: url('/data/kokusei/2020/ayumi/img/pagetop_sp.png') no-repeat;
    background-size: contain;
  }
  footer nav .footnav {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: center;
    padding: 5vw 0;
  }
  footer nav .footnav li {
    font-size: 3.5vw;
    line-height: 1.4;
    letter-spacing: 0.05em;
  }
  footer nav .footnav li a {
    color: rgba(68, 68, 68, 1);
    display: block;
    padding: 0 2.5vw;
    text-decoration: underline;
  }
  footer nav .footnav li:not(:last-child) a {
    background: url('/data/kokusei/2020/ayumi/img/dot.gif') repeat-y right top;
  }
  footer .copy {
    background: rgba(120, 198, 175, 1);
    font-size: 3vw;
    line-height: 1.4;
    text-align: center;
    padding: 3vw 0 3.5vw;
    letter-spacing: 0.1em;
  }
  /*||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/
}

/* end of media query */

/*||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/

.obj .rotate_anime {
  -webkit-animation: rotate_anime 60s linear infinite;
  animation: rotate_anime 60s linear infinite;
}

@-webkit-keyframes rotate_anime {
  0% {
    -webkit-transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes rotate_anime {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

#container {
  -webkit-animation-name: myanime_firstfade;
  -webkit-animation-duration: 1s;
  -webkit-animation-delay: 0.4s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  -webkit-animation-fill-mode: backwards;
  animation-name: myanime_firstfade;
  animation-duration: 1s;
  animation-delay: 0.4s;
  animation-timing-function: linear;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: backwards;
}

@-webkit-keyframes myanime_firstfade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes myanime_firstfade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}





.f-page_top {
	position: fixed;
	bottom: 50px;
	right: 120px;
	font-size: 12px;
	line-height: 1.1;
	text-align: center;
  }
  @media only screen and (max-width: 1350px) {
	.f-page_top {
	  right: 20px;
	}
  }
  @media only screen and (max-width: 750px) {
	.f-page_top {
	  display: none !important;
	}
  }
  .f-page_top a {
	display: block;
	padding-bottom: 42px;
	color: #251e1c;
	text-decoration: none;
  }
  .f-page_top a::before {
	content: " ";
	width: 40px;
	height: 40px;
	background: url(../common/img/pagetop.svg) center no-repeat;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -20px;
  }
