@charset "UTF-8";
footer .list-block ul a {
  display: inline-block;
  position: relative;
  overflow: hidden;
  color: var(--maincolor);
  text-decoration: none;
}
footer .list-block ul a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--maincolor);
  transform: translate(-100%, 0);
  transition: transform cubic-bezier(0.8, 0.61, 0.355, 1) 0.4s;
  content: "";
}
footer .list-block ul a:hover:after {
  transform: translate(0, 0);
}

header .menu {
  z-index: 1;
}
header .menu .home,
header .menu .introduction,
header .menu .introduction02,
header .menu .initiatives,
header .menu .kokokara-nursery,
header .menu .developmental,
header .menu .info,
header .menu .recruit,
header .menu .temple {
  position: relative;
}
header .menu .home a,
header .menu .introduction a,
header .menu .introduction02 a,
header .menu .initiatives a,
header .menu .kokokara-nursery a,
header .menu .developmental a,
header .menu .info a,
header .menu .recruit a,
header .menu .temple a {
  display: inline-block;
  position: relative;
  overflow: hidden;
  color: var(--maincolor);
  text-decoration: none;
}
header .menu .home a:after,
header .menu .introduction a:after,
header .menu .introduction02 a:after,
header .menu .initiatives a:after,
header .menu .kokokara-nursery a:after,
header .menu .developmental a:after,
header .menu .info a:after,
header .menu .recruit a:after,
header .menu .temple a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--maincolor);
  transform: translate(-100%, 0);
  transition: transform cubic-bezier(0.8, 0.61, 0.355, 1) 0.4s;
  content: "";
}
header .menu .home a:hover:after,
header .menu .introduction a:hover:after,
header .menu .introduction02 a:hover:after,
header .menu .initiatives a:hover:after,
header .menu .kokokara-nursery a:hover:after,
header .menu .developmental a:hover:after,
header .menu .info a:hover:after,
header .menu .recruit a:hover:after,
header .menu .temple a:hover:after {
  transform: translate(0, 0);
}
header .menu .home .list,
header .menu .introduction .list,
header .menu .introduction02 .list,
header .menu .initiatives .list,
header .menu .kokokara-nursery .list,
header .menu .developmental .list,
header .menu .info .list,
header .menu .recruit .list,
header .menu .temple .list {
  list-style: none;
  padding: 0px 20px;
  font-size: 14px;
}
header .menu .home .list:hover a,
header .menu .introduction .list:hover a,
header .menu .introduction02 .list:hover a,
header .menu .initiatives .list:hover a,
header .menu .kokokara-nursery .list:hover a,
header .menu .developmental .list:hover a,
header .menu .info .list:hover a,
header .menu .recruit .list:hover a,
header .menu .temple .list:hover a {
  text-decoration: none;
}
header .menu .home ul,
header .menu .introduction ul,
header .menu .introduction02 ul,
header .menu .initiatives ul,
header .menu .kokokara-nursery ul,
header .menu .developmental ul,
header .menu .info ul,
header .menu .recruit ul,
header .menu .temple ul {
  display: none;
}
header .menu .home ul li,
header .menu .introduction ul li,
header .menu .introduction02 ul li,
header .menu .initiatives ul li,
header .menu .kokokara-nursery ul li,
header .menu .developmental ul li,
header .menu .info ul li,
header .menu .recruit ul li,
header .menu .temple ul li {
  margin-top: 10px;
}
header .menu .home ul a,
header .menu .introduction ul a,
header .menu .introduction02 ul a,
header .menu .initiatives ul a,
header .menu .kokokara-nursery ul a,
header .menu .developmental ul a,
header .menu .info ul a,
header .menu .recruit ul a,
header .menu .temple ul a {
  display: inline-block;
  position: relative;
  color: var(--maincolor);
  text-decoration: none;
}
header .menu .home ul a:after,
header .menu .introduction ul a:after,
header .menu .introduction02 ul a:after,
header .menu .initiatives ul a:after,
header .menu .kokokara-nursery ul a:after,
header .menu .developmental ul a:after,
header .menu .info ul a:after,
header .menu .recruit ul a:after,
header .menu .temple ul a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--maincolor);
  transform: translate(-100%, 0);
  transition: transform cubic-bezier(0.8, 0.61, 0.355, 1) 0.4s;
  content: "";
}
header .menu .home ul a:hover:after,
header .menu .introduction ul a:hover:after,
header .menu .introduction02 ul a:hover:after,
header .menu .initiatives ul a:hover:after,
header .menu .kokokara-nursery ul a:hover:after,
header .menu .developmental ul a:hover:after,
header .menu .info ul a:hover:after,
header .menu .recruit ul a:hover:after,
header .menu .temple ul a:hover:after {
  transform: translate(0, 0);
}
header .menu .home:hover ul,
header .menu .introduction:hover ul,
header .menu .introduction02:hover ul,
header .menu .initiatives:hover ul,
header .menu .kokokara-nursery:hover ul,
header .menu .developmental:hover ul,
header .menu .info:hover ul,
header .menu .recruit:hover ul,
header .menu .temple:hover ul {
  display: block;
  position: absolute;
  top: 25px;
  padding: 0px;
  margin: 0;
  width: auto;
  height: auto;
  background-color: #fff;
  color: #474b42;
  box-shadow: 2px 2px 8px #95949a;
}
header .menu .introduction:hover ul {
  height: 240px;
  width: 200px;
}
header .menu .introduction02:hover ul {
  height: 200px;
  width: 200px;
}
header .menu .initiatives:hover ul {
  width: 220px;
  height: 165px;
}
header .menu .kokokara-nursery:hover ul {
  width: 220px;
  height: 155px;
}
header .menu .developmental:hover ul {
  width: 180px;
  height: 80px;
}
header .menu .info:hover ul {
  width: 150px;
  height: 80px;
}
header .menu .recruit:hover ul {
  width: 180px;
  height: 160px;
}
header .menu .temple:hover ul {
  width: 150px;
  height: 50px;
}

