@charset "UTF-8";
/*
Theme Name: ccsa
Author: Airily
Version: 1.0
*/
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

div, pre, p, blockquote, h1, h2, h3, h4, h5, h6, form, fieldset, figure, figcaption, ul, ol, li {
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
}
@media (max-width: 1680px) {
  html {
    font-size: 54.6%;
  }
}
@media screen and (max-width: 1600px) {
  html {
    font-size: 52%;
  }
}
@media screen and (max-width: 1400px) {
  html {
    font-size: 45.5%;
  }
}
@media screen and (max-width: 1280px) {
  html {
    font-size: 41.6%;
  }
}
@media screen and (max-width: 1024px) {
  html {
    font-size: 33.3%;
  }
}
@media (max-width: 767px) {
  html {
    font-size: 62.5%;
  }
}

* {
  box-sizing: border-box;
  word-break: break-all;
}

p {
  margin-bottom: 1.7em;
}
p.mb0 {
  margin-bottom: 0;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  border: 0;
}

a {
  color: #000;
}
a[href^="tel:"] {
  text-decoration: none;
}
@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
a img:hover {
  opacity: 0.6;
}

#header {
  width: 100%;
  height: 120px;
  margin: 0 auto;
  background: #fff;
  border-top: solid 1px #D9D9D9;
  position: fixed;
  top: 0;
  letter-spacing: 0.1rem;
  transition: 1s;
  z-index: 10;
}
#header.hide {
  transform: translateY(calc(-120px - 1px));
}
@media (max-width: 1079px) {
  #header {
    height: 70px;
  }
}

#header .header-in {
  width: 100%;
  display: flex;
  justify-content: space-between;
  height: 100%;
  position: relative;
}
@media (max-width: 1079px) {
  #header .header-in {
    display: block;
  }
}
#header .header-in .header-l {
  /*width: 26%;*/
  width: 29%;
  display: flex;
  align-items: center;
  padding-left: 1.5625%;
}
@media (max-width: 1079px) {
  #header .header-in .header-l {
    width: 100%;
    height: 100%;
    padding-right: 0;
    padding-left: 20px;
  }
}
#header .header-in .header-l .logo img {
  aspect-ratio: 500/70;
}
@media (max-width: 1079px) {
  #header .header-in .header-l .logo img {
    width: auto;
    height: 60px;
  }
}
@media (max-width: 767px) {
  #header .header-in .header-l .logo img {
    width: auto;
    height: 38px;
  }
}
#header .header-in .header-r {
  width: calc(100% - 26%);
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 1079px) {
  #header .header-in .header-r {
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
  }
}
#header .header-in .header-r .in-r {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 290px;
  padding-right: 5px;
  padding-left: 5px;
  color: #177047;
  position: relative;
}
@media screen and (max-width: 1749px) {
  #header .header-in .header-r .in-r {
    width: 21%;
  }
}
@media (max-width: 1079px) {
  #header .header-in .header-r .in-r {
    display: none;
  }
}
#header .header-in .header-r .in-r::before {
  content: "";
  display: block;
  width: 1px;
  height: 83%;
  background: #bfbfbf;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media (max-width: 1079px) {
  #header .header-in .header-r .in-r::before {
    display: none;
  }
}
#header .header-in .header-r .in-r p.tit {
  padding: 4px 5px 3px;
  margin-bottom: 0;
  background: #177047;
  text-align: center;
  color: #fff;
  font-size: 1.3rem;
  line-height: 1;
}
#header .header-in .header-r .in-r p.time {
  margin-bottom: 0;
  font-size: 1.2rem;
  letter-spacing: -0.01rem;
}
#header .header-in .header-r .in-r a {
  display: flex;
  align-items: baseline;
  justify-content: center;
  padding-top: 6px;
  margin-bottom: 4px;
  text-decoration: none;
  color: #177047;
  font-size: 2.7rem;
  font-family: "游明朝", "Yu Mincho", "HGP明朝B", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "HiraMinProN-W6", serif;
  font-weight: 400;
  line-height: 1.2;
}
#header .header-in .header-r .in-r a span {
  font-size: 1.9rem;
}
#header .header-in .header-r .in-l {
  display: flex;
  align-items: center;
  justify-content: end;
  width: calc(100% - 290px);
  padding-right: 3%;
}
@media screen and (max-width: 1465px) {
  #header .header-in .header-r .in-l {
    width: 79%;
    padding-right: 1.5%;
  }
}
@media (max-width: 1079px) {
  #header .header-in .header-r .in-l {
    width: 100%;
    display: block;
    background: none;
    padding: 0;
  }
}

#nav-content {
  height: 100%;
  contain: paint;
}
@media (max-width: 1079px) {
  #nav-content {
    margin-top: calc(70px - 1px);
    width: 65%;
    max-width: 350px;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    background: #fff;
    pointer-events: auto;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    transform: translateX(100%);
    transition: transform 0.3s;
    will-change: transform;
  }
}
#nav-content ul {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
@media (min-width: 1080px) {
  #nav-content ul {
    align-items: center;
    justify-content: end;
    gap: 1.5%;
  }
}
@media screen and (min-width: 1750px) {
  #nav-content ul {
    gap: 2.8%;
  }
}
@media (max-width: 1079px) {
  #nav-content ul {
    flex-direction: column;
    flex-wrap: unset;
  }
}
#nav-content ul li a {
  display: block;
  text-decoration: none;
  color: #000;
}
@media (min-width: 1080px) {
  #nav-content ul li a.on .pick::before {
    content: "";
    width: 40px;
    border-bottom: 1px solid #177047;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    margin: 0 auto;
  }
  #nav-content ul li a .pick {
    display: block;
    padding-bottom: 5px;
    position: relative;
  }
  #nav-content ul li a .pick:hover::before {
    content: "";
    width: 40px;
    border-bottom: 1px solid #177047;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    margin: 0 auto;
  }
}
@media (max-width: 1079px) {
  #nav-content ul li a {
    padding: 20px 5px;
    text-align: center;
    text-transform: uppercase;
    transition: color 0.1s;
    font-size: 1.4rem;
  }
  #nav-content ul li a:active {
    color: #177047;
  }
}

#footer {
  width: 100%;
}
#footer .footer-navi-bg {
  width: 100%;
  padding: 4.5rem 20px;
  background: #177047;
}
@media (max-width: 767px) {
  #footer .footer-navi-bg {
    padding: 0;
  }
}
#footer .footer-navi {
  width: 100%;
  max-width: 1640px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 0 0.609756%;
  color: #fff;
}
@media (max-width: 767px) {
  #footer .footer-navi {
    display: none;
  }
}
#footer .footer-navi ul {
  list-style: none;
}
#footer .footer-navi ul.nav-01 {
  width: 9.7561%;
}
#footer .footer-navi ul.nav-02 {
  width: 14.02439%;
}
#footer .footer-navi ul.nav-03 {
  width: 15.2439%;
}
#footer .footer-navi ul.nav-04 {
  width: 12.8048%;
}
#footer .footer-navi ul.nav-05 {
  width: 16.46342%;
}
#footer .footer-navi ul.nav-06 {
  width: 18.29268%;
}
#footer .footer-navi ul li {
  margin-bottom: 0.2rem;
  font-size: 1.7rem;
}
#footer .footer-navi ul li a {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
  position: relative;
}
#footer .footer-navi ul li a:hover {
  opacity: 0.7;
}
#footer .footer-navi ul li.li-second a {
  font-weight: 500;
}
#footer .footer-navi ul li.li-second a::before {
  content: "- ";
  top: 3px;
}
#footer ul.sp_footer-navi {
  display: none;
}
@media (max-width: 767px) {
  #footer ul.sp_footer-navi {
    display: block;
    list-style: none;
    border-top: solid 1px #fff;
    display: flex;
    flex-wrap: wrap;
  }
  #footer ul.sp_footer-navi > li {
    width: 50%;
    border-bottom: solid 1px #fff;
    text-align: center;
  }
  #footer ul.sp_footer-navi > li:nth-child(odd) {
    border-right: solid 1px #fff;
  }
  #footer ul.sp_footer-navi > li a {
    display: flex;
    justify-content: center;
    padding: 1rem;
    text-decoration: none;
    color: #fff;
    position: relative;
  }
}
#footer .footer-banner-wrapp {
  width: 100%;
  padding: 4rem 0;
  text-align: center;
}

