@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;
}

/*タブ*/
.notice {
  margin: 200px 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 60px;
  color: #fff;
  width: 500px;
  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%;
  height: auto;
}
.notice .tab li.active a {
  background: #fff;
  color: var(--maincolor);
  font-weight: 700;
  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 #admission {
  width: 1150px;
  margin: 80px auto;
  justify-content: center;
}
.notice #admission .headline {
  display: flex;
  text-align: center;
  justify-content: center;
  padding-top: 50px;
  padding-bottom: 20px;
}
.notice #admission .headline h4 {
  font-size: 37px;
}
.notice #admission .headline h6 {
  font-size: 18px;
}
.notice #admission .headline img {
  margin-top: 10px;
  margin-left: 20px;
}
.notice #admission video {
  width: 100%;
  margin: 0 auto;
  margin-top: 60px;
}
.notice #admission p {
  width: 750px;
  margin: 0 auto;
  padding-top: 50px;
  letter-spacing: -1px;
  text-align: center;
}
.notice #admission p span {
  background-color: var(--maincolor);
  color: #fff;
  padding: 3px 5px;
}
.notice #admission .left_alignment {
  text-align: justify;
  padding-top: 20px;
  width: 500px;
}
.notice #admission .tel {
  padding-top: 20px;
}
.notice #admission .tel p {
  padding-top: 0;
}
.notice #admission .tel div {
  width: 230px;
  height: auto;
  border: 1.5px solid var(--maincolor);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  margin: 0 auto;
  margin-top: 12px;
}
.notice #admission .tel div a {
  width: 100%;
  padding: 10px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  text-decoration: none;
  font-size: 15px;
  color: var(--maincolor);
  transition: 0.6s;
}
.notice #admission .tel div a:hover {
  color: #fff;
  background: var(--maincolor);
  transition: 0.6s;
}
.notice #admission .box1 {
  width: 750px;
  margin: 0 auto;
  text-align: center;
}
.notice #admission .box1 h4 {
  margin-top: 120px;
  font-size: 20px;
}
.notice #admission .box1 p {
  padding-top: 0;
}
.notice #admission .ad-bt {
  width: 230px;
  height: auto;
  border: 1.5px solid var(--maincolor);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  margin: 0 auto;
  margin-top: 20px;
}
.notice #admission .ad-bt a {
  width: 100%;
  padding: 10px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  text-decoration: none;
  font-size: 15px;
  color: var(--maincolor);
  transition: 0.6s;
}
.notice #admission .ad-bt a:hover {
  color: #fff;
  background: var(--maincolor);
  transition: 0.6s;
}
.notice #admission ul {
  width: 750px;
  margin: 0 auto;
  margin-top: 50px;
  padding: 55px;
  border: 1px solid;
}
.notice #admission ul h5 {
  background-color: var(--maincolor);
  color: #fff;
  padding: 3px 5px;
  text-align: center;
  font-size: 17px;
  font-weight: 500;
}
.notice #admission ul li {
  list-style: none;
}
.notice #admission ul li:nth-child(6) {
  margin: 6px 0 0 0;
  text-align: center;
}
.notice #admission ul .la {
  text-align: justify;
  font-size: 17px;
  font-weight: bold;
  width: 500px;
  margin: 0 auto;
}
.notice #admission ul .la span {
  font-size: 13px;
}
.notice #admission ul .vacant {
  margin-top: 20px;
}
.notice #admission .p1 {
  width: 700px;
  padding-top: 10px;
  font-size: 14px;
  text-align: justify;
}
.notice #admission .imagePH {
  display: flex;
  justify-content: center;
  width: 800px;
  margin: 50px auto 0;
}
.notice #admission .imagePH .imagePH01 img,
.notice #admission .imagePH .imagePH03 img {
  width: 350px;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}