:root {
  --maincolor: #444;
  --subcolor: #838075;
}

html {
  overflow: scroll;
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "Hiragino Sans", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  -o-object-fit: contain;
     object-fit: contain;
  color: var(--maincolor);
}
body p {
  line-height: 30px;
  text-align: justify;
}

header {
  display: flex;
  padding-top: 30px;
  justify-content: space-between;
  align-items: center;
  width: 1150px;
  margin: 0 auto;
}
header .logo {
  width: 100px;
  margin-right: 20px;
}
header .logo img {
  width: 100%;
}
header > ul {
  width: 87%;
  display: flex;
  justify-content: space-around;
  padding: 0;
  margin-bottom: 0;
  margin: 0 auto;
}
header > ul > li {
  width: auto;
  list-style: none;
  font-size: 15px;
}
header > ul > li a {
  color: var(--maincolor);
}
header .btn {
  display: flex;
}
header .btn a {
  color: #fff;
  background-color: var(--subcolor);
  padding: 10px;
  border-radius: 30px;
  font-size: 13px;
  margin: 0 0 0 8px;
  transition: 0.6s;
}
header .btn a:hover {
  color: #fff;
  background: var(--maincolor);
}
header .Instagram img {
  margin-top: 30px;
  margin-left: 20px;
}

#main {
  width: 1150px;
  margin: 0 auto;
}
#main .main-block {
  display: flex;
  justify-content: center;
  margin-top: 70px;
  margin-bottom: 90px;
}
#main .main-block h1 {
  font-size: 27px;
  text-align: center;
  font-family: "Noto Sans JP", serif;
}
#main .main-block .sub02 {
  font-size: 27px;
  text-align: center;
  font-family: "Zen Old Mincho", serif;
}
#main .main-block .main-i {
  margin-left: 15px;
  margin-top: -10px;
}
#main .main-im {
  border-radius: 15px;
  width: 100%;
  height: 504px;
  -o-object-fit: cover;
     object-fit: cover;
}

#map {
  margin-top: 130px;
}
#map .text {
  width: 90%;
  display: flex;
  justify-content: space-around;
  margin: 0 auto;
  padding-bottom: 10px;
}
#map .text p {
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 3px;
}

.sen {
  padding-top: 110px;
  width: 1150px;
  border-bottom: 1px solid var(--maincolor);
  margin: 0 auto;
}