#footer .footer-banner-wrapp .banner-wrapp {
  width: 100%;
  max-width: 1680px;
  margin: 0 auto;
  overflow: hidden;
  padding-right: 20px;
  padding-left: 20px;
}
/* @media (max-width: 767px) {
  #footer .footer-banner-wrapp .banner-wrapp {
    gap: 30px;
  }
} */

#footer .footer-banner-wrapp .banner-wrapp .banner-box {
  display: block;
  width: 30.5%;
  max-width: 500px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  #footer .footer-banner-wrapp .banner-wrapp .banner-box {
    width: 100%;
    max-width: none;
  }
}
#footer .footer-banner-wrapp .banner-wrapp .banner-flex {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 5rem;
}
#footer .footer-banner-wrapp .banner-wrapp .banner-flex figure{
  width: 23.17%;
  max-width: 381px;
}
#footer .footer-banner-wrapp .banner-wrapp .banner-flex img{
max-width: 381px;
}
@media (max-width: 1680px) {
  #footer .footer-banner-wrapp .banner-wrapp .banner-flex img{
max-width: 100%;
}
}
#footer .footer-banner-wrapp .banner-wrapp .banner-flex .logo-chiba-city{
margin-right: 2rem;
}
@media (max-width: 767px) {
  #footer .footer-banner-wrapp .banner-wrapp .banner-flex{
    display: block;
        width: 100%;
    max-width: none;
  }
    #footer .footer-banner-wrapp .banner-wrapp .banner-flex figure{
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}
  #footer .footer-banner-wrapp .banner-wrapp .banner-flex .logo-chiba-city{
  margin: 0 auto;
	padding-bottom: 2rem;
  }
}

.copyright-bg {
  width: 100%;
  padding-top: 14.5833%;
  background: url(img/footer-bg.webp) no-repeat center top;
  background-size: cover;
  position: relative;
}
@media (max-width: 767px) {
  .copyright-bg {
    padding-top: 0;
    height: 150px;
  }
}
.copyright-bg .copyright-inner {
  position: absolute;
  bottom: 1rem;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

.copyright {
  display: inline-block;
  padding: 7px 3.1rem;
  background: #177047;
  border-radius: 50px;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1;
}
@media (max-width: 767px) {
  .copyright {
    font-size: 1.4rem;
  }
}

.slick-wrap {
  margin-top: 120px;
  margin-bottom: 13rem;
  position: relative;
}
@media (max-width: 767px) {
  .slick-wrap {
    margin-top: 70px;
    margin-bottom: 30px;
  }
}

.slick-img {
  width: 100%;
  margin: 0 auto;
  background: #fff;
  overflow: hidden;
}
.slick-img img {
  width: 100%;
  max-width: auto;
  height: auto;
}
@media (max-width: 767px) {
  .slick-img img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
.add-animation {
  animation: zoomUp 7s linear 0s normal both;
}

.slick-txt {
  position: absolute;
  bottom: 5rem;
  right: 0;
  left: 0;
  width: 100%;
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  text-shadow: 0px 3px 5px rgba(0, 0, 0, 0.6);
  z-index: 1;
}
@media (max-width: 767px) {
  .slick-txt {
    display: block;
    background: #177047;
    padding: 20px;
    position: static;
  }
}
.slick-txt p {
  margin-bottom: 0;
  font-weight: bold;
}
.slick-txt p.txt1 {
  font-size: 6.4rem;
  font-weight: 500;
}
@media (max-width: 767px) {
  .slick-txt p.txt1 {
    font-size: 2rem;
    word-break: break-word;
  }
}
.slick-txt p.txt2 {
  font-size: 4.8rem;
  font-family: "游明朝", "Yu Mincho", "HGP明朝B", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "HiraMinProN-W6", serif;
  font-weight: 400;
}
@media (max-width: 767px) {
  .slick-txt p.txt2 {
    font-size: 1.6rem;
  }
}

body {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  background: #fff;
  color: #000;
  font-weight: 500;
  font-size: 1.867rem;
  font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, "MS PGothic", Osaka, "Hiragino Sans", sans-serif;
  -webkit-text-size-adjust: 100%;
}
@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

#nav-container {
  width: 100%;
}
@media (max-width: 1079px) {
  #nav-container {
    position: fixed;
    height: 100vh;
    pointer-events: none;
  }
}

@media (max-width: 1079px) {
  #nav-container .bg {
    position: absolute;
    top: 70px;
    left: 0;
    width: 100%;
    height: calc(100% - 70px);
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
    background: #000;
  }
  #nav-container:focus-within .bg {
    visibility: visible;
    opacity: 0.6;
  }
}
#nav-container * {
  visibility: visible;
}

@media (max-width: 1079px) {
  .button {
    position: relative;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 11;
    -moz-appearance: none;
         appearance: none;
    -webkit-appearance: none;
    border: 0;
    background: transparent;
    border-radius: 0;
    height: 70px;
    width: 30px;
    cursor: pointer;
    pointer-events: auto;
    margin-left: auto;
    margin-right: 20px;
    touch-action: manipulation;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .icon-bar {
    display: block;
    width: 100%;
    height: 3px;
    background: #000;
    transition: 0.3s;
  }
  .icon-bar + .icon-bar {
    margin-top: 8px;
  }
  #nav-container:focus-within .button {
    pointer-events: none;
  }
  #nav-container:focus-within .icon-bar:nth-of-type(1) {
    transform: translate3d(0, 11px, 0) rotate(45deg);
  }
  #nav-container:focus-within .icon-bar:nth-of-type(2) {
    opacity: 0;
  }
  #nav-container:focus-within .icon-bar:nth-of-type(3) {
    transform: translate3d(0, -11px, 0) rotate(-45deg);
  }
}
@media (max-width: 1079px) {
  #nav-container:focus-within #nav-content {
    transform: none;
  }
}
section,
.section-box {
  width: 100%;
  max-width: 1680px;
  margin: 0 auto;
  overflow: hidden;
}
section.full,
.section-box.full {
  max-width: none;
}
section > p:last-child,
.section-box > p:last-child {
  margin-bottom: 0;
}

main {
  width: 100%;
}
main.sub-box {
  margin-top: 12.5rem;
}
@media (max-width: 767px) {
  main.sub-box {
    margin-top: 60px;
  }
}
main.sub-box section,
main.sub-box .section-box {
  padding-right: 20px;
  padding-left: 20px;
  margin-bottom: 13rem;
}
@media (max-width: 767px) {
  main.sub-box section,
  main.sub-box .section-box {
    margin-bottom: 30px;
  }
}
main.sub-box section:nth-last-of-type(1),
main.sub-box .section-box:nth-last-of-type(1) {
  margin-bottom: 16rem;
}
@media (max-width: 767px) {
  main.sub-box section:nth-last-of-type(1),
  main.sub-box .section-box:nth-last-of-type(1) {
    margin-bottom: 60px;
  }
}

h1 {
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  h1 {
    display: none;
  }
}

.txt-c {
  text-align: center;
}

.pc_on {
  display: block;
}
@media (max-width: 767px) {
  .pc_on {
    display: none;
  }
}

.sp_on {
  display: none;
}
@media (max-width: 767px) {
  .sp_on {
    display: block;
  }
}

.pc_br {
  display: block;
}
@media (max-width: 767px) {
  .pc_br {
    display: none;
  }
}

.sp_br {
  display: none;
}
@media (max-width: 767px) {
  .sp_br {
    display: block;
  }
}
@media (min-width: 768px) {
  .sp_br.non-br {
    white-space: nowrap;
  }
}
.sp_br.pad-r {
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .sp_br.pad-r {
    padding-right: 0;
  }
}
.sp_br.pad-l {
  padding-left: 1rem;
}
@media (max-width: 767px) {
  .sp_br.pad-l {
    padding-left: 0;
  }
}

.s2v {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 10;
}
@media (max-width: 767px) {
  .s2v {
    bottom: 10px;
    right: 10px;
  }
}
.s2v img {
  width: 50px;
  height: 50px;
}

.pageNum {
  text-align: center;
  font-size: 16px;
}
@media (max-width: 767px) {
  .pageNum {
    font-size: 14px;
  }
}
.pageNum a {
  text-decoration: none;
}
.pageNum a.numb2 {
  padding: 0 2em;
}