.notice #admission .imagePH .imagePH02 {
  margin: 0 10px;
}
.notice #admission .imagePH .imagePH02 img {
  width: 250px;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: bottom;
}
.notice #parent {
  width: 1150px;
  margin: 80px auto;
  justify-content: center;
  border-radius: 15px;
  position: relative;
  padding-bottom: 80px;
}
.notice #parent .headline {
  display: flex;
  text-align: center;
  justify-content: center;
  padding-top: 80px;
  padding-bottom: 20px;
}
.notice #parent .headline h4 {
  font-size: 37px;
}
.notice #parent .headline h6 {
  font-size: 18px;
}
.notice #parent .headline img {
  margin-top: 10px;
  margin-left: 20px;
}
.notice #parent .parent_block {
  display: flex;
  justify-content: center;
  align-items: center;
}
.notice #parent .parent_block p {
  text-align: justify;
  width: 65%;
  margin-bottom: 0;
  letter-spacing: -1;
}
.notice #parent .parent_box {
  display: flex;
  margin-top: 30px;
}
.notice #parent .parent_box .imagePH {
  width: 200px;
  margin-top: 50px;
  margin-bottom: -50px;
  margin-right: -100px;
}
.notice #parent .parent_box .imagePH img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 20px;
}
.notice #parent .parent_box ul {
  width: 750px;
  margin: 0 auto;
  margin-top: 50px;
  padding-left: 0;
}
.notice #parent .parent_box ul li {
  list-style: none;
  padding: 40px;
  text-align: justify;
  border-top: 1px dashed var(--subcolor);
}
.notice #parent .parent_box ul .li-d {
  border-bottom: 1px dashed var(--subcolor);
}

#contact {
  width: 1150px;
  margin: 0 auto;
  justify-content: center;
  margin-top: 80px;
}
#contact .headline {
  display: flex;
  text-align: center;
  justify-content: center;
  padding-top: 50px;
  padding-bottom: 20px;
}
#contact .headline h4 {
  font-size: 37px;
}
#contact .headline h6 {
  font-size: 18px;
}
#contact .headline img {
  margin-top: 10px;
  margin-left: 20px;
}
#contact h5 {
  text-align: center;
}
#contact p {
  text-align: center;
}
#contact img {
  margin: 0 auto;
  display: block;
}
#contact .Form {
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  max-width: 720px;
}
@media screen and (max-width: 480px) {
  #contact .Form {
    margin-top: 40px;
  }
}
#contact .Form-Item {
  border-top: 1px solid #ddd;
  padding-top: 24px;
  padding-bottom: 24px;
  width: 100%;
  display: flex;
  align-items: center;
}
#contact .Form-Item label {
  padding-left: 30px;
}
@media screen and (max-width: 480px) {
  #contact .Form-Item {
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 16px;
    padding-bottom: 16px;
    flex-wrap: wrap;
  }
}
#contact .Form-Item:nth-child(5) {
  border-bottom: 1px solid #ddd;
}
#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) {
  #contact .Form-Item-Label {
    max-width: inherit;
    display: flex;
    align-items: center;
    font-size: 15px;
  }
}
#contact .Form-Item-Label.isMsg {
  margin-top: 8px;
  margin-bottom: auto;
}
@media screen and (max-width: 480px) {
  #contact .Form-Item-Label.isMsg {
    margin-top: 0;
  }
}
#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;
}
#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) {
  #contact .Form-Item-Label-Required {
    border-radius: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
    width: 32px;
    font-size: 10px;
  }
}
#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) {
  #contact .Form-Item-Input {
    margin-left: 0;
    margin-top: 18px;
    height: 40px;
    flex: inherit;
    font-size: 15px;
  }
}
#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) {
  #contact .Form-Item-Textarea {
    margin-top: 18px;
    margin-left: 0;
    height: 200px;
    flex: inherit;
    font-size: 15px;
  }
}
#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) {
  #contact .Form-Btn {
    margin-top: 24px;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 160px;
    font-size: 16px;
  }
}/*# sourceMappingURL=info.css.map */