footer .foo-block-- {
  display: flex;
  width: 1150px;
  height: 500px;
  margin: 0 auto;
  margin-top: 91px;
}
footer .foo-block-- .foo-box {
  display: flex;
  align-items: flex-end;
}
footer .foo-block-- .foo-box .foo-rogo img {
  width: 99px;
  height: 102px;
  -o-object-fit: cover;
     object-fit: cover;
}
footer .foo-block-- .foo-box .foo-bt {
  width: 190px;
  height: auto;
  border: 1.5px solid var(--maincolor);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  margin-left: 25px;
}
footer .foo-block-- .foo-box .foo-bt a {
  width: 100%;
  padding: 10px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  text-decoration: none;
  font-size: 14px;
  color: var(--maincolor);
  transition: 0.6s;
}
footer .foo-block-- .foo-box .foo-bt a:hover {
  color: #fff;
  background: var(--maincolor);
  transition: 0.6s;
}
footer .foo-block-- .foo-text {
  position: relative;
}
footer .foo-block-- .foo-text p a {
  color: var(--maincolor);
}
footer .foo-block-- .foo-text .foo-text-box {
  margin-top: 30px;
  margin-left: 10px;
}
footer .foo-block-- .foo-text .foo-text-box h1 {
  font-size: 9px;
  letter-spacing: 2px;
  padding-left: 25px;
}
footer .foo-block-- .foo-text .foo-text-box h2 {
  font-size: 25px;
  letter-spacing: 4px;
}
footer .foo-block-- .foo-text .foo-text-box p {
  font-size: 14px;
}
footer .foo-block-- .foo-text .flower2 {
  position: absolute;
  bottom: -80px;
  right: 100px;
}
footer .foo-block-- .foo-text .bird2 {
  position: absolute;
  right: 45px;
  bottom: -100px;
}
footer .foo-block-- .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
footer .foo-block-- .list .list-block {
  margin-left: 15px;
}
footer .foo-block-- .list .list-block h5 {
  font-size: 14px;
  border-bottom: 1px solid var(--maincolor);
  padding-bottom: 2px;
}
footer .foo-block-- .list .list-block h5 a {
  color: var(--maincolor);
}
footer .foo-block-- .list .list-block h5 :hover {
  text-decoration: none;
}
footer .foo-block-- .list .list-block ul {
  list-style: none;
  padding-left: 15px;
}
footer .foo-block-- .list .list-block ul li {
  font-size: 12px;
}
footer .foo-block-- .list .list-block ul li a {
  color: var(--maincolor);
}
footer .name {
  text-align: center;
  align-items: flex-end;
  font-size: 10pt;
  margin-bottom: 20px;
}

/*ローディングアニメーション*/
#loading {
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  background-color: rgb(255, 255, 255);
  z-index: 999999;
  opacity: 1;
  transition: 1s;
}
#loading .loading_box {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
}
#loading .loading_box .loader {
  font-size: clamp(0.75rem, 0.7rem + 0.25vw, 1rem);
  font-weight: 700;
  margin-top: 10px;
  margin-left: 30px;
  letter-spacing: 0.2em;
  text-align: center;
  color: var(--subcolor);
}
#loading .loading_box .loader span {
  display: inline-block;
}

/*========= ページトップのためのCSS ===============*/
/*リンクを右下に固定*/
#page-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 2;
  /*はじめは非表示*/
  opacity: 0;
  transform: translateY(150px);
}

/*　上に上がる動き　*/
#page-top.UpMove {
  animation: UpAnime 0.5s forwards;
}

@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(150px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/*　下に下がる動き　*/
#page-top.DownMove {
  animation: DownAnime 0.5s forwards;
}

@keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 1;
    transform: translateY(150px);
  }
}
/*画像の切り替えと動き*/
#page-top a {
  /*aタグの形状*/
  display: block;
  width: 100px;
  height: 100px;
  color: var(--subcolor);
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 13px;
  letter-spacing: 2px;
  background: url("../../images/PAGETOP.png") no-repeat center;
  background-size: 50%;
}

#page-top.floatAnime a {
  width: 100px;
  height: 100px;
  background: url("../../images/PAGETOP2.png") no-repeat center;
  background-size: 90%;
  /*アニメーションの指定*/
  animation: floatAnime 2s linear infinite;
  opacity: 0;
}