.pagination {
  width: 100%;
  overflow: hidden;
  text-align: center;
  clear: both;
  background-color: transparent;
  padding-top: 4em;
}
.pagination a {
  padding: 5px 10px;
  display: inline-block;
  border: solid 1px #cccccc;
  color: #000000;
  background-color: #ffffff;
  font-size: 15px;
  text-decoration: none;
}
.pagination a:hover {
  background-color: #e8e8e8;
}
.pagination span {
  padding: 5px 10px;
  display: inline-block;
}
.pagination span.current {
  padding: 5px 10px;
  display: inline-block;
  border: solid 1px #cccccc;
  color: #000000;
  background-color: #ffffff;
  font-size: 15px;
  text-decoration: none;
  font-weight: bold;
}

.fadeIn {
  opacity: 0;
  transition-duration: 1.3s;
  transition-property: opacity, transform;
}

.fadeIn-up {
  transform: translate(0, 50px);
}

.scrollIn {
  opacity: 1;
  transform: translate(0, 0);
}

a .img-ov {
  display: block;
  overflow: hidden;
  position: relative;
}
a .img-ov img {
  transition: ease 0.35s;
}
a .img-ov::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  content: "";
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 100%;
  transform: translate(-50%, -50%);
  opacity: 1;
}
a .img-ov:hover::before {
  animation: ring 0.8s;
}
a:hover .img-ov img {
  transform: scale(1.1, 1.1);
}

@keyframes ring {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
#h2-bg {
  width: 100%;
  padding-top: 16.145834%;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 120px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 767px) {
  #h2-bg {
    padding-top: 0;
    margin-top: 70px;
    height: 150px;
    background-position: center top;
  }
}
#h2-bg .h2-inner {
  width: 100%;
  max-width: 1680px;
  margin: 0 auto;
  overflow: hidden;
  height: 100%;
  padding-top: 2rem;
  padding-bottom: 3.5rem;
  padding-right: 20px;
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
@media (max-width: 767px) {
  #h2-bg .h2-inner {
    flex-direction: row;
    align-items: center;
    padding-bottom: 2rem;
  }
}
#h2-bg .h2-inner .inner-bottom {
  margin-top: auto;
}
@media (max-width: 767px) {
  #h2-bg .h2-inner .inner-bottom {
    margin-bottom: auto;
    line-height: 0;
  }
}
#h2-bg .h2-inner h2 {
  padding-left: 1rem;
  font-size: 3.2rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 200;
  line-height: 1;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  #h2-bg .h2-inner h2 {
    font-size: 2.3rem;
    margin-bottom: 0;
  }
}

ol.topic-path {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  color: #7F7F7F;
  line-height: 1;
}
ol.topic-path dt, ol.topic-path dd {
  margin: 0;
  padding: 0;
}
ol.topic-path.v2 {
  margin-bottom: 7.5rem;
}
@media (max-width: 767px) {
  ol.topic-path {
    display: none;
  }
}
ol.topic-path li {
  background: url(img/topicpath-arrow.webp) no-repeat left center;
  padding-left: 2rem;
  margin-left: 2rem;
  font-size: 1.5rem;
}
ol.topic-path li a {
  text-decoration: none;
  color: #7F7F7F;
}
ol.topic-path li a:hover {
  text-decoration: underline;
}
ol.topic-path li:first-child {
  padding-left: 0;
  margin-left: 0;
  background: none;
}
ol.topic-path li:first-child a {
  padding-left: 0;
  background: none;
}

.path-wrap {
  display: inline-block;
  padding-left: 4.5rem;
}

.page-path {
  gap: 1.3rem 5rem;
  line-height: 1;
  display: grid;
  grid-auto-flow: column;
  grid-template-rows: repeat(3, 1fr);
}
.page-path a {
  width: 28rem;
  text-decoration: none;
  color: #000;
  font-size: 1.7rem;
  display: flex;
  align-items: center;
  position: relative;
}
.page-path a::before {
  content: url(img/path-arrow.webp);
  display: block;
  margin-right: 1rem;
  line-height: 0;
}
.page-path a:hover {
  opacity: 0.7;
}
@media (max-width: 767px) {
  .page-path {
    display: none;
  }
}

.tbl-aco {
  border-collapse: collapse;
  width: 100%;
}
@media (max-width: 767px) {
  .tbl-aco {
    display: block;
  }
  .tbl-aco tbody {
    display: block;
  }
  .tbl-aco tbody tr {
    display: block;
  }
}

.aco-wrapper {
  width: 100%;
  margin: 0 auto;
}
.aco-wrapper p:nth-last-of-type(1) {
  margin-bottom: 0;
}

.aco-content {
  padding-bottom: 3rem;
}
@media (max-width: 767px) {
  .aco-content {
    display: block;
  }
}

.aco-btn.aco-wrapper {
  min-height: 40px;
  /*padding: 0 50px 0.8rem 10px;*/
  padding: 2rem 50px 0rem 10px;
  border-bottom: solid 1px #BFBFBF;
  align-items: center;
  display: flex;
  align-items: baseline;
  gap: 0 0.5rem;
  font-size: 2.4rem;
  position: relative;
  cursor: pointer;
}
@media (max-width: 767px) {
  .aco-btn.aco-wrapper {
    font-size: 1.6rem;
  }
}
.aco-btn.aco-wrapper .q-numb {
  font-family: "游明朝", "Yu Mincho", "HGP明朝B", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "HiraMinProN-W6", serif;
  font-weight: 400;
  margin-right: 1rem;
}
.aco-btn.aco-wrapper .txt-question {
  flex: 1;
}
.aco-btn.aco-wrapper .txt-question p {
  font-size: 1.867rem;
}
.aco-btn::before, .aco-btn::after {
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  background-color: #000;
  transition: all 0.4s;
  position: absolute;
  right: 1rem;
  /*bottom: 46%;*/
  top: 39px;
}
@media (max-width: 767px) {
  .aco-btn.aco-wrapper .txt-question p {
    font-size: 1.6rem;
  }
  .aco-btn::before, .aco-btn::after {
    /*top: 20px;*/
    top: 33px;
    bottom: auto;
  }
}
.aco-btn::after {
  transform: rotate(90deg);
}

.aco-btn.active::after {
  transform: rotate(0);
}

.aco-text.aco-wrapper {
  padding: 1rem 5px;
  display: flex;
  gap: 0 2rem;
  position: relative;
  display: none;
}
.aco-text.aco-wrapper .box_answer {
  background: #F8F8F8;
  padding: 0.5rem 1rem 4rem;
  display: flex;
  align-items: baseline;
  gap: 0 1rem;
}
.aco-text.aco-wrapper .box_answer .txt-answer {
  flex: 1;
}

.aco-wrapper tr:first-of-type .aco-text {
  display: block;
}
.aco-wrapper tr:first-of-type .aco-btn::after {
  transform: rotate(0);
}
.aco-wrapper tr:first-of-type .aco-btn.active::after {
  transform: rotate(90deg);
}

h3 {
  width: 100%;
  margin-bottom: 7.5rem;
  padding-top: 3rem;
  text-align: center;
  color: #177047;
  font-size: 2.7rem;
  font-weight: 500;
}
@media (max-width: 767px) {
  h3 {
    margin-bottom: 30px;
    font-size: 2rem;
  }
}
h3 .h3-eng {
  display: block;
  font-size: 3.7rem;
  font-family: "游明朝", "Yu Mincho", "HGP明朝B", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "HiraMinProN-W6", serif;
  font-weight: 400;
  line-height: 1.4;
}
@media (max-width: 767px) {
  h3 .h3-eng {
    font-size: 2.8rem;
  }
}

h4 {
  width: 100%;
  display: flex;
  margin-bottom: 2rem;
  padding-left: 3.1rem;
  color: #177047;
  font-size: 2.4rem;
  font-weight: bold;
  position: relative;
}
@media (max-width: 767px) {
  h4 {
    flex-direction: column;
    padding-left: 2.5rem;
    font-size: 1.8rem;
  }
}
h4::before {
  content: "";
  display: block;
  background: url(img/icon-h4.webp) no-repeat left top;
  background-size: cover;
  width: 2.1rem;
  height: 2.1rem;
  position: absolute;
  top: 0.9rem;
  left: 0;
  line-height: 0;
}
@media (max-width: 767px) {
  h4::before {
    width: 1.8rem;
    height: 1.8rem;
    top: 0.5rem;
  }
}
h4 .pad-rl {
  display: inline-block;
  padding-right: 20px;
  padding-left: 20px;
}
@media (max-width: 767px) {
  h4 .pad-rl {
    display: block;
    padding-right: 0;
    padding-left: 0;
  }
}
h4 a {
  text-decoration: none;
  color: #177047;
}

