@charset "utf-8";
/*general*/
* {
  box-sizing: border-box;
  font-size: :calc(112.5%+0.25vw);
  padding: 0;
  margin: 0;
  line-height: 1.5;
}
#map {
  width: 100%;
  height: 60vh;
  background-color: grey;
}
body {
  width: 100%;
  font-family: 'Kosugi Maru', sans-serif;
  color: gray;
  position: relative;
  padding-bottom:44px;
}
a {
  text-decoration: none;
  color: gray;
}
a:hover {
  text-decoration: none;
  color: gainsboro;
}
li {
  list-style: none;
}
img {
  width: 100%;
}
#header_line{
	position: absolute;
    right: 10px;
    width: 120px;
}
.sponly #header_line{
	top:10px;
}
#FixedSNS {
    background-color: #ffffff;
	border:1px solid #cccccc;
	border-radius:5px 0 0 5px;
	display: block;
    color: #FFF;
    text-align: center;
    position: fixed;
    top: 45%;
    right: 0px;
    font-size: 100%;
    padding: 3px;
	z-index:1000000;
}
.fa-twitter {
	color:#1DA1F2;
}
.fa-line {
	color:#00B900;
}
.fa-facebook-square {
	color:#3C5A99;
}
.flex {
  display: flex;
}
.topline {
  width: 100%;
  background-color: #ff99ab;
  color: #fff;
  text-align: center;
  font-size: 0.8em;
}
.topline p {
  margin: 0;
}
.clearfix:after {
  clear: both;
  display: block;
  content: "";
}
h4 {
  display: flex;
  align-items: center;
  margin: 0 auto;
}
h4:before, h4:after {
  content: "";
  flex-grow: 1;
  height: 4px;
  /* 線の太さを変えたいときはここを変える */
  background: gray;
  /* 線の色を変えたいときはここを変える */
  margin: 0.4em;
  /* 文字と線の余白用 なくても良い */
  border-radius: 20px;
}
h5{font-size:1.2rem;margin:20px 0 -10px 0;}
.big {
  font-size: 2em;
}
.back_color01 {
  background: #F6F5F5;
}
.back_color02 {
  background: #EAF3E4;
}
.back_color03 {
  background: #fff;
}
.back_color04 {
  background: #5c5656;
  color: #fff;
}
.back_color05 {
  background: #e9f9ff;
}
.back_color06 {
  background: lightpink;
}
.back_color07 {
  background: #ff99ab;
  color: white
}
.pb20 {
  padding-bottom: 20px;
}
.pt20 {
  padding-top: 20px;
}
.swiper-button-prev, .swiper-button-next {
  display: none;
}
/*ナビメニュー*/
.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 80%;
  z-index: 10;
}
#menu {
  width: 100%;
  text-align: center;
  z-index: 10;
  position: relative;
}
nav {
  z-index: 100;
}
nav h1 img {
  width: 80%;
}
/*スライドショー*/
/**
* スライダーの幅を指定しているだけ
*/
.slider {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.swiper-slide img {
  width: 100%;
}
/*スライドショー終わり*/
section {
  width: 100%;
  text-align: center;
}
/*おしらせ*/
.info a{
  align-items: center;
  z-index: 1;
}
.info figure {
  width: 80%;
  padding: 5px;
  margin: 0;
}
/*おしらせ記述終了*/
#kodawari {
  width: 100%;
}
.kodawari02 {
  width: 80%;
  margin: 0 auto;
  justify-content: space-around;
}
.kodawari02 img {
  width: 100%;
}
.kigyou_btn {
  width: 100%;
  margin: 0 auto;
}
/*トップへ戻る*/
#page_top {
  position: fixed;
  background: url(../img/pagetop.png) no-repeat center center;
  opacity: 0.6;
  z-index: 10000;
}
#page_top a {
  position: relative;
  display: block;
  text-decoration: none;
}
#recruitbtn {
  position: fixed;
  background: url(../img/recruit_btn.png) no-repeat center center;
  opacity: 0.6;
  z-index: 10000;
}
#recruitbtn a {
  position: relative;
  display: block;
  text-decoration: none;
}
#fixedCTA {
  position: fixed;
  bottom:0px;
  width:100%;
  padding:10px;
  text-align:center;
  background-color: #8EB95E;
}
#fixedCTA a{
	display:block;
	color:#ffffff;
}
.open_title {
  width: 90%;
  margin: 0 auto;
}
.open_p {
  width: 70%;
  margin: 2em auto 3em;
}
.open_contact {
  width: 100%;
  padding-bottom: 2em;
}
.open_footer {
  padding: 5%;
}
.open_footer p {
  width: 40%;
  margin: 0 auto;
}
.open_footer p:nth-child(1) {
  width: 40%;
  margin-bottom: 1em;
}
/*テーブル用記述01*/
.annnai table p {
  margin: 0;
  padding: 0.5em;
}
.annnai table tr {
  border-bottom: solid 3px white;
}
.annnai table tr:last-child {
  border-bottom: none;
}
.annnai table th {
  position: relative;
  text-align: left;
  width: 30%;
  background-color: #52c2d0;
  color: white;
  text-align: center;
  padding: 10px;
}
.annnai table th:after {
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top: calc(50% - 10px);
  right: -10px;
  border-left: 10px solid #52c2d0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
.annnai table td {
  text-align: left;
  width: 70%;
  background-color: #eee;
  padding: 10px 10px 10px 5%;
}
/*モーダルウィンドウ*/
.popupModal1 > input {
  /* ラジオボックス非表示 */
  display: none;
}
.popupModal1 > input:nth-child(1) + label {
  cursor: pointer;
}
.modalPopup2 {
  /* 初期設定 ポップアップ非表示 */
  display: none;
}
.popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label + .modalPopup2 {
  /* ラジオ１ チェックでポップアップ表示 */
  display: block;
  z-index: 998;
  position: fixed;
  width: 90%;
  height: 80%;
  border-radius: 20px;
  left: 50%;
  top: 50%;
  margin-top: 30px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 10px 20px;
  overflow: hidden;
}
@media (min-width: 768px) {
  /* PCのときはページの真ん中の600x600領域 */
  .popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label + .modalPopup2 {
    width: 800px;
    height: 800px;
    padding: 30px;
  }
  .popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label {
    left: 50% !important;
    top: 50% !important;
    margin-left: 360px !important;
    margin-top: -390px !important;
  }
}
.popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label + .modalPopup2 > div {
  /* */
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  display: inline-block;
  width: 100%;
  height: 100%;
}
.popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label + .modalPopup2 > div > iframe {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}
.popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label + .modalPopup2 > div > img {
  /* ポップアップの中の要素 */
  max-width: 100%;
}
.popupModal1 > input:nth-child(1) + label ~ label {
  display: none;
  /* ラジオ１ 以外のラベルを初期は非表示 */
}
.popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.70);
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 997;
  text-indent: -999999px;
  overflow: hidden;
}
.popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label {
  background: rgba(255, 255, 255, 0.5);
  display: inline-block;
  position: fixed;
  left: 10px;
  bottom: 20px;
  z-index: 999;
  width: 44pt;
  height: 44pt;
  font-size: 40px;
  border-radius: 50%;
  line-height: 44pt;
  text-align: center;
  box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.2);
}
.popupModal1 > input:nth-child(1) + label + input:nth-child(3):checked + label + input:nth-child(5) + label + .modalPopup2, .popupModal1 > input:nth-child(1) + label + input:nth-child(3) + label + input:nth-child(5):checked + label + .modalPopup2 {
  /* ラジオ２と３ どっちかチェックでポップアップ非表示 */
  display: none;
}
.modalPopup2 {
  animation: fadeIn 1s ease 0s 1 normal;
  -webkit-animation: fadeIn 1s ease 0s 1 normal;
}
@keyframes fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
.popupModal1 .modalTitle {
  padding-top: 0.5em;
  padding-bottom: 0.1em;
  margin: 0 auto;
}
.popupModal1 .modalMain {
  color: #222;
  text-align: left;
  font-size: 1em;
}
.modalimg {
  width: 90%;
  margin: 0 auto;
  justify-content: space-around;
  align-items: center;
}
.modalimg img {
  width: 15%;
  height: 15%
}
.modalimg img:nth-child(2) {
  width: 40%;
  height: 40%
}
.mail_form_p {
  position: relative;
}
.mail_form_p h2 {
  width: 100%;
  text-align: center;
  font-size: 1.2em;
}
.mail_form_p p {
  margin: 0;
  text-align: center;
}
/*PC用記述*/
@media (min-width:1025px) {
  .modalMain h5, .modalMain h6 {
    font-size: 1.2em;
    text-align: center;
    line-height: 2em;
  }
  .modalMain p {
    margin: 0;
    line-height: 1.5em;
  }
  .modalMain {
    position: relative;
    margin: 2em 0 0 0;
    line-height: 2em;
    padding: 1em 1em;
    border: solid 3px #ff99ab;
    border-radius: 25px;
  }
  .box-title {
    position: absolute;
    display: inline-block;
    top: -20px;
    padding: 0 10px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color: #ff99ab;
    font-weight: bold;
  }
  .menu_back {
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: -10;
  }
  .slider {
    width: 100%;
    padding: 0;
    margin: 0 -10px;
  }
  .menu_back02 {
    position: absolute;
    top: -60%;
    width: 100%;
    z-index: -10;
  }
  #menu {
    height: 20vh;
  }
  #page_top {
    width: 150px;
    height: 150px;
    right: 1%;
    bottom: 5%;
  }
  #page_top a {
    width: 150px;
    height: 150px;
  }
  #recruitbtn {
    width: 150px;
    height: 150px;
    right: 1%;
    bottom: 20%;
  }
  #recruitbtn a {
    width: 150px;
    height: 150px;
  }
  .sponly {
    display: none;
  }
  /*テーブル用記述02*/
  .nagare table {
    border-collapse: separate;
    width: 90%;
    border-spacing: 4px;
    margin: 2em auto;
    font-size:1rem;
    letter-spacing: 0.5px;
  }
  .nagare table th {
    width: calc(100%/6);
    border-radius: 10px;
  }
  .nagare table p {
    margin: 0;
  }
  .nagare td, th {
    padding: 0.5% 0;
    text-align: center;
  }
  .teble_p {
    width: 95%;
    text-align: right;
    margin-top: -30px;
  }
  /*テーブル用記述終了*/
  .under, .under02, .under03, .under04, .under05 {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 5em;
  }
  .under {
    background-image: url(../img/h_back.png);
  }
  .under02 {
    background-image: url(../img/h_back02.png);
  }
  .under03 {
    background-image: url(../img/h_back03.png);
  }
  .under04 {
    background-image: url(../img/h_back04.png);
  }
  .under05 {
    background-image: url(../img/h_back05.png);
  }
  h2, h3 {
    padding: 40px 0;
    font-size: 32px;
  }
  h4 {
    width: 20%;
    font-size: 23px;
  }
  .inner {
    width: 100%;
  }
  .inner nav {
    width: 100%;
  }
  .inner nav ul {
    margin-top: 2%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
  }
  .inner h1 {
    width: 10%;
    max-width: 140px;
    margin: 5px auto 0;
  }
  .inner nav ul li {
    width: calc(28%/5);
    margin: -1.5% auto 0;
  }
  .inner nav ul li a {
    text-decoration: none;
    font-weight: bold;
  }
  #nav_toggle {
    display: none;
  }
  /*おしらせ*/
  .info {
    width: 100%;
    margin-top: 50px;
  }
  .newinfo_icon {
    width: 7%;
    margin: 1em 0 1em 34%;
  }
  .info_text {
    margin-top: 1em;
    text-align: left;
  }
  .dot_under {
    border-bottom: dotted 4px brown;
    margin: 0 0 0 30px;
  }
  .to_list {
    padding-top: 4px;
    text-align: right;
    font-size: 0.8em;
  }
  .to_list img {
    width: 8%;
    padding: 0 4px;
    vertical-align: sub;
  }
  /*おしらせ記述終了*/
  .kodawari_oyabox {
    margin: 0 auto 9em;
    display: flex;
    justify-content: space-between;
    width: 80%;
  }
  .kodawari_oyabox > div {
    width: calc(100%/4);
    margin: 0 5px;
  }
  .kodawari_oyabox figure {
    width: 50%;
    margin: 0 auto;
  }
  .kodawari_box {
    background: #FFF7D6;
    height: 90%;
    margin: -80px auto 0;
    letter-spacing: 1px;
    padding: 80px 10px 10px;
    text-align: left;
    border-radius: 30px;
  }
  .shoukai {
    width: 80%;
    padding: 2% 0 0;
    margin: 0 auto;
    justify-content: space-around;
  }
  .aisatu {
    width: 90%;
    padding: 5%;
    margin: 0 auto;
    justify-content: space-around;
  }
  .shoukai figure, .aisatu figure {
    width: 100%;
  }
  .shoukai h5 {
    font-size: 1.2em;
    margin-top: 0.5em;
  }
  .hoikunaiyou {
    display: flex;
    width: 80%;
    margin: 30px auto;
    justify-content: space-around
  }
  .hoikunaiyou div {
    width: 20%;
  }
  .nagare_time img {
    width: 50%;
  }
  .nagare {
    padding: 50px 0;
  }
  .nagare figure {
    width: 60%;
    margin: 50px auto;
  }
  .nagare > figcaption {
    width: 40%;
    margin: 0 auto;
  }
  .annnai figure {
    width: 50%;
    padding: 10px;
    margin: 10px auto;
  }
  .annai_btn {
    width: 40%;
    margin: 70px auto 50px;
  }
  .aisatu figcaption {
    font-size: 1.8em;
    padding-top: 2em;
    font-weight: bold;
  }
  .contact_btn {
    width: 40%;
    padding: 70px 0;
    margin: 0 auto;
  }
  .contact p {
    margin: 0 auto;
  }
  .contact p:nth-child(3), .contact p:nth-child(5) {
    padding-top: 1.6em;
    /*本サイトとオープンサイトと共有*/
  }
  #mail_form {}
  .mail_form_p {
    width: 80%;
    margin: 8em auto 0;
    position: relative;
  }
  /*open*/
  .open_p {
    font-size: 1.6em;
  }
  .open_contact p {
    font-size: 1.6em;
  }
  .open_footer p {
    font-size: 1.2em;
  }
  .annnai table {
    width: 50%;
    border-collapse: collapse;
    margin: 3em auto;
  }
  #shisetu p {
    width: 60%;
    margin: 0 auto;
  }
  .illust01 {
    width: 10%;
    position: absolute;
  }
  .illust02 {
    width: 10%;
    right: 0;
    position: absolute;
  }
  /*recruit.html*/
  .recruit_box {
    width: 90%;
    margin: 8% auto 2%;
    position: relative;
    background-color: #e3a550;
    border-radius: 30px;
    padding: 1em;
  }
  .recruit_innerbox {
    margin: 1em auto;
    padding: 3em 2em;
    width: 90%;
    background-color: #fff;
    background-image: url(../img/binder.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 20%;
  }
  .recruit_innerbox > .flex > div:nth-child(1), .recruit_innerbox > .flex > div:nth-child(3) {
    width: 10%;
    position: absolute;
    top: 100px;
  }
  .recruit_innerbox > .flex > div:nth-child(1) {
    left: 160px;
  }
  .recruit_innerbox > .flex > div:nth-child(3) {
    right: 160px;
  }
  .recruit_innerbox > div {
    width: 95%;
    margin: 3em auto 0;
  }
  .recruit_table table {
    width: 80%;
    margin: 0 auto;
  }
  .recruit_table table th {
    border-radius: 15px 0 0 15px;
    margin: 10px;
    background-color: #ff99ab;
  }
  .recruit_innerbox h2 {
    width: 100%;
    text-align: center;
  }
  .recruit_table table th:after {
    border: none;
  }
  .recruit_table table td {
    border-radius: 0 15px 15px 0;
    margin: 10px;
  }
  .recruit_p {
    text-align: center;
  }
}
/*TAB記述*/
@media (min-width:768px) and (max-width:1024px) {
  * {
    font-size: 1em;
  }
  #menu {}
  .menu_back02 {
    position: absolute;
    top: -10%;
    width: 100%;
    z-index: -10;
  }
  .contact_menu {
    height: 18vh !important;
  }
  .menu_back {
    position: absolute;
    top: 10px;
    width: 100%;
    z-index: -10;
  }
  #page_top {
    width: 120px;
    height: 120px;
    right: 1%;
    bottom: 5%;
  }
  #page_top a {
    width: 150px;
    height: 150px;
  }
  #recruitbtn {
    width: 120px;
    height: 120px;
    right: 1%;
    bottom: 20%;
  }
  #recruitbtn a {
    width: 150px;
    height: 150px;
  }
  .slider {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 98%;
  }
  /*テーブル用記述02*/
  .nagare table {
    border-collapse: separate;
    width: 100%;
    border-spacing: 5px;
    margin: 2em auto;
  }
  .nagare table tr {}
  .nagare table th {
    width: calc(100%/6);
    border-radius: 10px;
  }
  .nagare table p {
    margin: 0;
  }
  .nagare td, th {
    padding: 8px 0;
    text-align: center;
  }
  .teble_p {
    width: 99%;
    text-align: right;
    margin-top: -18px;
  }
  /*テーブル用記述終了*/
  .sponly {
    display: none;
  }
  .under, .under02, .under03, .under04, .under05 {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 6em;
  }
  .under {
    background-image: url(../img/h_back.png);
  }
  .under02 {
    background-image: url(../img/h_back02.png);
  }
  .under03 {
    background-image: url(../img/h_back03.png);
  }
  .under04 {
    background-image: url(../img/h_back04.png);
  }
  .under05 {
    background-image: url(../img/h_back05.png);
  }
  h2, h3 {
    padding: 50px 0;
    font-size: 30px;
  }
  h4 {
    width: 35%;
    font-size: 24px;
    padding: 20px 0;
  }
  .inner {
    width: 100%;
  }
  .inner nav {
    width: 100%;
    margin: 10px auto 0;
  }
  .inner nav ul {
    width: 100%;
    display: flex;
    margin: 0 auto;
    align-items: center;
  }
  .inner h1 {
    width: 7%;
    margin: 0 auto;
  }
  .inner nav ul li {
    width: 7%;
    margin: 0 auto;
  }
  .inner nav ul li a {
    text-decoration: none;
    font-weight: bold;
  }
  #nav_toggle {
    display: none;
  }
  /*おしらせ*/
  .info {
    width: 100%;
    height: 80px;
    margin: 0 auto 0;
    padding: 0 20%;
    justify-content: space-around
  }
  .newinfo_icon {
    width: 20%;
  }
  .info_text {
    position: relative;
    padding-left: 10px;
    padding-bottom: 20px;
    text-align: left;
  }
  .dot_under {
    margin: 0;
    border-bottom: dotted 2px brown;
  }
  .to_list {
    position: absolute;
    right: 0;
    padding-top: 4px;
  }
  .to_list img {
    width: 16%;
    padding: 0 4px;
    vertical-align: sub;
  }
  /*おしらせ記述終了*/
  .kodawari_oyabox {
    display: flex;
  }
  #kodawari {}
  #kodawari > div {
    padding: 10px 1%;
  }
  #kodawari > div > div {
    width: calc(100%/4);
  }
  #kodawari > div > div > figure {
    width: 60%;
    margin: 0 auto;
  }
  .kodawari02 > div > figure {
    width: 250px !important;
  }
  .kodawari_box {
    background: #FFF7D6;
    width: 90%;
    font-size: 0.9em;
    margin: -80px auto 0;
    padding: 80px 10px 10px;
    text-align: left;
    border-radius: 30px;
  }
  .shoukai, .aisatu {
    width: 100%;
    padding: 3%;
    margin: 0 auto;
    justify-content: space-around;
  }
  .shoukai figure, .aisatu figure {
    width: 100%;
    padding: 5em;
  }
  .shoukai h5 {
    font-size: 1.2em;
    margin-top: 0.5em;
  }
  .hoikunaiyou {
    display: flex;
    width: 100%;
    margin: 30px auto;
    justify-content: space-around
  }
  .hoikunaiyou div {
    width: 25%;
  }
  .nagare {
    padding: 20px 0;
  }
  .nagare figure {
    width: 80%;
    margin: 30px auto;
  }
  .nagare > figcaption {
    width: 50%;
    margin: 0 auto;
  }
  .annnai figure {
    width: 70%;
    padding: 10px;
    margin: 20px auto;
  }
  .annai_btn {
    width: 60%;
    margin: 40px auto 20px;
  }
  .aisatu figcaption {
    font-size: 2em;
    padding-top: 2em;
    font-weight: bold;
  }
  .contact_btn {
    width: 40%;
    padding: 40px 0;
    margin: 0 auto;
  }
  .contact p {
    font-size: 1.2em;
    margin: 0 auto;
  }
  .contact p:nth-child(3), .contact p:nth-child(5) {
    padding-top: 1em;
  }
  .mail_form_p {
    width: 80%;
    margin: 5em auto 0;
    position: relative;
  }
  .annnai table {
    width: 60%;
    border-collapse: collapse;
    margin: 2em auto;
  }
  .illust01 {
    width: 8%;
    position: absolute;
  }
  .illust02 {
    width: 8%;
    right: 0;
    position: absolute;
  }
  .popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label + .modalPopup2 {
    width: 60%;
    height: 50%;
    padding: 20px 20px;
  }
  .modalTitle {
    font-size: 6em;
  }
  .modalMain h5 {
    font-size: 3em;
    margin: 1em 0 0 0;
    line-height: 2em;
  }
  .modalMain p {
    margin: 0;
    line-height: 1.5;
  }
  .modalMain {
    position: relative;
    margin: 2em 0 0 0;
    line-height: 1.5;
    padding: 2em 2em;
    border: solid 3px #ff99ab;
    border-radius: 25px;
  }
  .box-title {
    position: absolute;
    display: inline-block;
    top: -26px;
    left: 50px;
    padding: 10 0px;
    line-height: 1;
    background: #FFF;
    color: #ff99ab;
    font-weight: bold;
  }
  /*recruit.html*/
  .recruit_box {
    width: 95%;
    margin: 10% auto 0;
    position: relative;
    background-color: #e3a550;
    border-radius: 15px;
    padding: 0.5em;
  }
  .recruit_innerbox {
    margin: 1em auto;
    padding: 2em 0.5em;
    width: 95%;
    background-color: #fff;
    background-image: url(../img/binder.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 20%;
  }
  .recruit_innerbox > .flex > div:nth-child(1), .recruit_innerbox > .flex > div:nth-child(3) {
    width: 12%;
    position: absolute;
    top: 70px;
  }
  .recruit_innerbox > .flex > div:nth-child(1) {
    left: 80px;
  }
  .recruit_innerbox > .flex > div:nth-child(3) {
    right: 80px;
  }
  .recruit_innerbox > div {
    width: 90%;
    margin: 0 auto;
  }
  .recruit_innerbox h2 {
    width: 100%;
    text-align: center;
    margin: 0;
    z-index: 100;
  }
  .recruit_innerbox img {
    width: 100%;
    padding: 0;
  }
  .recruit_table table {
    width: 100%;
  }
  .recruit_table table th {
    border-radius: 5px 0 0 5px;
    margin: 10px;
    background-color: #ff99ab;
  }
  .recruit_table table th:after {
    border: none;
  }
  .recruit_table table td {
    border-radius: 0 5px 5px 0;
    margin: 10px;
  }
  .recruit_p {
    text-align: center;
  }
}
/*SP記述*/
@media (max-width: 767px) {
  .popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label + .modalPopup2 {
    width: 90%;
    height: 80%;
    padding: 10px 5px;
  }
  .modalMain img {
    width: 100%;
  }
  .modalMain div:nth-child(1) {
    width: 90%;
  }
  .modalMain div:nth-child(2) {
    width: 15%;
    padding-top: 40%;
    z-index: -10;
  }
  .modalMain h5 {
    font-size: 1em;
    margin: 0.5em 1em;
    0 0;
    line-height: 1.5;
  }
  .modalMain p {
    margin: 0;
    line-height: 1.5em;
  }
  .modalMain {
    position: relative;
    margin: 2em 0 0 0;
    line-height: 2em;
    padding: 1em 1em;
    border: solid 3px #ff99ab;
    border-radius: 25px;
  }
  .box-title {
    position: absolute;
    display: inline-block;
    top: -24px;
    padding: 0 10px;
    background: #FFF;
    color: #ff99ab;
    font-weight: bold;
  }
  .pconly {
    display: none;
  }
  .topline p {
    font-size: 0.6em;
  }
  .menu_back {
    position: absolute;
    top: 50px;
    width: 100%;
    z-index: -10;
  }
  .menu_back02 {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -10;
  }
  #page_top {
    width: 100px;
    height: 100px;
    right: 3%;
    bottom: 7%;
    background-size: 80px;
  }
  #page_top {
    width: 100px;
    height: 100px;
    right: 3%;
    bottom: 7%;
    background-size: 80px;
  }
  #page_top a {
    width: 150px;
    height: 150px;
  }
  #recruitbtn {
    width: 100px;
    height: 100px;
    right: 3%;
    bottom: 23%;
    background-size: 80px;
  }
  #recruitbtn a {
    width: 150px;
    height: 150px;
  }
  #shisetu p {
    width: 90%;
    margin: 0 auto;
    font-size: 0.8em;
  }
  .under, .under02, .under03, .under04, .under05 {
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 5em;
  }
  .under {
    background-image: url(../img/h_back.png);
  }
  .under02 {
    background-image: url(../img/h_back02.png);
  }
  .under03 {
    background-image: url(../img/h_back03.png);
  }
  .under04 {
    background-image: url(../img/h_back04.png);
  }
  .under05 {
    background-image: url(../img/h_back05.png);
  }
  /*header*/
  h1 {
    width: 100%;
    margin: 0 auto;
    position: absolute;
  }
  h1 img {
    width: 18%;
  }
  h2, h3 {
    width: 100%;
    font-size: 0.8em;
    padding-top: 2em;
  }
  h4 {
    width: 45%;
    font-size: 1em;
  }
  /*メニュー*/
  #menu {
    height: 80px
  }
  .contact_menu {
    height: 60px !important;
  }
  .inner {
    padding: 0 10px;
    display: flex;
  }
  nav {
    display: none;
    position: absolute;
    padding-top: 40px;
    height: 100vh;
    background: #fff;
    left: 0;
    z-index: 100;
  }
  header nav ul {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    padding: 10px;
    margin: 0 auto;
  }
  header nav ul li {
    width: calc(100%/3);
  }
  header nav ul li a {
    display: block;
  }
  /*開閉ボタン*/
  #nav_toggle {
    display: block;
    width: 25px;
    height: 40px;
    position: relative;
    top: 20px;
    z-index: 1000;
  }
  #nav_toggle div {
    position: relative;
  }
  #nav_toggle span {
    display: block;
    height: 3px;
    background: gray;
    position: absolute;
    width: 100%;
    left: 16px;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
  }
  #nav_toggle span:nth-child(1) {
    top: 0px;
  }
  #nav_toggle span:nth-child(2) {
    top: 10px;
  }
  #nav_toggle span:nth-child(3) {
    top: 20px;
  }
  /*開閉ボタンopen時*/
  .open #nav_toggle span:nth-child(1) {
    top: 12px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .open #nav_toggle span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  .open #nav_toggle span:nth-child(3) {
    top: 12px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  /*スライドショー*/
  /**
  * スライダーの幅を指定しているだけ
  */
  .slider {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-top: -10px;
    width: 100%;
  }
  .swiper-slide img {
    width: 100%;
  }
  /*スライドショー終わり*/
  /*おしらせ*/
  .info {
    width: 100%;
    margin: 0 auto 30px;
    align-items: center;
    flex-wrap: wrap;
    font-size: 0.8em;
  }
  .info div:nth-child(1) {
    width: 30%;
    margin: 0 0 0 40%;
    ;
  }
  .info_text {
    position: relative;
    width: 75%;
    margin: 0 auto;
  }
  .newinfo_icon img {
    width: 50%;
  }
  .dot_under {
    border-bottom: dotted 4px brown;
  }
  .to_list {
    position: absolute;
    right: 0;
    padding-top: 4px;
  }
  .to_list img {
    width: 16%;
    padding: 0 4px;
    vertical-align: sub;
  }
  /*おしらせ記述終了*/
  #kodawari {
    width: 100%;
  }
  .kodawari_oyabox {
    width: 100%;
  }
  #kodawari > div > div > figure {
    width: 60%;
    margin: 0 auto;
  }
  .kodawari_box {
    background: #FFF7D6;
    width: 96%;
    margin: -80px auto 0;
    padding: 80px 10px 10px;
    text-align: left;
    border-radius: 30px;
    font-size: 0.9em
  }
  .kodawari02 {
    width: 90%;
    margin-left: 0;
  }
  .kodawari02 img {
    width: 150%;
  }
  .kigyou_btn {
    width: 100%;
    padding: 5% 10% 5% 0;
  }
  .shoukai, .aisatu {
    width: 100%;
    padding: 1em 0;
    margin: 0 auto;
    justify-content: space-around;
  }
  .shoukai h5 {
    font-size: 1em;
    margin-top: 0.5em;
  }
  .shoukai figure, .aisatu figure {
    width: 100%;
    padding: 1em;
  }
  .hoikunaiyou {
    display: flex;
    width: 100%;
    margin: 10px auto;
    flex-wrap: wrap;
  }
  .hoikunaiyou div {
    width: 80%;
    margin: 10px auto;
  }
  .nagare {
    padding: 20px 0;
  }
  .nagare figure {
    width: 90%;
    margin: 30px auto;
  }
  .nagare > figcaption {
    width: 84%;
    margin: 0 auto;
  }
  .annnai figure {
    width: 90%;
    padding: 5px;
    margin: 5px auto;
  }
  .annai_btn {
    width: 90%;
    margin: 40px auto 20px;
  }
  .aisatu figcaption {
    font-size: 1.2em;
    padding-top: 1em;
    font-weight: bold;
  }
  .contact_btn {
    width: 90%;
    padding: 40px 0;
    margin: 0 auto;
  }
  .contact p {
    font-size: 0.9em;
    margin: 30px 10px 0 10px;
  }
  .contact p:nth-child(3), .contact p:nth-child(5) {
    padding-top: 1em;
  }
  .annnai table {
    width: 100%;
    border-collapse: collapse;
    margin: 1em auto;
  }
  /*テーブル用記述02*/
  .nagare table {
    border-collapse: separate;
    width: 100%;
    border-spacing: 2px;
    margin: 2em auto;
    font-size: 0.6em;
  }
  .nagare table tr {}
  .nagare table th {
    width: calc(100%/6);
    border-radius: 10px;
	font-size: 1rem;
  }
  .nagare table td{font-size: 1rem;}
  .nagare table p {
    margin: 0;
  }
  .nagare td, th {
    padding: 4px 0;
    text-align: center;
  }
  .teble_p {
    width: 98%;
    font-size: 0.6em;
    text-align: right;
    margin-top: -18px;
  }
  .sp_h {
    padding: 1em 0;
  }
  .mail_form_p {
    width: 100%;
    margin: 3em auto 0;
    position: relative;
    font-size: 0.7em;
  }
  .illust01 {
    width: 8%;
    position: absolute;
    top: 0;
    left: 5px
  }
  .illust02 {
    width: 8%;
    right: 5px;
    position: absolute;
  }
  /*テーブル用記述終了*/
  /*recruit.html*/
  .recruit_box {
    width: 95%;
    margin: 20% auto 0;
    position: relative;
    background-color: #e3a550;
    border-radius: 15px;
    padding: 0.5em;
  }
  .recruit_innerbox {
    margin: 1em auto;
    padding: 1em 0.5em;
    width: 95%;
    background-color: #fff;
    background-image: url(../img/binder.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 20%;
  }
  .recruit_innerbox > .flex > div:nth-child(1), .recruit_innerbox > .flex > div:nth-child(3) {
    width: 10%;
    position: absolute;
    top: 40px;
  }
  .recruit_innerbox > .flex > div:nth-child(1) {
    left: 30px;
  }
  .recruit_innerbox > .flex > div:nth-child(3) {
    right: 30px;
  }
  .recruit_innerbox h2 {
    width: 100%;
    margin: 0;
    text-align: center;
  }
  .recruit_innerbox > div {
    width: 90%;
    margin: 0 auto;
  }
  .recruit_table table {
    width: 100%;
    font-size: 0.8em;
  }
  .recruit_table table th {
    border-radius: 5px 0 0 5px;
    margin: 10px;
    padding: 0;
    background-color: #ff99ab;
  }
  .recruit_table table th:after {
    border: none;
  }
  .recruit_table table td {
    border-radius: 0 5px 5px 0;
    margin: 10px;
    padding: 5px 5px;
  }
  .recruit_table table p {
    padding: 0;
  }
  .recruit_p {
    text-align: center;
    font-size: 0.8em;
  }
}