@keyframes floatAnime {
  0% {
    transform: translateX(0);
    opacity: 0;
  }
  25% {
    transform: translateX(-6px);
    opacity: 1;
  }
  50% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(6px);
    opacity: 1;
  }
}
/*Page Topと書かれたテキストの位置*/
#page-top span {
  position: absolute;
  bottom: -10px;
  right: 10px;
  color: var(--subcolor);
}

.humb-menu {
  width: 100%;
}

#gnav-btn {
  color: gray;
  padding: 10px;
  font-size: 30px;
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 100;
  width: 50px;
  height: 50px;
  border-top: none;
  display: none;
}

#gnav-input:checked ~ #gnav-content {
  top: 0;
}

#gnav-content {
  position: fixed;
  top: -100%;
  left: 0;
  z-index: 10;
  transition: 0.6s;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  overflow-y: scroll;
}

.humb-menu__title {
  padding: 2.5rem;
}

.humb-menu label {
  display: flex;
  justify-content: space-between;
  padding: 0.7rem;
  cursor: pointer;
  border-top: 0.5px solid #c7c5c5;
}
.humb-menu label p a {
  color: var(--maincolor);
  text-decoration: none;
  position: relative;
  display: inline-block;
  position: relative;
}
.humb-menu label p a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 0;
  height: 1px;
  background-color: #333;
  transition: 0.3s;
}
.humb-menu label p a:hover::after {
  width: 100%;
}

.humb-menu input {
  display: none;
}

.humb-menu .accshow {
  height: 0;
  overflow: hidden;
}
.humb-menu .accshow p a {
  color: var(--maincolor);
  text-decoration: none;
  display: inline-block;
  position: relative;
}
.humb-menu .accshow p a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 0;
  height: 1px;
  background-color: #333;
  transition: 0.3s;
}
.humb-menu .accshow p a:hover::after {
  width: 100%;
}
.humb-menu .accshow .last {
  margin-bottom: 30px;
}

.humb-menu .accshow p {
  padding: 0.5rem 0 0rem 1rem;
}

.humb-menu .cssacc:checked + .accshow {
  height: auto;
}

* {
  margin: 0;
  padding: 0;
}

#sub {
  margin: 0 auto;
  width: 1150px;
}
#sub .sub_wrap {
  display: grid;
  gap: 30px;
  grid-template-columns: 1fr 3fr 1fr;
  align-items: center;
  margin: 100px 0 0 0;
}
#sub .sub_wrap .sub_wrap_block01 ul,
#sub .sub_wrap .sub_wrap_block03 ul {
  display: grid;
  gap: 15px;
  grid-template-rows: 1fr 1fr;
  margin: 40px 0 0;
}
#sub .sub_wrap .sub_wrap_block01 ul li,
#sub .sub_wrap .sub_wrap_block03 ul li {
  width: 100%;
  list-style: none;
}
#sub .sub_wrap .sub_wrap_block01 ul li img,
#sub .sub_wrap .sub_wrap_block03 ul li img {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
#sub .sub_wrap .sub_wrap_block02 h2 {
  text-align: center;
  font-size: 17px;
  margin: 40px 0 50px;
  line-height: 30px;
  font-weight: 400;
}
#sub .sub_wrap .sub_wrap_block02 .sub_lesson {
  width: 650px;
  background-color: #FFFAEC;
  margin: 0 auto;
  padding: 50px 30px;
}
#sub .sub_wrap .sub_wrap_block02 .sub_lesson h3 {
  width: 580px;
  margin: 0 auto;
  font-weight: 500;
  font-size: 15px;
  line-height: 30px;
}
#sub .sub_wrap .sub_wrap_block02 .sub_lesson h3 p {
  margin: 20px 0 0px;
}
#sub p {
  text-align: center;
  font-size: 18px;
  margin-bottom: 80px;
  margin: 120px 0 80px;
}
#sub span {
  font-size: 30px;
  font-weight: bold;
  border-bottom: 3px solid;
}
#sub img {
  display: block;
  margin: 0 auto;
}
#sub .Instagram-bt {
  border: 1px solid;
  width: 400px;
  margin: 100px auto 0px;
  padding: 10px;
}
#sub .Instagram-bt a {
  border: 1px solid;
  width: 100%;
  padding: 15px 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  text-decoration: none;
  font-size: 19px;
  color: var(--maincolor);
  transition: 0.6s;
  text-align: center;
}
#sub .Instagram-bt a:hover {
  color: #fff;
  background: var(--maincolor);
  transition: 0.6s;
}