span.icon {
  display: inline-block;
  width: 140px;
  border: solid 1px #404040;
  background: #fff;
  text-align: center;
  color: #000;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1;
  padding: 6px 4px 5px;
}
@media (max-width: 767px) {
  span.icon {
    font-size: 1.4rem;
  }
}
span.icon.info {
  border: solid 1px #ED7D31;
  color: #ED7D31;
}
span.icon.company {
  border: solid 1px #404040;
  color: #404040;
}
span.icon.recruit {
  border: solid 1px #70AD47;
  color: #70AD47;
}
span.icon.technic {
  border: solid 1px #4472C4;
  color: #4472C4;
}
span.icon.plan {
  border: solid 1px #C00000;
  color: #C00000;
}

.topics-tbl {
  border-collapse: collapse;
  width: 100%;
}
@media (max-width: 767px) {
  .topics-tbl {
    width: calc(100% - 17px);
  }
}
.topics-tbl tbody tr td {
  padding-bottom: 3rem;
  vertical-align: top;
  text-align: left;
  font-weight: 500;
}
@media (max-width: 767px) {
  .topics-tbl tbody tr td {
    display: block;
    width: 100%;
  }
}
.topics-tbl tbody tr td.entry {
  width: 320px;
  padding: 0;
  line-height: 1;
}
@media (max-width: 767px) {
  .topics-tbl tbody tr td.entry {
    width: 100%;
  }
}
.topics-tbl tbody tr td.entry .entry-box {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .topics-tbl tbody tr td.entry .entry-box {
    justify-content: unset;
  }
}
.topics-tbl tbody tr td.topics_contents {
  padding-top: 0.2rem;
  padding-left: 4rem;
}
@media (max-width: 767px) {
  .topics-tbl tbody tr td.topics_contents {
    padding-top: 15px;
    padding-left: 0;
  }
}
.topics-tbl tbody tr td .entry-day {
  display: inline-block;
}
@media (max-width: 767px) {
  .topics-tbl tbody tr td .entry-day {
    margin-right: 20px;
  }
}
.topics-tbl tbody tr td p {
  margin-bottom: 0;
}
.topics-tbl tbody tr td a {
  text-decoration: none;
}
.topics-tbl tbody tr td a:hover {
  text-decoration: underline;
}

#layout {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1680px;
  margin: 0 auto;
  overflow: hidden;
  margin-bottom: 145px;
}
@media (max-width: 767px) {
  #layout {
    width: 100%;
    flex-direction: column;
  }
}
#layout .main-box {
  width: calc(100% - 40px - 380px);
  margin-right: 40px;
}
@media (max-width: 767px) {
  #layout .main-box {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }
}
#layout .side-box {
  width: 380px;
}
@media (max-width: 767px) {
  #layout .side-box {
    width: 100%;
    margin: 0 auto;
  }
}
#layout .side-box ul {
  list-style: none;
  margin-bottom: 50px;
  padding-left: 35px;
}
#layout .side-box ul li {
  margin-bottom: 10px;
  border: solid 1px #BFBFBF;
}
#layout .side-box ul li:first-child {
  display: flex;
  align-items: center;
}
#layout .side-box ul li a {
  display: block;
  width: 100%;
  padding: 15px;
  text-decoration: none;
}
#layout .side-box ul li a:hover {
  background: #7F7F7E;
  color: #fff;
}
#layout .side-box ul li.current-cat {
  background-color: #7F7F7E;
}
#layout .side-box ul li.current-cat a {
  color: #ffffff;
}

.article .article-box {
  width: 100%;
  margin-bottom: 25px;
  padding: 15px 10px;
  background: #F2F2F2;
}
.article .article-box .icon {
  margin-right: 15px;
}
.article .article-box .day-box {
  vertical-align: middle;
}
.article .article-box .article-link {
  padding-top: 15px;
}

.side-calen-wrap {
  width: 100%;
  padding-left: 35px;
}
.side-calen-wrap h2 {
  display: none;
}

.wp-calendar {
  width: 100%;
  border: solid 1px #BFBFBF;
}
.wp-calendar th {
  font-weight: normal;
}
.wp-calendar td {
  text-align: center;
}
.wp-calendar td.today {
  color: #E5000E;
  border-bottom: none;
}
.wp-calendar td a {
  display: block;
  color: #014DA1;
  font-weight: bold;
}
.wp-calendar td a:hover {
  background: #014DA1;
  color: #fff;
}

.wp-calendar-nav {
  position: relative;
}
.wp-calendar-nav .wp-calendar-nav-next {
  position: absolute;
  right: 0;
}
.wp-calendar-nav .wp-calendar-nav-next a {
  text-decoration: none;
}
.wp-calendar-nav .wp-calendar-nav-prev a {
  text-decoration: none;
}

.news-details {
  margin-bottom: 5em;
}

p.news-details-day {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  p.news-details-day {
    margin-bottom: 10px;
  }
}

.tab-content {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: end;
  position: relative;
  width: 100%;
}
.tab-content input[type=radio] {
  display: none;
}
.tab-content input[type=radio]:checked + label {
  background: #fff;
  border-color: #7F7F7F;
  color: #177047;
  z-index: 1;
}
.tab-content label {
  width: 15%;
  max-width: 24rem;
  background: rgba(23, 112, 71, 0.05);
  border: solid 1px #fff;
  border-bottom: none;
  margin-bottom: -1px;
  text-align: center;
  color: #7F7F7F;
  cursor: pointer;
  position: relative;
  z-index: 0;
}
@media (max-width: 767px) {
  .tab-content label {
    display: none;
  }
}
.tab-content label:hover {
  color: #177047;
}
.tab-content label .tab-txt {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 2rem 1rem 1.8rem;
  line-height: 1;
  position: relative;
  letter-spacing: 0.1rem;
}
.tab-content label .tab-txt .eng {
  margin-bottom: 10px;
  font-size: 1.9rem;
  font-family: "游明朝", "Yu Mincho", "HGP明朝B", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "HiraMinProN-W6", serif;
}
@media (max-width: 767px) {
  .tab-content label .tab-txt .eng {
    font-size: 1.4rem;
  }
}
.tab-content label .tab-txt .jp {
  font-size: 1.3rem;
}
@media (max-width: 767px) {
  .tab-content label .tab-txt .jp {
    font-size: 1.2rem;
  }
}
@media (max-width: 767px) {
  .tab-content label .tab-txt {
    padding: 0 5px;
    display: flex;
    flex-direction: column;
    height: 100%;
  }
}
.tab-content label:nth-last-of-type(1) {
  width: 13.5%;
  max-width: 22rem;
  background: none;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .tab-content label:nth-last-of-type(1) {
    width: 100%;
    max-width: none;
    justify-content: end;
    padding-bottom: 10px;
  }
}
.tab-content label:nth-last-of-type(1) a {
  pointer-events: auto;
  width: 76%;
  max-width: 16.5rem;
  display: inline-block;
  padding: 0.7rem 0.5rem;
  background: #177047;
  text-decoration: none;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1;
}
@media (max-width: 767px) {
  .tab-content label:nth-last-of-type(1) a {
    width: 250px;
    font-size: 14px;
  }
}
.tab-content .tab-box {
  width: 100%;
  height: 340px;
  clear: both;
  margin: 0;
  border-top: solid 1px #7F7F7F;
  border-bottom: solid 1px #D9D9D9;
  padding-top: 3.8rem;
  padding-left: 1rem;
  overflow: scroll;
  overflow-x: hidden;
  position: relative;
  z-index: 0;
}
.tab-content .tab-box > div {
  display: none;
}

#tab1:checked ~ .tab-box > #tabView1 {
  display: block;
}

#tab2:checked ~ .tab-box > #tabView2 {
  display: block;
}

#tab3:checked ~ .tab-box > #tabView3 {
  display: block;
}

#tab4:checked ~ .tab-box > #tabView4 {
  display: block;
}

#tab5:checked ~ .tab-box > #tabView5 {
  display: block;
}

section.home-news {
  margin-bottom: 16rem;
  padding-right: 20px;
  padding-left: 20px;
}
@media (max-width: 767px) {
  section.home-news {
    margin-bottom: 60px;
  }
}
section.home-biz {
  margin-bottom: 12rem;
}
@media (max-width: 767px) {
  section.home-biz {
    margin-bottom: 60px;
  }
}

.bg-01 {
  background: rgb(23, 112, 71);
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 30%, rgba(23, 112, 71, 0.1) 30%, rgba(23, 112, 71, 0.1) 100%);
}
@media (max-width: 767px) {
  .bg-01 {
    background: rgba(23, 112, 71, 0.1);
    padding-top: 40px;
  }
}

