<style>
body {
  -webkit-font-smoothing: antialiased;
  word-break: break-all;
}    
.header .menu {
  position: absolute;
  top: 25px;
  right: 25px;
  background: #0D8854;
  border-radius: 20px;
  padding: 15px 40px 15px 30px;
  color: #fff;
  font-weight: 500;
}
.Breadcrumb-ListGroup {
  display: flex;
  font-weight: 500;
}
* {
  padding: 0;
  margin: 0;
  font-style: normal;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input,
select,
textarea {
  font-family: inherit;
}
h1,
h2,
h3,
h4,
h5,
h6,
th,
input,
select,
textarea {
  font-size: inherit;
  font-weight: normal;
}
input[type="text"],
input[type="password"],
input[type="button"],
input[type="submit"],
textarea {
  -webkit-appearance: none;
}
input[type="checkbox"],
input[type="radio"],
input[type="button"],
input[type="submit"],
label {
  cursor: pointer;
}
li {
  list-style-type: none;
}
table {
  border-collapse: separate;
  border-spacing: 0;
}
img,
table,
input,
select,
textarea,
video,
iframe,
canvas {
  vertical-align: top;
}
img {
  border: none;
}
textarea {
  resize: none;
}
a {
  outline: none;
  text-decoration: none;
  color: #000;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}
a:focus-visible {
  outline: 2px solid black;
}
q:before,
q:after {
  content: "";
}
i {
  font-style: normal;
}
main {
  display: block;
}
img {
  image-rendering: smooth;
  image-rendering: -webkit-optimize-contrast;
}
html{
  scroll-behavior: smooth;
}
html.is-locked {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  position: relative;
}
body {
}
body.pace-done {
  opacity: 1;
}
.container {
  font-family: "Noto Sans JP", sans-serif;
  background-color:#fefdf2;
  color:#464848;
}
.clearfix:after{
  content:"";
  display:block;
  clear:both;
}
.f18{
  font-size:1.1rem;
  line-height:1.7rem;
}
.f15{
  font-size:.9rem;
  line-height:1.7rem;
}
.sp {
  display: none;
}
.pc {
  display:inline;
}

@media screen and (max-width: 960px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
}

.contents-inner800{
  width: 100%;
  margin: 0 auto;
  padding: 0 24px 0;
}
.contents-inner736{
  width: 100%;
  margin: 0 auto;
  padding: 0 24px 0;
}
.contents-inner736{
  width: 736px;
  margin: 0 auto;
  padding: 0;
}
.contents-inner776{
  width: 776px;
  margin: 0 auto;
  padding: 0;
} 
.inner-1100 {
  padding: 0 25px;
}

/*header*/
.header{
  position:fixed;
  top:0;
  right:0;
  left:0;
  z-index: 10;
}
.header1{
  position:absolute;
  top:0;
  right:0;
  left:0;
  z-index: 10;
}
.header h1, .header1 h1{
  width:180px;
  position:absolute;
}
.header h1 img, .header1 h1 img{
  width:100%;
}
.header .menu{
  position:absolute;
  top:25px;
  right:25px;
  background:#0D8854;
  border-radius:20px;
  padding:15px 40px 15px 30px;
  color:#fff;
}
.header .menu ul.pc{
  display:flex;
  justify-content: flex-end;
  align-items: center;
}
.header .menu li{
  margin-right:30px;
  font-size:.9rem;
}
.header .menu li:first-child {
  margin-right:30px;
}
.header .menu li:first-child img{
  width:140px;
}
.header .menu li:last-child{
  margin-right:0;
  background-color:#fff;
  border-radius:30px;
  font-size:.8rem;
  line-height:1;
}
.header .menu li:last-child a{
  color:#0D8854;
  display: block;
  padding:12px 35px;
  white-space: nowrap;
}
.header .menu li a{
  color:#fff;
}

/*header_responsive1200px*/
@media screen and (max-width: 1200px) {
  .header .menu{
    position:absolute;
    top:25px;
    right:25px;
    left:225px;
    background:#0D8854;
    border-radius:20px;
    padding:15px 25px 15px 20px;
    color:#fff;
  }
}

@media screen and (max-width: 960px) {
  /*header_responsive960px*/
  .header{
  }
  .header h1, .header1 h1{
    position:absolute;
    top: 16px;
    left: 50%;
    width: 110px;
    transform: translateX(-50%);
  }
  .header h1 img, .header1 h1 img{
    width:100%;
  }
  .header .menu{
    position:absolute;
    top:0px;
    left:0px;
    right:0px;
    background:#0D8854;
    padding:0;
    color:#fff;
    border-radius:0;
  }
  .header .menu ul.pc{
    display:none;
  }
  .header .menu .sp{
    position: relative;
  }
  .header .menu .sp .tgl-btn{
    position:absolute;
    content:"";
    top:3px;
    right:13px;
    width:32px;
    height:32px;
    padding:5px;
    cursor:pointer;
  }
  .header .menu .sp .tgl-btn span{
    display: block;
    background-color:#fff;
    width:22px;
    height:3px;
    border-radius:1.5px;
    margin-bottom:5px;
  }
  .header .menu .sp .tgl-btn.open span:first-child{
    margin-top:0;
    transform: rotate(45deg);
    position:relative;
    width:25px;
    top:6px;
  }
  .header .menu .sp .tgl-btn.open span:nth-child(2){
    display:none;
  }
  .header .menu .sp .tgl-btn.open span:last-child{
    margin-top:0;
    transform: rotate(-45deg);
    position:relative;
    width:25px;
    top:-2px;
  }
  .header .menu .sp .ty{
    padding-left:120px;
    margin:10px 0;
  }
  .header .menu .sp .ty img{
    width:85px;
  }
  .header .menu .sp .tgl{
    display:none;
    background-color:#0D8854;
    padding:50px 10px 0 10px;
    text-align:center;
    height:calc(100vh - 55px);
    overflow-y: auto;
  }
  .header .menu .sp .tgl a{
    display:block;
    color:#fff;
    font-weight:bold;
    padding:20px;
    text-align:left;
  }
  .header .menu .sp .tgl a.srch{
    display:inline-block;
    background:#fff;
    color:#0D8854;
    font-size:.8rem;
    padding:15px 50px;
    border-radius:30px;
    margin:20px 0;
  }
  .header .menu .sp .tgl p{
    font-size:.8rem;
    line-height:1.5;
    padding:30px 20px 10px 20px;
    text-align:left;
  }
  .header .menu .sp .tgl.lnks{
    display:block;
    margin-bottom: 60px;
  }
  .header .menu .sp .tgl .lnks a{
    position:relative;
    display:block;
    width:auto;
    height:80px;
    text-align:center;
    box-shadow:3px 3px 6px 1px rgba(0, 0, 0, .1);
    border-radius:20px;
    background:#fff;
    margin:0 15px 15px 15px;
    color:#464848;
  }
  .header .menu .sp .tgl .lnks a:after{
    position:absolute;
    right:15px;
    bottom:15px;
    content:"";
    width:16px;
    height:16px;
    background:url("../img/icn_lnks.svg") no-repeat;
    background-size:100%;
  }
  .header .menu .sp .tgl .lnks a{
    padding:15px 20px;
  }
  .header .lnks a img{
    width:200px;
    padding-top:0;
  }
}

.contents-inner800{
  width: 800px;
  margin: 0 auto;
  padding: 264px 0 0;
}

/*error
================================*/
.system-message{
  font-size: 40px;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 2px;
  margin-bottom: 40px;
}

.description{
  font-size: 15px;
  line-height: 1.8;
  font-weight: 500;
}
.sub-information-area{
  margin: 64px 0 180px;
  background-color: #EAEAEA;
  border-radius: 16px;
  padding: 32px;
  text-align: center;
}
.emphasize-text{
  font-weight: 500;
  margin-bottom: 8px;
}

/*btn
================================*/
.bottom-btn-area-A{
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  margin: 64px 0 180px;
}

.btn-secondary a{
  width: 256px;
  font-size: 1rem;
  display: inline-block;
  padding: 1rem 0px;
  text-align: center;
  background-color: #fff;
  border: 2px solid #0D8854;
  border-radius: 2rem;
  margin:0 1rem;
  color: #0D8854;
  font-weight: 600;
}

.btn-secondary a:hover{
  background-color: #0A6D43;
  border: 2px solid #0A6D43;
  color: #fff;
  transition: background-color 0.6s;
}

@media screen and (max-width: 960px) {
  .contents-inner800{
    width: 100%;
    margin: 0 auto;
    padding: 160px 24px 0;
  }
  .system-message{
    font-size: 28px;
    line-height: 1.5;
    font-weight: 500;
    letter-spacing: 2px;
    margin-bottom: 40px;
  }
  .bottom-btn-area-A{
    margin: 24px 0 64px;
  }
  .btn-primary a{
    width: 256px;
    font-size: 1rem;
    display: inline-block;
    padding: 1rem 0px;
    text-align: center;
    background-color: #0D8854;
    border: 2px solid #0D8854;
    border-radius: 2rem;
    text-decoration: none;
    margin:0 1rem;
    color: #fff;
    font-weight: 600;
  }
}
/*ダミーのスペース*/
.dummy-space{
  height:1px;
}
/*error
================================*/
.system-message{
  font-size: 40px;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 2px;
  margin-bottom: 40px;
}
.description{
  font-size: 15px;
  line-height: 1.8;
  font-weight: 500;
}
.sub-information-area{
  margin: 64px 0 180px;
  background-color: #EAEAEA;
  border-radius: 16px;
  padding: 32px;
  text-align: center;
}
.emphasize-text{
  font-weight: 500;
  margin-bottom: 8px;
}
  
/*btn
================================*/
.bottom-btn-area-A{
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  margin: 64px 0 180px;
}
.btn-primary a{
  width: 256px;
  font-size: 1rem;
  display: inline-block;
  padding: 1rem 0px;
  text-align: center;
  background-color: #0D8854;
  border: 2px solid #0D8854;
  border-radius: 2rem;
  text-decoration: none;
  margin:0 1rem;
  color: #fff;
  font-weight: 600;
}
.btn-secondary a{
  width: 256px;
  font-size: 1rem;
  display: inline-block;
  padding: 1rem 0px;
  text-align: center;
  background-color: #fff;
  border: 2px solid #0D8854;
  border-radius: 2rem;
  margin:0 1rem;
  color: #0D8854;
  font-weight: 600;
}
.contents-inner800 .btn-secondary a{
  width: 256px;
  font-size: 1rem;
  display: inline-block;
  padding: 1rem 0px;
  text-align: center;
  background-color: #fff;
  border: 2px solid #0D8854;
  border-radius: 2rem;
  margin:0 1rem;
  color: #0D8854;
  font-weight: 600;
}
.btn-primary a:hover{
  background-color: #0A6D43;
  border: 2px solid #0A6D43;
  color: #fff;
  transition: background-color 0.6s;
}
.btn-secondary a:hover{
  background-color: #0A6D43;
  border: 2px solid #0A6D43;
  color: #fff;
  transition: background-color 0.6s;
}
@media screen and (max-width: 960px) {
  .contents-inner800{
    width: 100%;
    margin: 0 auto;
    padding: 160px 24px 0;
  }
  .system-message{
    font-size: 28px;
    line-height: 1.5;
    font-weight: 500;
    letter-spacing: 2px;
    margin-bottom: 40px;
  }
  .bottom-btn-area-A{
    margin: 24px 0 64px;
  }
}
    
/*入園申請*/
.section01{
  margin-top: 64px;
}
.section01 .inr {
  text-align: center;
}
.section01 h2 {
  display: inline-block;
  position: relative;
  font-size: 40px;
  z-index: 0;
  margin-bottom: 50px;
  font-weight: 500;
}

.section01 h2:before {
  position: absolute;
  bottom: -12px;
  left: -45px;
  right: -45px;
  content: "";
  display: block;
  height: 24px;
  border-radius: 12px;
  background-color: #D3DE18;
  z-index: -1;
}
.section01 h2:after {
  position: absolute;
  bottom: -12px;
  right: -45px;
  content: "";
  display: block;
  width: 32px;
  height: 24px;
  border-radius: 12px;
  background-color: #FAB011;
  z-index: -1;
}
.anchor{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 64px;
}
.anchor-wrap{
  border-bottom: 1px solid #0D8854;
  display: inline-block;
  margin-right: 40px;
}
.anchorlinks{
  margin-right: 20px;
  padding-bottom: 4px;
  position: relative;
}
.anchorlinks a::after {
  content: url(/sfsites/c/resource/HokatsuOnestopAssets/img/anchorlink_arrow.svg);
  position: absolute;
  margin-left: 4px;
  top: 2.4px;
}
.section-area{
  margin-top: 72px;
  margin-bottom: 180px;
}
.section-area h3{
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 32px;
}
.section-area .inr {
  text-align: center;
}
.links{
  color: #0066BE;
  text-decoration: underline;
  font-weight: 500;
  position: relative;
}
.links a::after{
  content: url(/sfsites/c/resource/HokatsuOnestopAssets/img/link_arrow.svg);
  position: absolute;
  margin-left: 4px;
  padding: 2px 0;
}
.linkspdf {
  color: #0066BE;
  text-decoration: underline;
  font-weight: 500;
  position: relative;
}    
.linkspdf a::after {
  content: url(/sfsites/c/resource/HokatsuOnestopAssets/img/link_pdf.svg);
  position: absolute;
  margin-left: 4px;
  padding: 2px 0;
}    
.mb16{
  margin-bottom: 16px;
}
.btn-with-arrow{
  position: relative;
}
.btn-with-arrow a{
  background-image: url(../img/icn_lnks2.svg); 
  background-repeat: no-repeat;
  background-position: 220px 20px;
}
.bottom-btn-area-B {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  margin: 40px 0 0;
}
.mb180{
  margin-bottom: 180px;
}

/*サイトポリシー*/
.section-area .inr {
  text-align: left;
}
.details{
   font-size: 16px;
   font-weight: 500;
}
.section-area h4{
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 24px;
}
.section-area h5{
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 24px;
}
.content-section{
  margin-top: 40px;
}
.content-section li{
  margin-left: 40px;
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 8px;
  font-size: 16px;
}    
.list-margin{
  margin-top: 24px;
  margin-bottom: 24px;
  margin-left: 12px;
}
.num li{
  list-style: auto;
}
.circle li{
  list-style: disc;
}
.mt104{
  margin-top: 104px;
}
.segmentized{
  margin-top: 32px;
}

/*アクセシビリティ*/
.section-area-upper{
  margin-top: 0;
  margin-bottom: 80px;
}
.section-area-upper h3{
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 32px;
}
.section-area-upper .inr {
  text-align: center;
}
.section-area-upper  h4{
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 24px;
}
.section-area-upper  h5{
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 24px;
}

/*ニュース詳細*/
.news-detail{
  margin-bottom: 180px;
}
.box .to{
  border:2px solid #FAB011;
  padding:0 20px;
  line-height:30px;
  font-size:.8rem;
  border-radius:17px;
  text-align:center;
  margin-right:20px;
  white-space:nowrap;
  width: 120px;
}
.box .to.p2{
  border:2px solid #FB776E;
}
.box .date{
  margin-right:20px;
  white-space:nowrap;
}
.news-title{
  margin: 32px 0 64px;
}
.news-detail h2{
  font-size: 32px;
  line-height: 1.5;
  font-weight: 500;
}
    
/*アクセシビリティ*/
.section-area{
  margin-top: 72px;
  margin-bottom: 80px;
}
.section-area h3{
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 32px;
}  
.section-area .inr {
  text-align: center;
} 
.section-area h4{
  font-size: 24px;
  margin-bottom: 24px;
}
.section-area h5{
  font-size: 20px;
  margin-bottom: 24px;
}
.section-area-upper{
  margin-top: 40px;
  margin-bottom: 80px;
}
.section-area-upper h3{
  font-size: 32px;
  margin-bottom: 24px;
  font-weight: 500;
}
.section-area-upper .inr {
  text-align: center;
}
.section-area-upper  h4{
  font-size: 24px;
  margin-bottom: 24px;
}
.section-area-upper  h5{
  font-size: 20px;
  margin-bottom: 24px;
}
.content-section li {
  margin-left: 24px;
}

  /*ニュース詳細*/
.news-detail{
  margin-bottom: 64px;
}
.box .to{
  border:2px solid #FAB011;
  padding:0 20px;
  line-height:30px;
  font-size:.8rem;
  border-radius:17px;
  text-align:center;
  margin-right:20px;
  white-space:nowrap;
  width: 120px;
}
.box .to.p2{
  border:2px solid #FB776E;
}
.box .date{
  margin-right:20px;
  white-space:nowrap;
}
.news-title{
  margin: 32px 0 32px;
}
.news-detail h2{
  font-size: 24px;
  line-height: 1.5;
  font-weight: 500;
}

/*breadcrumbs*/
.breadcrumb-area{
  width: 1040px;
  margin: 0 auto;
  padding-top: 200px;
}
.Breadcrumb {
  padding: 16px;
  font-size: 13px;
}
.Breadcrumb-ListGroup {
  display: flex;
  flex-wrap: wrap;
}
.Breadcrumb-ListGroup-Item-Link[href]:hover {
  opacity: 0.5;
}
.Breadcrumb-ListGroup > * + *::before {
  content: url(/sfsites/c/resource/HokatsuOnestopAssets/img/breadcrumbs_arrow.svg);
  margin-left: 8px;
  margin-right: 8px;
}

/*概要*/
.inner-1100{
  max-width:1100px;
  margin:0px auto;
  padding:0 30px;
}
.about{
  text-align: center;
  margin: 20px 0 80px 0;
}
.about h2{
  display: inline-block;
  position:relative;
  font-size:2rem;
  z-index: 0;
  margin-bottom:50px;
  font-weight: 500;
}
.about h2:before{
  position: absolute;
  bottom:-12px;
  left:-45px;
  right:-45px;
  content:"";
  display:block;
  height:24px;
  border-radius:12px;
  background-color:#D3DE18;
  z-index: -1;
}
.about h2:after{
  position: absolute;
  bottom:-12px;
  right:-45px;
  content:"";
  display:block;
  width:32px;
  height:24px;
  border-radius:12px;
  background-color:#FAB011;
  z-index: -1;
}
.about .inner-800{
  max-width:800px;
  margin:0px auto;
  padding:0 30px;
  text-align: left;
  font-weight: 500;
}
.about .inner-800 p{
  font-size: 16px;
  line-height: 1.8;
}
.about .inner-800 h3{
  font-size:1.8rem;
  line-height:1.3;
  margin:80px 0 20px 0;
  font-weight: 500;
}
.about .inner-800 .img{
  padding:2em 0;
}
.about .inner-800 .img img{
  max-width:100%;
}
.about .inner-800 h4{
  font-size:1.4rem;
  line-height:1.3;
  margin:40px 0 20px 0;
  font-weight: 500;
}
.about .inner-800 h4 span{
  display: inline-block;
  color:#fff;
  background-color:#0D8854;
  width:26px;
  height:26px;
  border-radius: 13px;
  line-height:24px;
  text-align: center;
  font-size:1rem;
  margin-right:10px;
  vertical-align: bottom;
}
.about .inner-800 h4.c01:before{
  content:"1";
  display: inline-block;
  color:#fff;
  background-color:#0D8854;
  width:26px;
  height:26px;
  border-radius: 13px;
  line-height:24px;
  text-align: center;
  font-size:1rem;
  margin-right:10px;
  vertical-align: bottom;
}
.about .inner-800 h4.c02:before{
  content:"2";
  display: inline-block;
  color:#fff;
  background-color:#0D8854;
  width:26px;
  height:26px;
  border-radius: 13px;
  line-height:24px;
  text-align: center;
  font-size:1rem;
  margin-right:10px;
  vertical-align: bottom;
}
.about .inner-800 h4.c03:before{
  content:"3";
  display: inline-block;
  color:#fff;
  background-color:#0D8854;
  width:26px;
  height:26px;
  border-radius: 13px;
  line-height:24px;
  text-align: center;
  font-size:1rem;
  margin-right:10px;
  vertical-align: bottom;
}
.about .inner-800 .ov{
  position: relative;
  left:-100px;
  right:-100px;
  width:1000px;
  margin:40px 0 80px 0;
}
.about .lnks{
  display:flex;
  justify-content:space-between;
  font-weight: 500;
}
.about  .box{
  border:6px solid #fc0;
  border-radius:100px;
  position:relative;
  width:31%;
  padding:40px 40px;
  background:#fff;
}
.about .box img{
  display:block;
  width: 200px;
  margin:0 auto 15px auto;
}
.about .box .ttl{
  text-align:center;
  color:#0D8854;
  font-size:1.1rem;
  padding-bottom:10px;
}
.about .box p{
  text-align:left;
  font-size:.9rem;
  line-height:1.7;
}
.about .box:after{
  content:"";
  display:block;
  position:absolute;
  bottom:16px;
  right:16px;
  width:20px;
  height:20px;
  background:url("/sfsites/c/resource/HokatsuOnestopAssets/img/rbp-about.png") no-repeat;
  background-size:cover;
}
.about .voice{
  display: flex;
  justify-content:space-between;
  width:800px;
  padding-bottom:20px;
  font-weight: 500;
}
.about .voice .vbox{
  width:380px;
  border-radius:40px;
  padding: 24px 24px 172px 24px;
  position:relative;
}
.about .voice .left {
    border: 2px solid #FAB011;
    background-color: #fff;
}
.about .voice .right{
    border: 2px solid #FB776E;
    background-color: #fff;
}
.about .voice .vbox .ttl{
  text-align:center;
  font-size:1.2rem;
  padding-bottom:15px;
}
.about .voice .vbox .ls li{
  list-style-type: disc;
  margin-left:1.4em;
  padding:3px 0;
  color:#0D8854;
}
.about .voice .vbox .arrow{
  padding: 16px 0;
  text-align: center;
}
.about .voice .vbox .ill img{
  max-width:100%;
  padding:0 20px;
  position: absolute;
  left:0;
  bottom:0;
  right:0;
}
.about .user{
  display:flex;
  justify-content:space-between;
  flex-wrap: wrap;
  width:800px;
  padding-top:20px;
}
.about .user li{
  width:380px;
  margin-bottom:30px;
  background:#fff;
  padding: 32px 24px 24px 24px;
  border-radius:24px;
  position:relative;
}
/*一角落ち*/
.about-ttl{
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
}
.about .user li p{
  font-size:1rem;
  line-height:1.7;
}
.general-service{
    background-color: #fff;
    border-radius: 24px;
    padding: 32px 32px 24px; 
    margin-top: 24px;
}
.general-service h5{
  text-align: center;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 500;
}
.general-service-content{
  display: flex;
  justify-content: center;
  align-items: baseline;
}
.general-service-content-inner{
  width: calc(50% - 32px);
}
.general-service p{
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  color: #0D8854;
  margin: 16px 0;
} 
.general-service li{
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
  list-style: disc;
  margin: 8px 0 8px 16px;
}
.general-service li span{
  font-size: 13px;
  line-height: 1.5;
  font-weight: 500;
}
  
@media screen and (max-width: 768px) {
  .general-service-content{
    display: block;
  }
  .general-service-content-inner{
    width: 100%;
  }
}

.about .user li .y{
  border: 2px solid #FAB011;
  padding: 0 20px;
  line-height: 30px;
  font-size: .9rem;
  border-radius: 17px;
  text-align: center;
  margin-right: 20px;
  white-space: nowrap;
  background:#fff;
  position:absolute;
  top:-10px;
  font-weight: 500;
}
.about .user li .r{
  border: 2px solid #FB776E;
  padding: 0 20px;
  line-height: 30px;
  font-size: .9rem;
  border-radius: 17px;
  text-align: center;
  margin-right: 20px;
  white-space: nowrap;
  background:#fff;
  position:absolute;
  top:-10px;
  font-weight: 500;
}
.s05{
  padding-bottom:80px;
}
.s05 .inr{
  max-width:1100px;
  margin:0px auto;
  padding:0 30px;
  text-align:center;
}
.s05 .lnks{
  text-align:left;
}
.s05 .lnks h3{
  font-size:1.3rem;
  margin-bottom:15px;
  padding:0 15px;
  font-weight: 500;
}
 .s05 .lnks ul{
  margin-bottom:45px;
}
.s05 .lnks li{
  display: inline-block;
  width:250px;
  box-shadow:3px 3px 6px 1px rgba(0, 0, 0, .1);
  border-radius:20px;
  background: #fff;
  padding:0;
  text-align:left;
  margin:0 15px 15px 0;
}
 .s05 .lnks li a{
  display:flex;
  align-items:center;
  width:250px;
  min-height:90px;
  text-align:center;
  padding:0 25px;
}
.s05 .lnks li a img{
  width:200px;
}
@media screen and (max-width: 1060px) {
  .about .inner-800 {
      max-width: 800px;
      margin: 0px auto;
      padding: 0;
      text-align: left;
  }

  .about .inner-800 .ov {
    position: static;
    width: 100%;
    margin: 40px auto 80px;
  }

  .breadcrumb-area {
    width: 100%;
    margin: 0 auto;
    padding-top: 200px;
  }
  .about .box img {
    display: block;
    width: 90%;
    margin: 0 auto 15px auto;
  }
}
@media screen and (max-width: 960px) {
  .about h2{
    display: inline-block;
    position:relative;
    font-size:1.5rem;
    z-index: 0;
    margin-bottom:35px;
  }
  .about h2:before{
    position: absolute;
    bottom:-9px;
    left:-40px;
    right:-40px;
    content:"";
    display:block;
    height:20px;
    border-radius:10px;
    background-color:#D3DE18;
    z-index: -1;
  }
  .about h2:after{
    position: absolute;
    bottom:-9px;
    right:-40px;
    content:"";
    display:block;
    width:32px;
    height:20px;
    border-radius:10px;
    background-color:#FAB011;
    z-index: -1;
  }
  .about .inner-800{
    max-width:100%;
    margin:0;
    padding:0;
    text-align: left;
  }
  .about .inner-800 p{
    font-size: 16px;
    line-height: 1.8;
  }
  .about .inner-800 h3{
    font-size:1.5rem;
    line-height:1.3;
    margin:40px 0 20px 0;
  }
  .about .inner-800 .img {
      text-align:center;
  }
  .about .inner-800 .img img{
    width:100%;
    max-width:400px;
    margin: 0 auto;
  }
  .about .inner-800 h4{
    font-size:1.2rem;
    line-height:1.3;
    margin:40px 0 20px 0;
  }
  .about .inner-800 h4.c01:before,
  .about .inner-800 h4.c02:before,
  .about .inner-800 h4.c03:before{
    vertical-align: top;
    margin-right:8px;
  }
  .about .inner-800 .ov{
    position: relative;
    left:0;
    right:0;
    width:100%;
    margin:40px 0 80px 0;
  }
  .about .lnks{
    display:flex;
    flex-wrap: wrap;
  }
  .about  .box{
    width:100%;
    padding:30px 30px 60px 30px;
    background:#fff;
    margin-bottom:20px;
  }
  .about .box img {
    display: block;
    width: 200px;
    margin: 0 auto 15px auto;
  }
  .about .voice{
    display: flex;
    flex-wrap: wrap;
    width:100%;
    padding-bottom:20px;
    justify-content: space-between;
    gap: 16px;
  }
  .about .voice .vbox{
    width:100%;
    border-radius:40px;
    padding: 24px 24px 172px 24px;
    position:relative;
    margin-bottom:20px;
  }
  .about .voice .vbox .ill img{
    width:100%;
    max-width:400px;
    padding:0 20px;
    position: absolute;
    left:0;
    bottom:0;
    right:0;
    margin:0 auto;
  }
  .about .user{
    display:flex;
    justify-content:space-between;
    flex-wrap: wrap;
    width:100%;
    padding-top:20px;
  }
  .about .user li{
    width:100%;
    margin-bottom:25px;
  }
  .about .user li .y,
  .about .user li .r{
    position:absolute;
    top:-10px;
    left:15px;
  }
  .s05 .lnks{
  text-align:left;
  }
  .s05 .lnks h3{
    font-size:1.3rem;
    margin-bottom:15px;
    padding:0 15px;
    font-weight: 500;
  }
  .s05 .lnks ul{
    margin-bottom:45px;
  }
  .s05 .lnks li{
      display: block;
      width: 100%;
  }
 .s05 .lnks li a{
    display: block;
    width: 100%;
    text-align: center;
    padding:15px 25px; 
 }
  .s05 .lnks li a img{
    width:200px;
  }
}
@media screen and (max-width: 960px) {
    .contents-inner736 {
        width: 100%;
        margin: 0 auto;
        padding: 0 24px 0;
    }
}
@media screen and (max-width: 960px) {
  .section01 h2 {
    font-size: 28px;
    margin-bottom: 50px;
    font-weight: 500;
 }
  .section-area-upper h3{
    font-size: 24px;
    margin-bottom: 32px;
    font-weight: 500;
 }
 .section-area-upper  h4{
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 24px;
}
  .section-area h3{
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 32px;
}
  .section-area h4{
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 24px;
  }
  .section-area h5{
  
  
    margin-bottom: 24px;
  }
}
    
@media screen and (max-width: 960px) {
  .breadcrumb-area {
    width: 100%;
    padding-top: 124px;
    margin: 0 auto;
  }
}
    
@media screen and (max-width: 960px) {
  .Breadcrumb-ListGroup li:last-child{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow-x: hidden;
  }
}
    
/*タブレット対応*/
.s01 .inr .img{
  position:absolute;
  top:-52px;
  right:-20px;
  width:42.3%;
}
.sp2 {
  display: none;
}

@media screen and (max-width: 960px) {
  .s01 .inr .img {
    position: absolute;
    top: 0;
    right: -45px;
    width: 320px;
  }
  .s01 .inr .txt p {
    width: 60%;
  }
  .s03 .sbox ul {
    display: flex;
  }
  .s03 .sbox li a {
    width: 30vw;
  }
}

@media screen and (max-width: 767px) {
  .s01 .inr .txt h2 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
    padding-top: 100px;
    letter-spacing: 3px;
  }
  .s01 .inr .img {
    position: absolute;
    top: 0;
    right: -45px;
    width: 170px;
  }
  .s01 .inr .txt p {
    width: 100%;
  }
  .sp2 {
    display: block;
  }
  .s03 .sbox ul {
    display: block;
  }
  .s03 .sbox li a {
    width: 100%;
  }
  .about .voice {
    display: block;
    flex-wrap: nowrap;
    width: 100%;
    padding-bottom: 20px;
    justify-content: space-between;
    gap: 16px;
  }
}
html.noscroll {
  overflow: hidden;
}
</style>