#main {
  width: 1150px;
  margin: 0 auto;
}
#main .main-block {
  display: flex;
  justify-content: center;
  margin-top: 70px;
  margin-bottom: 90px;
}
#main .main-block h1 {
  font-size: 27px;
  text-align: center;
  font-family: "Noto Sans JP", serif;
}
#main .main-block .sub02 {
  font-size: 27px;
  text-align: center;
  font-family: "Zen Old Mincho", serif;
}
#main .main-block .main-i {
  margin-left: 15px;
  margin-top: -10px;
}
#main .main-block02 .main-im {
  border-radius: 15px;
  width: 100%;
  height: 504px;
  -o-object-fit: cover;
     object-fit: cover;
}

/*タブ*/
.notice {
  margin: 150px auto 0;
  width: 1150px;
  /*tabの形状*/
  /*liにactiveクラスがついた時の形状*/
  /*エリアの表示非表示と形状*/
  /*areaにis-activeというクラスがついた時の形状*/
}
.notice .tab {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  justify-content: center;
  border-bottom: 2px solid #aaa;
  position: relative;
  padding: 0 20px;
}
.notice .tab :hover {
  text-decoration: none;
}
.notice .tab li {
  position: relative;
  z-index: 1;
  bottom: -2px;
}
.notice .tab li a {
  display: block;
  background-color: #aaa;
  border-radius: 10px 10px 0 0;
  margin: 0 2px;
  padding: 15px 40px;
  color: #fff;
  width: 320px;
  text-align: center;
}
.notice #tab1 {
  text-align: left;
}
.notice #tab1 .tab1-box {
  width: 90%;
}
.notice #tab2 {
  text-align: left;
}
.notice #tab2 .tab2-box {
  width: 90%;
}
.notice #tab3 {
  text-align: left;
}
.notice #tab3 .tab3-box {
  width: 90%;
}
.notice .tab li.active a {
  background: #fff;
  color: var(--maincolor);
  border-left: 2px solid #aaa;
  border-top: 2px solid #aaa;
  border-right: 2px solid #aaa;
  border-bottom: 2px solid #ffffff;
}
.notice .area {
  display: none;
  /*はじめは非表示*/
  opacity: 0;
  /*透過0*/
  background: #fff;
  padding: 50px 20px;
}
.notice .area.is-active {
  display: block;
  /*表示*/
  animation-name: displayAnime;
  /*ふわっと表示させるためのアニメーション*/
  animation-duration: 2s;
  animation-fill-mode: forwards;
}
@keyframes displayAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.notice #work {
  width: 1150px;
  margin: 80px auto;
  justify-content: center;
}
.notice #work .headline {
  display: flex;
  text-align: center;
  justify-content: center;
  padding-top: 50px;
  padding-bottom: 20px;
}
.notice #work .headline h4 {
  font-size: 37px;
}
.notice #work .headline h6 {
  font-size: 18px;
}
.notice #work .headline img {
  margin-top: 10px;
  margin-left: 20px;
}
.notice #work ul {
  display: flex;
  width: 1100px;
  padding-left: 0;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 40px auto 0;
}
.notice #work ul li {
  width: calc(33.3333333333% - 40px);
  border: 1px solid;
  list-style: none;
  padding: 20px;
  position: relative;
  margin-bottom: 60px;
  background-color: #fff;
}
.notice #work ul li:nth-child(7), .notice #work ul li:nth-child(8) {
  width: calc(33.3333333333% - 40px);
  justify-content: space-between;
}
.notice #work ul li:nth-child(12) {
  border: 0px solid;
}
.notice #work ul li::after {
  content: "";
  display: block;
  width: 100px;
  height: 6px;
  background-color: var(--maincolor);
  position: absolute;
  top: calc(50% - 1.5px);
  right: -100px;
  z-index: -1;
}
.notice #work ul li:nth-child(3n)::after, .notice #work ul li:nth-child(10)::after {
  display: none;
}
.notice #work ul li:last-child::after {
  display: none;
}
.notice #work ul li h4 {
  background-color: var(--maincolor);
  color: #fff;
  width: 65px;
  height: 65px;
  text-align: center;
  margin-bottom: 0;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -32.5px;
  left: -32.5px;
  font-weight: 600;
}
.notice #work ul li img {
  width: 100%;
  aspect-ratio: 1/0.75;
  -o-object-fit: cover;
     object-fit: cover;
}
.notice #work ul li h5 {
  margin: 0;
  padding: 10px 0;
  font-size: 18px;
}
.notice #work ul li p {
  margin: 0;
  text-align: justify;
  -moz-text-align-last: left;
       text-align-last: left;
  font-size: 14px;
}
.notice #work ul .work_img {
  width: calc(66.6666666667% - 0px);
  border: 0px;
  padding: 20px;
}
.notice #work ul .work_img .work_img_wrap {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 20px;
}
.notice #work ul .work_img .work_img_wrap .work_img_wrap_01 {
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: 20px;
}
.notice #work ul .work_img .work_img_wrap .work_img_wrap_02 img {
  height: 100%;
}
.notice #voice {
  width: 1150px;
  margin: 80px auto 200px;
  justify-content: center;
}
.notice #voice .headline {
  display: flex;
  text-align: center;
  justify-content: center;
  padding-top: 50px;
  padding-bottom: 20px;
}
.notice #voice .headline h4 {
  font-size: 37px;
}
.notice #voice .headline h6 {
  font-size: 18px;
}
.notice #voice .headline img {
  margin-top: 10px;
  margin-left: 20px;
}
.notice #voice video {
  width: 900px;
  display: block;
  margin: 0 auto;
}
.notice #voice p {
  width: 750px;
  margin: 0 auto;
  margin-top: 60px;
  text-align: center;
}
.notice #recru {
  width: 1150px;
  margin: 80px auto;
  justify-content: center;
  background-color: #FFFAEC;
  border-radius: 15px;
  position: relative;
  padding-bottom: 100px;
}
.notice #recru::before {
  content: url(../../images/heading.png);
  position: absolute;
  top: -28px;
  left: -25px;
}
.notice #recru .headline {
  display: flex;
  text-align: center;
  justify-content: center;
  padding-top: 50px;
  padding-bottom: 20px;
}
.notice #recru .headline h4 {
  font-size: 37px;
}
.notice #recru .headline h6 {
  font-size: 18px;
}
.notice #recru .headline img {
  margin-top: 10px;
  margin-left: 20px;
}
.notice #recru table {
  width: 750px;
  margin: 0 auto;
}
.notice #recru table th {
  text-align: right;
  width: 210px;
  border-bottom: 1px solid;
  padding: 40px;
}
.notice #recru table td {
  border-bottom: 1px solid;
  padding: 40px;
}
.notice #recru table td span {
  color: #C1272D;
  font-weight: 500;
}
.notice #recru .box {
  width: 750px;
  margin: 0 auto;
  margin-top: 100px;
  text-align: center;
}
.notice #recru .box h5 {
  font-size: 25px;
  margin-top: 20px;
}
.notice #recru .box .b-f {
  display: flex;
  justify-content: space-around;
}
.notice #recru .box .b-f h6 {
  border-bottom: 1px solid;
  font-size: 18px;
  padding-bottom: 5px;
  margin: 40px 0;
}
.notice #recru .box p {
  text-align: center;
}
.notice #recru .box .b-jus {
  text-align: justify;
  margin-bottom: 50px;
}
.notice #recru .box .box-bt {
  width: 330px;
  height: auto;
  border: 1.5px solid var(--maincolor);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  margin: 0 auto;
}
.notice #recru .box .box-bt a {
  width: 100%;
  padding: 10px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  text-decoration: none;
  font-size: 25px;
  color: var(--maincolor);
  transition: 0.6s;
}
.notice #recru .box .box-bt a:hover {
  color: #fff;
  background: var(--maincolor);
  transition: 0.6s;
}
.notice #recru .imagePH {
  display: flex;
  justify-content: space-between;
  width: 800px;
  margin: 50px auto 0;
}
.notice #recru .imagePH img {
  width: 48%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}