.home-wrapp-01 {
  width: 100%;
  max-width: 1920px;
  padding-left: 2.6%;
  margin: 0 auto 9rem;
  position: relative;
}
@media (max-width: 767px) {
  .home-wrapp-01 {
    padding-left: 0;
    margin-bottom: 30px;
  }
}
.home-wrapp-01 .wrapp-title {
  width: 49%;
  margin-bottom: 2.5rem;
  background: transparent;
  color: #177047;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .home-wrapp-01 .wrapp-title {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    margin-bottom: 30px;
  }
}
.home-wrapp-01 .wrapp-title span {
  display: block;
}
.home-wrapp-01 .wrapp-title span.txt-01 {
  font-size: 4rem;
}
@media (max-width: 767px) {
  .home-wrapp-01 .wrapp-title span.txt-01 {
    font-size: 2.3rem;
  }
}
.home-wrapp-01 .wrapp-title span.txt-02 {
  font-size: 2.7rem;
}
@media (max-width: 767px) {
  .home-wrapp-01 .wrapp-title span.txt-02 {
    font-size: 1.8rem;
  }
}
.home-wrapp-01 .home-01-contents {
  width: 95.65%;
  max-width: 1780px;
  margin-right: 0;
  margin-left: auto;
  position: relative;
  z-index: 0;
}
@media (max-width: 767px) {
  .home-wrapp-01 .home-01-contents {
    width: 100%;
  }
}
.home-wrapp-01 .home-01-contents::before {
  content: "";
  display: block;
  width: 92%;
  height: 100%;
  background: rgba(23, 112, 71, 0.05);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media (max-width: 767px) {
  .home-wrapp-01 .home-01-contents::before {
    width: 100%;
  }
}
.home-wrapp-01 .home-01-contents figure {
  display: block;
  width: 52.809%;
  max-width: 940px;
  position: absolute;
  top: -14rem;
  right: 0;
  aspect-ratio: 940/530;
}
@media (max-width: 767px) {
  .home-wrapp-01 .home-01-contents figure {
    width: 100%;
    position: static;
  }
}
.home-wrapp-01 .home-01-contents .txt-box {
  width: 45%;
  max-width: 800px;
  padding-top: 4rem;
  padding-bottom: 4rem;
  padding-left: 2.8%;
  line-height: 1.7;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .home-wrapp-01 .home-01-contents .txt-box {
    width: 100%;
    padding: 30px 20px;
    font-size: 1.6rem;
  }
}
.home-wrapp-01 .home-01-contents .txt-box p {
  margin-bottom: 2.5rem;
}
.home-wrapp-01 .home-01-contents .txt-box a.btn-01 {
  width: 100%;
  max-width: 24rem;
  display: block;
  padding: 1.1rem 0.5rem;
  background: #177047;
  text-align: center;
  text-decoration: none;
  color: #fff;
  line-height: 1;
}
@media (max-width: 767px) {
  .home-wrapp-01 .home-01-contents .txt-box a.btn-01 {
    margin: auto;
  }
}

.col4-home-navi {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 2.1em 2.439%;
  max-width: 1680px;
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 8rem;
  margin-right: auto;
  margin-left: auto;
}
.col4-home-navi li {
  width: 23.17075%;
}
@media (max-width: 767px) {
  .col4-home-navi li {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .col4-home-navi {
    justify-content: center;
    padding-bottom: 30px;
  }
}
.col4-home-navi li {
  max-width: 380px;
}
.col4-home-navi li a {
  display: block;
  text-decoration: none;
}
.col4-home-navi li a picture {
  background: #fff;
}
.col4-home-navi li a figcaption {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.2rem;
  font-weight: 400;
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .col4-home-navi li a figcaption {
    font-size: 1.6rem;
  }
}
.col4-home-navi li a:hover figcaption {
  opacity: 0.6;
}
.col4-home-navi li a img:hover {
  opacity: 1;
}

a.btn-02 {
  display: inline-flex;
  padding-left: 1.5rem;
  color: #000;
  position: relative;
}
a.btn-02::before {
  content: url(img/path-arrow.webp);
  display: block;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
}

.flow-wrapp {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 4rem 10rem;
  margin-bottom: 3.5rem;
}
.flow-wrapp .flow-box {
  width: calc((100% - 10rem) / 2);
  padding-left: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem 2rem;
}
@media (max-width: 767px) {
  .flow-wrapp .flow-box {
    width: 100%;
    padding-left: 0;
  }
}
.flow-wrapp .flow-box > figure {
  width: 21.05264%;
  max-width: 160px;
}
@media (max-width: 767px) {
  .flow-wrapp .flow-box > figure {
    width: 100%;
    margin: 0 auto;
  }
}
.flow-wrapp .flow-box .txt-box {
  flex: 1;
}
@media (max-width: 767px) {
  .flow-wrapp .flow-box .txt-box {
    flex: auto;
    width: 100%;
  }
}
.flow-wrapp .flow-box .txt-box p {
  line-height: 1.7;
}
.flow-wrapp .flow-box .txt-box p.title {
  margin-bottom: 0.5em;
  font-size: 2.4rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .flow-wrapp .flow-box .txt-box p.title {
    font-size: 1.8rem;
  }
}
.flow-wrapp .flow-box .txt-box p:nth-last-of-type(1) {
  margin-bottom: 0;
}

.flow-txt-box {
  border-top: solid 1px #BFBFBF;
  border-bottom: solid 1px #BFBFBF;
  padding: 2rem 1rem;
}
.flow-txt-box p {
  margin-bottom: 0;
}

.tbl-process {
  border-collapse: collapse;
  width: 100%;
  border-bottom: solid 1px #BFBFBF;
  margin-bottom: 3.5rem;
}
.tbl-process:nth-last-of-type(1) {
  margin-bottom: 0;
}
.tbl-process th, .tbl-process td {
  border-top: solid 1px #BFBFBF;
  padding: 1.1rem 1rem;
  vertical-align: top;
  text-align: left;
}
@media (max-width: 767px) {
  .tbl-process th, .tbl-process td {
    display: block;
  }
}
.tbl-process th a, .tbl-process td a {
  text-decoration: none;
}
.tbl-process th a:hover, .tbl-process td a:hover {
  text-decoration: underline;
}
.tbl-process th {
  width: 16.46342%;
  font-weight: normal;
}
@media (max-width: 767px) {
  .tbl-process th {
    width: 100%;
    font-weight: bold;
  }
}
.tbl-process td {
  width: 83.53658%;
}
@media (max-width: 767px) {
  .tbl-process td {
    width: 100%;
    border-top: none;
    padding-top: 0;
  }
}

.col3-caption {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 2.1em 2.439%;
  margin-bottom: 3.5rem;
}
.col3-caption > figure {
  width: 31.7073333333%;
}
@media (max-width: 767px) {
  .col3-caption > figure {
    width: 100%;
    margin-right: 0;
    text-align: center;
  }
}
.col3-caption > figure {
  text-align: center;
}
.col3-caption > figure figcaption {
  padding-top: 0.5rem;
}

.col4-caption {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 2.1em 2.439%;
  margin-bottom: 3.5rem;
}
.col4-caption > figure {
  width: 23.17075%;
}
@media (max-width: 767px) {
  .col4-caption > figure {
    width: 100%;
    margin-right: 0;
    text-align: center;
  }
}
.col4-caption > figure {
  text-align: center;
}
.col4-caption > figure figcaption {
  padding-top: 0.5rem;
}

.tbl-img-txt {
  border-collapse: collapse;
  width: 100%;
  border-bottom: solid 1px #BFBFBF;
  margin-bottom: 3.5rem;
}
.tbl-img-txt th, .tbl-img-txt td {
  border-top: solid 1px #BFBFBF;
  padding: 2rem 0;
  vertical-align: top;
  text-align: left;
}
@media (max-width: 767px) {
  .tbl-img-txt th, .tbl-img-txt td {
    display: block;
  }
}
.tbl-img-txt th p, .tbl-img-txt td p {
  margin-bottom: 0;
}
.tbl-img-txt th a, .tbl-img-txt td a {
  text-decoration: none;
}
.tbl-img-txt th a:hover, .tbl-img-txt td a:hover {
  text-decoration: underline;
}
.tbl-img-txt th {
  width: 23.17073%;
  max-width: 380px;
}
@media (max-width: 767px) {
  .tbl-img-txt th {
    width: 100%;
    max-width: none;
    text-align: center;
  }
  .tbl-img-txt th img {
    max-width: 380px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .tbl-img-txt th img {
    max-width: 100%;
  }
}
.tbl-img-txt td {
  width: 76.82927%;
  padding-right: 1rem;
  padding-left: 2.439%;
}
@media (max-width: 767px) {
  .tbl-img-txt td {
    width: 100%;
    border-top: none;
    padding-top: 0;
    padding-right: 0;
    padding-left: 0;
  }
}

dl.privacy {
  margin: 0;
  padding: 0;
}
dl.privacy dt, dl.privacy dd {
  margin: 0;
  padding: 0;
}
dl.privacy dt {
  counter-increment: title;
  font-weight: bold;
}
dl.privacy dt::before {
  content: counter(title) "．";
}
dl.privacy dd {
  margin: 0 0 30px 25px;
}

div.wpcf7 form dl {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  width: 100%;
  margin: 0 auto;
  text-align: left;
  font-size: 1.7rem;
  line-height: 1;
}
div.wpcf7 form dl dt, div.wpcf7 form dl dd {
  margin: 0;
  padding: 0;
}
div.wpcf7 form dl.v-top {
  align-items: flex-start;
}
div.wpcf7 form dl.v-top dt {
  padding-top: 8px;
}
@media (max-width: 767px) {
  div.wpcf7 form dl {
    font-size: 1.4rem;
  }
}
@media (max-width: 767px) {
  div.wpcf7 form dl > dt {
    width: 100%;
    float: none;
    padding: 8px 5px 5px;
    font-weight: bold;
  }
}
@media (max-width: 767px) {
  div.wpcf7 form dl > dd {
    width: 100%;
    margin-left: 0;
    padding: 5px;
  }
}
div.wpcf7 form dl > dd input, div.wpcf7 form dl > dd textarea {
  width: 100%;
  background: none;
  border: solid 1px #D9D9D9;
  padding: 9px;
  margin-top: 2px;
  margin-bottom: 2px;
}
@media (max-width: 767px) {
  div.wpcf7 form dl > dd input, div.wpcf7 form dl > dd textarea {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.6rem;
  }
}
div.wpcf7 form dl > dd input.wsiz-s, div.wpcf7 form dl > dd textarea.wsiz-s {
  width: 60px;
}
div.wpcf7 form dl > dd input.wsiz-m, div.wpcf7 form dl > dd textarea.wsiz-m {
  width: 120px;
}
div.wpcf7 form dl > dd input.spc-mt, div.wpcf7 form dl > dd textarea.spc-mt {
  margin-top: 5px;
}
div.wpcf7 form dl > dd input.fbox-age, div.wpcf7 form dl > dd textarea.fbox-age {
  margin-left: 15%;
}
@media (max-width: 767px) {
  div.wpcf7 form dl > dd input.fbox-age, div.wpcf7 form dl > dd textarea.fbox-age {
    margin-top: 5px;
    margin-left: 0;
  }
}
div.wpcf7 form dl > dd textarea {
  height: 250px;
}
div.wpcf7 form dl > dd .wpcf7-list-item {
  margin: 0 30px 0 0;
}
div.wpcf7 form dl > dd .wpcf7-list-item input {
  width: auto;
}
div.wpcf7 form dl > dd .list-colm {
  display: block;
  line-height: 1.5;
}
div.wpcf7 form dl > dd .list-colm .wpcf7-list-item {
  display: block;
}
div.wpcf7 form dl > dd .list-row {
  min-height: 34px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 2px;
  margin-bottom: 2px;
}
@media (max-width: 767px) {
  div.wpcf7 form dl > dd .list-row {
    min-height: auto;
    flex-direction: column;
    align-items: baseline;
    line-height: 1.5;
  }
}
div.wpcf7 form dl > dd .list-row.sp_row {
  flex-direction: row;
}
div.wpcf7 form dl p {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .wpcf7 .ajax-loader {
    display: block;
    margin: 0 auto;
  }
  .wpcf7-spinner {
    display: block;
    margin: 0 auto;
  }
}
.form-inner {
  padding: 2.2em 4.2% 0 5.5%;
  border-bottom: solid 1px #BFBFBF;
}
@media (max-width: 767px) {
  .form-inner {
    padding: 1.9em 20px;
  }
}

.wpcf7 .wpcf7-submit:disabled {
  border: solid 1px #a8a8a8;
  color: #a8a8a8 !important;
}

.txt_req::after {
  content: "(必須)";
  display: inline-block;
  margin-left: 5px;
  color: #FF0000;
}

p.txt-red-smal {
  margin-bottom: 0.5em;
  color: #C00000;
  font-size: 1.6rem;
  line-height: 1.4 !important;
}

.txt-ex {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .txt-ex {
    display: block;
    margin-top: 5px;
  }
}

.form-wrap.app {
  width: 71%;
  max-width: 1160px;
  margin: 0 auto;
  margin-top: 2em;
}
@media (max-width: 767px) {
  .form-wrap.app {
    width: 100%;
    max-width: none;
  }
}
.form-wrap.app form dl {
  padding: 7px 0 6px;
  border-bottom: solid 1px #BFBFBF;
}
.form-wrap.app form dl:nth-of-type(1) {
  border-top: solid 1px #BFBFBF;
}
.form-wrap.app form dl.last {
  margin-bottom: 5rem;
}
.form-wrap.app form dl > dt {
  width: 37%;
  padding-top: 0;
  padding-left: 3%;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .form-wrap.app form dl > dt {
    width: 100%;
    padding-left: 5px;
  }
}
.form-wrap.app form dl > dd {
  width: 63%;
  padding-right: 8.5%;
}
@media (max-width: 767px) {
  .form-wrap.app form dl > dd {
    width: 100%;
    padding-right: 10px;
  }
}
.form-wrap.app form dl > dd input, .form-wrap.app form dl > dd textarea {
  border: solid 1px #D9D9D9;
  padding: 7px;
}
.form-wrap.app form dl > dd input[type=file], .form-wrap.app form dl > dd textarea[type=file] {
  border: none;
}
.form-wrap.app form dl > dd textarea {
  height: 100px;
}

.form-wrap.ctct {
  width: 100%;
  padding-top: 3rem;
  border-top: solid 1px #BFBFBF;
  border-bottom: solid 1px #BFBFBF;
}
@media (max-width: 767px) {
  .form-wrap.ctct {
    padding-top: 2rem;
  }
}
.form-wrap.ctct div.wpcf7 form dl {
  width: 87%;
  padding: 7px 0 6px;
}
@media (max-width: 767px) {
  .form-wrap.ctct div.wpcf7 form dl {
    width: 100%;
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .form-wrap.ctct div.wpcf7 form dl:nth-of-type(1) {
    border-top: none;
  }
}
.form-wrap.ctct div.wpcf7 form dl.last {
  margin-bottom: 2em;
}
.form-wrap.ctct div.wpcf7 form dl dt {
  width: 33%;
}
@media (max-width: 767px) {
  .form-wrap.ctct div.wpcf7 form dl dt {
    width: 100%;
    padding-bottom: 0;
    padding-left: 0;
  }
}
.form-wrap.ctct div.wpcf7 form dl dd {
  width: 67%;
  padding-right: 3rem;
}
@media (max-width: 767px) {
  .form-wrap.ctct div.wpcf7 form dl dd {
    width: 100%;
    padding: 10px 0;
  }
}
.form-wrap.ctct div.wpcf7 form dl dd input, .form-wrap.ctct div.wpcf7 form dl dd textarea {
  padding: 8px;
}
.form-wrap.ctct div.wpcf7 form dl dd textarea {
  height: 230px;
}
.form-wrap.ctct div.wpcf7 form ::-moz-placeholder {
  position: relative;
  top: 2px;
  left: 2rem;
  color: #A6A6A6;
  font-size: 1.7rem;
  font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, "MS PGothic", Osaka, "Hiragino Sans", sans-serif;
  line-height: 1;
}
.form-wrap.ctct div.wpcf7 form ::placeholder {
  position: relative;
  top: 2px;
  left: 2rem;
  color: #A6A6A6;
  font-size: 1.7rem;
  font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, "MS PGothic", Osaka, "Hiragino Sans", sans-serif;
  line-height: 1;
}
@media (max-width: 767px) {
  .form-wrap.ctct div.wpcf7 form ::-moz-placeholder {
    font-size: 1.4rem;
  }
  .form-wrap.ctct div.wpcf7 form ::placeholder {
    font-size: 1.4rem;
  }
}
.form-wrap.ctct div.wpcf7 form p.btn-send {
  margin-bottom: 0.7rem;
}
@media (max-width: 767px) {
  .form-wrap.ctct div.wpcf7 form p.btn-send {
    margin-top: 2rem;
  }
}

.acc-wrap {
  border-top: solid 1px #BFBFBF;
  padding-top: 3rem;
  margin-bottom: 4rem;
  text-align: center;
  font-weight: 500;
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .acc-wrap {
    font-size: 1.4rem;
    margin-bottom: 1em;
  }
}
.acc-wrap p {
  margin-bottom: 0;
}
.acc-wrap p.acc-txt {
  line-height: 1.8;
  margin-bottom: 1em;
}
.acc-wrap p.acc-check {
  margin-bottom: 2em;
}

.surr {
  width: 100%;
  margin: 0 auto 1em;
  text-align: center;
}
.surr p:last-child {
  margin-bottom: 0;
}
.surr .surr-box {
  border: solid 1px #D9D9D9;
  padding: 20px 5px 25px 10px;
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .surr .surr-box {
    padding: 20px 10px;
    font-size: 1.4rem;
  }
}
.surr .surr-box p {
  line-height: unset;
}
.surr .surr-box p.please-check {
  font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, "MS PGothic", Osaka, "Hiragino Sans", sans-serif;
}
.surr .surr-box p.surr-tit {
  margin-bottom: 0.8em;
  font-weight: bold;
  font-size: 2.4rem;
  line-height: unset;
}
@media (max-width: 767px) {
  .surr .surr-box p.surr-tit {
    font-size: 1.8rem;
  }
}
.surr .surr-box ul {
  list-style: none;
  margin-top: 2em;
  margin-bottom: 2em;
  text-align: left;
  font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, "MS PGothic", Osaka, "Hiragino Sans", sans-serif;
}
.surr .surr-box ul > li {
  margin-bottom: 1.5em;
  padding-left: 2rem;
  position: relative;
}
.surr .surr-box ul > li::before {
  content: "・";
  position: absolute;
  left: 0;
}
.surr .surr-box ul > li p {
  margin-bottom: 0;
  line-height: 1.6;
}
.surr .surr-box .surr-contact {
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .surr .surr-box .surr-contact {
    font-size: 1.4rem;
  }
}
.surr .surr-box .surr-contact p {
  margin-bottom: 1.5em;
  line-height: 1.6;
}
.surr .surr-box.und {
  margin-top: 0.6rem;
  margin-bottom: 0.6rem;
  padding: 1.6em 1.5em 1.5em;
  border: solid 1px #D9D9D9;
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .surr .surr-box.und {
    font-size: 1.4rem;
  }
}
.surr .surr-box.und p {
  margin-bottom: 1.5em;
  line-height: 1.6;
}
.surr .surr-box .tit, .surr .surr-box .txt-b {
  font-weight: bold;
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .surr .surr-box .tit, .surr .surr-box .txt-b {
    font-size: 1.4rem;
  }
}
.surr .surr-box .tit p, .surr .surr-box .txt-b p {
  margin-bottom: 0;
}
.surr .surr-box .pad-rl {
  display: inline-block;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}
@media (max-width: 767px) {
  .surr .surr-box .pad-rl {
    display: block;
    padding-right: 0;
    padding-left: 0;
  }
}

.form-wrap .surr + .surr {
  margin-bottom: 2.5em;
}

.surr-txt-c {
  margin-bottom: 2em;
  text-align: center;
}

.surr-txt-em {
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .surr-txt-em {
    font-size: 1.4rem;
  }
}

input[type=submit] {
  -webkit-appearance: none;
  display: block;
  width: auto;
  margin: auto;
  padding: 3px 10px;
  background: #EFEFEF;
  border: solid 1px #787878;
  color: #000 !important;
  border-radius: 2px;
}
input[type=submit]:hover {
  background: #E5E5E5;
}

.col2-greeting {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 3rem 0;
}
@media (max-width: 767px) {
  .col2-greeting {
    flex-direction: column-reverse;
  }
}
.col2-greeting .col-l {
  flex: 1;
  padding-right: 4rem;
  line-height: 1.7;
}
@media (max-width: 767px) {
  .col2-greeting .col-l {
    flex: auto;
    padding-right: 0;
  }
}
.col2-greeting .col-l p {
  text-align: justify;
  margin-bottom: 1.7em;
}
.col2-greeting .col-l p:nth-last-of-type(1) {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .col2-greeting .col-l p:nth-last-of-type(1) {
    margin-bottom: 1.7em;
  }
}
.col2-greeting .col-r {
  width: 23.170732%;
  max-width: 380px;
}
@media (max-width: 767px) {
  .col2-greeting .col-r {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}

.ceo-name {
  text-align: right;
  font-size: 2.2rem;
  font-family: "游明朝", "Yu Mincho", "HGP明朝B", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "HiraMinProN-W6", serif;
  font-weight: 400;
}
@media (max-width: 767px) {
  .ceo-name {
    font-size: 1.6rem;
  }
}

div.col2-company {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
div.col2-company > div {
  width: 48.7805%;
}
@media (max-width: 767px) {
  div.col2-company > div {
    width: 100%;
  }
  div.col2-company > div.col-l {
    margin-bottom: 30px;
  }
}

.tbl-company {
  border-collapse: collapse;
  width: 100%;
  border-bottom: solid 1px #BFBFBF;
}
.tbl-company th, .tbl-company td {
  border-top: solid 1px #BFBFBF;
  padding: 10px 0 9px 1rem;
  vertical-align: top;
  text-align: left;
  font-weight: normal;
}
@media (max-width: 767px) {
  .tbl-company th, .tbl-company td {
    display: block;
  }
}
.tbl-company th a, .tbl-company td a {
  text-decoration: none;
}
.tbl-company th .fax, .tbl-company td .fax {
  display: inline-block;
  margin-left: 1rem;
}
@media (max-width: 767px) {
  .tbl-company th .fax, .tbl-company td .fax {
    display: block;
    margin-left: 0;
  }
}
.tbl-company th p:last-child, .tbl-company td p:last-child {
  margin-bottom: 0;
}
.tbl-company th {
  width: 16.25%;
}
@media (max-width: 767px) {
  .tbl-company th {
    width: 100%;
    font-weight: bold;
  }
}
.tbl-company td {
  width: 83.75%;
}
@media (max-width: 767px) {
  .tbl-company td {
    width: 100%;
    border-top: none;
    padding-top: 0;
  }
}
.tbl-company.company-profile th {
  width: 26.5%;
  padding-left: 1rem;
}
@media (max-width: 767px) {
  .tbl-company.company-profile th {
    width: 100%;
    padding-left: 0;
  }
}
.tbl-company.company-profile td {
  width: 73.5%;
  padding-left: 1rem;
}
@media (max-width: 767px) {
  .tbl-company.company-profile td {
    width: 100%;
    padding-left: 0;
  }
}
.tbl-company.company-history {
  margin-bottom: 5rem;
}

.box-teikan {
  padding-left: 1.5rem;
}
.box-teikan p {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .member-list-wrapp {
    overflow-x: scroll;
  }
}

.tbl-member-list {
  border-collapse: collapse;
  width: 100%;
}
@media (max-width: 767px) {
  .tbl-member-list {
    width: 1200px;
  }
}
.tbl-member-list th, .tbl-member-list td {
  padding: 1rem 0 0.9rem 1rem;
  border-bottom: solid 1px #BFBFBF;
  text-align: left;
  font-weight: normal;
}
.tbl-member-list th.name {
  width: 18.9%;
}
.tbl-member-list th.ceo {
  width: 17.6829%;
}
.tbl-member-list th.add {
  width: 40.2439%;
}
.tbl-member-list th.number {
  width: 23.1732%;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .tbl-member-list tr td:last-child {
    white-space: nowrap;
  }
}

@media (max-width: 767px) {
  .company-od-wrapp {
    overflow-x: scroll;
    padding-bottom: 20px;
  }
  .company-od-wrapp figure {
    width: 1640px;
  }
}

.tbl-connection {
  border-collapse: collapse;
  width: 100%;
  border-top: solid 1px #BFBFBF;
}
.tbl-connection th, .tbl-connection td {
  padding: 1rem 0 0.9rem 1rem;
  border-bottom: solid 1px #BFBFBF;
  text-align: left;
  font-weight: normal;
}
@media (max-width: 767px) {
  .tbl-connection th, .tbl-connection td {
    display: block;
  }
}
.tbl-connection th p, .tbl-connection td p {
  margin-bottom: 0;
}
.tbl-connection th a, .tbl-connection td a {
  text-decoration: none;
}
.tbl-connection th a:hover, .tbl-connection td a:hover {
  text-decoration: underline;
}
.tbl-connection th {
  width: 59.14634%;
}
@media (max-width: 767px) {
  .tbl-connection th {
    width: 100%;
    padding-bottom: 0;
    border-bottom: none;
    font-weight: bold;
  }
}
.tbl-connection td {
  width: 40.85366%;
}
@media (max-width: 767px) {
  .tbl-connection td {
    width: 100%;
  }
}

p.txt-recruit-01 {
  text-align: center;
  font-weight: 400;
  font-size: 2.7rem;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  p.txt-recruit-01 {
    font-size: 2rem;
  }
}

.tab-recruit {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.tab-recruit input[type=radio] {
  display: none;
}
.tab-recruit input[type=radio]:checked + label {
  background: #fff;
  border: solid 2px #7F7F7F;
  border-bottom-color: #fff;
  z-index: 1;
}
.tab-recruit label {
  text-align: center;
  width: 16%;
  max-width: 260px;
  background: #F2F2F2;
  margin-left: -2px;
  padding: 2.2rem 1rem;
  border: solid 2px #fff;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  z-index: 0;
  font-size: 2.2rem;
}
@media (max-width: 767px) {
  .tab-recruit label {
    width: 30%;
    font-size: 1.4rem;
  }
}
.tab-recruit .tab-box {
  width: 100%;
  height: auto;
  clear: both;
  border-top: solid 2px #7F7F7F;
  border-bottom: solid 2px #7F7F7F;
  padding-top: 4.5rem;
  position: relative;
  top: -2px;
  z-index: 0;
}
@media (max-width: 767px) {
  .tab-recruit .tab-box {
    height: auto;
    padding-bottom: 20px;
    padding-right: 0;
    padding-left: 0;
  }
}
.tab-recruit .tab-box > div {
  display: none;
}

#bostab1:checked ~ .tab-box > #bosTabView1 {
  display: block;
}

#bostab2:checked ~ .tab-box > #bosTabView2 {
  display: block;
}

#bostab3:checked ~ .tab-box > #bosTabView3 {
  display: block;
}

.col2-bosyu {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2.1em 2.439%;
}
.col2-bosyu > div {
  width: 48.7805%;
}
@media (max-width: 767px) {
  .col2-bosyu > div {
    width: 100%;
  }
}
.col2-bosyu ul {
  margin-left: 2.5rem;
}

.tbl-bosyu {
  border-collapse: collapse;
  width: 100%;
}
.tbl-bosyu th, .tbl-bosyu td {
  padding: 0.8rem 0;
  border-top: solid 1px #BFBFBF;
  vertical-align: top;
  text-align: left;
  font-weight: normal;
  line-height: 1.7;
}
.tbl-bosyu th:last-of-type, .tbl-bosyu td:last-of-type {
  border-bottom: solid 1px #BFBFBF;
} 
@media (max-width: 767px) {
  .tbl-bosyu th, .tbl-bosyu td {
    display: block;
  }
}
.tbl-bosyu th p, .tbl-bosyu td p {
  margin-bottom: 0;
}
.tbl-bosyu th {
  width: 23.75%;
}
@media (max-width: 767px) {
  .tbl-bosyu th {
    width: 100%;
    font-weight: bold;
  }
}
.tbl-bosyu td {
  width: 76.25%;
  padding-left: 1rem;
}
@media (max-width: 767px) {
  .tbl-bosyu td {
    width: 100%;
    padding-top: 0;
    padding-left: 0;
    border-top: none;
  }
}

section.contact {
  width: 68.29268%;
  max-width: 1120px;
}
@media (max-width: 767px) {
  section.contact {
    width: 100%;
  }
}

.tbl-link {
  border-collapse: collapse;
  width: 100%;
  border-bottom: solid 1px #BFBFBF;
  margin-bottom: 3.5rem;
}
.tbl-link th, .tbl-link td {
  border-top: solid 1px #BFBFBF;
  padding: 1.1rem 1rem;
  vertical-align: top;
  text-align: left;
}
@media (max-width: 767px) {
  .tbl-link th, .tbl-link td {
    display: block;
  }
}
.tbl-link th p, .tbl-link td p {
  margin-bottom: 0;
}
.tbl-link th {
  width: 43.51852%;
  width: 55%;
  font-weight: normal;
}
@media (max-width: 767px) {
  .tbl-link th {
    width: 100%;
    font-weight: bold;
  }
}
.tbl-link td {
  width: 56.48148%;
}
@media (max-width: 767px) {
  .tbl-link td {
    width: 100%;
    border-top: none;
    padding-top: 0;
  }
}
.tbl-link td a {
  text-decoration: none;
}
.tbl-link td a:hover {
  text-decoration: underline;
}

.tbl-download {
  border-collapse: collapse;
  width: 100%;
  border-bottom: solid 1px #BFBFBF;
}
.tbl-download td {
  border-top: solid 1px #BFBFBF;
  padding: 1.1rem 1rem;
  vertical-align: top;
  text-align: left;
}
@media (max-width: 767px) {
  .tbl-download td {
    display: block;
  }
}
.tbl-download td p {
  margin-bottom: 0;
}

.tbl-contact {
  border-collapse: collapse;
  width: 100%;
  width: 100%;
  border-top: solid 1px #BFBFBF;
}
.tbl-contact td {
  width: 50%;
  border-bottom: solid 1px #BFBFBF;
  padding: 3rem 0;
}
@media (max-width: 767px) {
  .tbl-contact td {
    display: block;
    width: 100%;
  }
}
.tbl-contact td.td-r {
  padding-left: 6rem;
}
@media (max-width: 767px) {
  .tbl-contact td.td-r {
    padding-left: 0;
    text-align: center;
  }
}
.tbl-contact td.td-l {
  padding-left: 7rem;
}
@media (max-width: 767px) {
  .tbl-contact td.td-l {
    padding-left: 0;
    padding-bottom: 0;
    border-bottom: none;
    text-align: center;
  }
}
.tbl-contact td p {
  margin-bottom: 0;
}

.office-name {
  font-size: 2.7rem;
}
@media (max-width: 767px) {
  .office-name {
    font-size: 1.8rem;
  }
}

a.office-phone {
  display: flex;
  align-items: center;
  width: auto;
  text-decoration: none;
  color: #000;
  font-size: 2.7rem;
  font-family: "游明朝", "Yu Mincho", "HGP明朝B", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "HiraMinProN-W6", serif;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.15rem;
}
@media (max-width: 767px) {
  a.office-phone {
    justify-content: center;
    font-size: 1.8rem;
  }
}
a.office-phone .phone-number {
  padding-left: 1rem;
  font-size: 4.3rem;
}
@media (max-width: 767px) {
  a.office-phone .phone-number {
    font-size: 2.8rem;
  }
}

span.time-phone {
  display: block;
  padding-top: 10px;
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  span.time-phone {
    font-size: 1.4rem;
  }
}






.home-wrapp-01 .home-011-contents {
  width: 87%;
  margin-left: 2.8%;
  margin-top: 0rem;
  padding-bottom: 2rem;
  position: relative;
  z-index: 0;
}
@media (max-width: 767px) {
  .home-wrapp-01 .home-011-contents {
    width: 100%;
    padding: 40px 20px;
    margin: 0px;
  }
}

.home-wrapp-01 .home-011-contents .wrapp-title {
  width: 49%;
  margin-bottom: 1rem;
  background: transparent;
  color: #177047;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .home-wrapp-01 .home-011-contents .wrapp-title {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    margin-bottom: 30px;
  }
}


.home-wrapp-01 .home-011-contents .wrapp-title span.txt-03 {
  font-size: 2.7rem;
  color: #177047;
  font-family: "Noto Serif JP", serif;
}
@media (max-width: 767px) {
  .home-wrapp-01 .home-011-contents .wrapp-title span.txt-03 {
    font-size: 1.8rem;
    text-align: center;
  }
}


@media (max-width: 767px) {
  .home-wrapp-01 .home-011-contents p {
    font-size: 1.6rem;
    margin-bottom: 0em;
  }
}





/*# sourceMappingURL=style.css.map */