.notice #r_contact {
  width: 1150px;
  margin: 0 auto;
  justify-content: center;
  margin-top: 80px;
}
.notice #r_contact .headline {
  display: flex;
  text-align: center;
  justify-content: center;
  padding-top: 50px;
  padding-bottom: 20px;
}
.notice #r_contact .headline h4 {
  font-size: 37px;
}
.notice #r_contact .headline h6 {
  font-size: 18px;
}
.notice #r_contact .headline img {
  margin-top: 10px;
  margin-left: 20px;
}
.notice #r_contact h5 {
  text-align: center;
}
.notice #r_contact p {
  text-align: center;
}
.notice #r_contact img {
  margin: 0 auto;
  display: block;
}
.notice #r_contact .Form {
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  max-width: 720px;
}
@media screen and (max-width: 480px) {
  .notice #r_contact .Form {
    margin-top: 40px;
  }
}
.notice #r_contact .Form-Item {
  border-top: 1px solid #ddd;
  padding-top: 24px;
  padding-bottom: 24px;
  width: 100%;
  display: flex;
  align-items: center;
}
.notice #r_contact .Form-Item label {
  padding-left: 30px;
}
@media screen and (max-width: 480px) {
  .notice #r_contact .Form-Item {
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 16px;
    padding-bottom: 16px;
    flex-wrap: wrap;
  }
}
.notice #r_contact .Form-Item:nth-child(5) {
  border-bottom: 1px solid #ddd;
}
.notice #r_contact .Form-Item-Label {
  width: 100%;
  max-width: 248px;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-size: 15px;
  text-align: left;
  padding-left: 20px;
}
@media screen and (max-width: 480px) {
  .notice #r_contact .Form-Item-Label {
    max-width: inherit;
    display: flex;
    align-items: center;
    font-size: 15px;
  }
}
.notice #r_contact .Form-Item-Label.isMsg {
  margin-top: 8px;
  margin-bottom: auto;
}
@media screen and (max-width: 480px) {
  .notice #r_contact .Form-Item-Label.isMsg {
    margin-top: 0;
  }
}
.notice #r_contact .Form-Item-Label-Required {
  border-radius: 0px;
  margin-right: 8px;
  padding-bottom: 8px;
  width: 33px;
  height: 25px;
  display: inline-block;
  text-align: center;
  background: #AB272D;
  color: #fff;
  font-size: 12px;
}
.notice #r_contact .Form-Item-Label-Required2 {
  border-radius: 0px;
  margin-right: 8px;
  padding-bottom: 8px;
  width: 33px;
  height: 25px;
  display: inline-block;
  text-align: center;
  background: #777;
  color: #fff;
  font-size: 12px;
}
@media screen and (max-width: 480px) {
  .notice #r_contact .Form-Item-Label-Required {
    border-radius: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
    width: 32px;
    font-size: 10px;
  }
}
.notice #r_contact .Form-Item-Input {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 48px;
  flex: 1;
  width: 100%;
  max-width: 410px;
  background: #eaedf2;
  font-size: 13px;
}
@media screen and (max-width: 480px) {
  .notice #r_contact .Form-Item-Input {
    margin-left: 0;
    margin-top: 18px;
    height: 40px;
    flex: inherit;
    font-size: 15px;
  }
}
.notice #r_contact .Form-Item-Textarea {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 216px;
  flex: 1;
  width: 100%;
  max-width: 410px;
  background: #eaedf2;
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  .notice #r_contact .Form-Item-Textarea {
    margin-top: 18px;
    margin-left: 0;
    height: 200px;
    flex: inherit;
    font-size: 15px;
  }
}
.notice #r_contact .Form-Btn {
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 180px;
  height: 50px;
  display: block;
  background: var(--maincolor);
  color: #fff;
  font-size: 15px;
}
@media screen and (max-width: 480px) {
  .notice #r_contact .Form-Btn {
    margin-top: 24px;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 160px;
    font-size: 16px;
  }
}/*# sourceMappingURL=recruit.css.map */