/* ========== common ========== */
/* body .lower {
  font-size: 20px;
} */
#recruit #menu_pc nav ul li:nth-of-type(2) a,
#contact #menu_pc nav ul li:nth-of-type(3) a {
  color: #00a99d;
  font-weight: bold;
}

.lower {
  background: #e6fffd url(../images/common/main_bg.png) repeat-y top center;
  background-size: 140%;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.lower .cotns_box {
  width: 92%;
  max-width: 1200px;
  background: #ffffff;
  box-shadow: 0 0 12px #aaaaaa60;
  margin: 60px auto;
  padding: 60px;
}
@media screen and (max-width: 768px) {
  .lower .cotns_box {
    box-shadow: 0 0 5px #aaaaaacc;
    margin: 12vw auto 24vw;
    padding: 6vw;
  }
}
/* title */
.sub_title {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.sub_title .ttl_cotns {
  width: 92%;
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.sub_title .ttl_cotns {
  height: 340px;
}
.sub_title h2 {
  margin: 0 0 0 50px;
  font-size: 42px;
  font-weight: 900;
  line-height: 1;
  position: relative;
}
@media screen and (max-width: 1081px) {
  .sub_title .ttl_cotns {
    height: 24vw;
  }
  .sub_title h2 {
    margin: auto auto 8% auto;
    height: auto;
    font-size: calc(100vw / 28);
  }
}
@media screen and (max-width: 768px) {
  .sub_title .ttl_cotns {
    height: 32vw;
  }
  .sub_title h2 {
    height: auto;
    font-size: calc(100vw / 18);
  }
}
/* ========== about.php ========== */
/* .information */
#recruit .information .info_list {
  border: 2px solid #4eb5b8;
  width: 80%;
  margin: 40px auto 80px;
}
#recruit .information .info_list .info_item {
  display: flex;
  flex-wrap: wrap;
  line-height: 1.6 !important;
}
#recruit .information .info_list .info_item dt {
  width: 20%;
  max-width: 200px;
  padding: 10px;
  background: #cae9ea;
}
#recruit .information .info_list .info_item dt,
#recruit .information .info_list .info_item dd {
  border-bottom: 1px solid #4eb5b8;
}
#recruit .information .info_list .info_item:last-child dt,
#recruit .information .info_list .info_item:last-child dd {
  border: none;
}
#recruit .information .info_list .info_item dd {
  width: 80%;
  padding: 10px;
  background: #ffffff;
  color: #555555;
}
#recruit .information .info_list .info_item dd li {
  padding-left: 1em;
  text-indent: -1em;
}
#recruit .information .info_list .info_item dd em,
#recruit .information .info_list .info_item dd span {
  display: block;
  width: fit-content;
  margin-bottom: 5px;
}
#recruit .information .info_list .info_item dd em {
  font-weight: bold;
}
#recruit .information .info_list .info_item dd span {
  padding-left: 20px;
}

@media screen and (max-width: 1081px) {
  #recruit .information .info_list {
    width: 100%;
    margin: 4vw auto 8vw;
  }
}
@media screen and (max-width: 768px) {
  #recruit .information .info_list .info_item dt {
    width: 100%;
    max-width: none;
    padding: 2% 1%;
  }
  #recruit .information .info_list .info_item dd {
    width: 100%;
    max-width: none;
    padding: 2% 1%;
  }
}

/* ----- recruit.php #recruit ----- */
#recruit .recruit_voice {
  margin: 80px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: flex-start;
  position: relative;
}
#recruit .recruit_voice h3 {
  margin-bottom: 10px;
  font-family: "Kosugi Maru", sans-serif;
  font-size: 1.3em;
  font-weight: bold;
  line-height: 1.6;
  color: #40505b;
}
#recruit .recruit_voice h3 em {
  font-size: 130%;
  color: #4eb5b8;
}
#recruit .recruit_voice h3 span {
  display: inline-block;
  padding-left: 2em;
  line-height: 1.6;
}
#recruit .recruit_voice .recruit_img {
  width: 36%;
  overflow: hidden;
}
#recruit .recruit_voice .recruit_txt {
  width: 48%;
  line-height: 1.8;
}

.recruit-info_cntns {
  width: 94%;
  max-width: 860px;
  margin: 60px auto;
}
.conditions_list {
  max-width: 860px;
  margin: 0 auto 80px;
  flex-wrap: wrap;
  background: #ffffff44;
}
.conditions_item {
  width: 100%;
  padding: 2% 0;
  display: flex;
  flex-wrap: wrap;
  background: #f5ffec;
}
.conditions_item:nth-of-type(even) {
  background: #ecf8f8;
}
.conditions_item dt {
  width: 24%;
  max-width: 200px;
  padding-left: 10px;
  line-height: 1.6;
  position: relative;
}
.conditions_item > dt::after {
  content: "|";
  display: block;
  color: #40505b;
  position: absolute;
  top: 0;
  right: 0;
}
.conditions_item dd {
  padding-left: 20px;
  width: 70%;
  max-width: 660px;
  line-height: 1.6;
}
.conditions_item dd dl {
  margin-bottom: 10px;
}
.conditions_item dd dl dt {
  width: auto;
  padding: 0;
}
.conditions_item dd dl dd {
  line-height: 1.2;
}
@media screen and (max-width: 1081px) {
  #recruit .recruit_voice .recruit_txt {
    width: 62%;
  }
}
@media screen and (max-width: 768px) {
  #recruit .recruit_voice {
    margin: 4vw 0;
    overflow: hidden;
  }
  #recruit .recruit_voice .recruit_txt {
    width: 100%;
  }
  #recruit .recruit_voice h3 {
    font-size: 1.1em;
  }
  #recruit .recruit_voice h3 span {
    padding-left: 0;
  }
  #recruit .recruit_voice .recruit_img {
    width: 70%;
    margin: 10px auto;
  }

  .recruit-info_cntns {
    width: 100%;
    margin: 6vw auto;
  }
  .conditions_list {
    margin: 4vw auto 8vw;
  }
  .conditions_item dt {
    width: 30%;
    line-height: 1.2;
  }
  .conditions_item dd {
    padding-left: 3vw;
    width: 68%;
  }
  .conditions_item dd a {
    pointer-events: none;
    display: inline;
  }
  .conditions_item dt::after {
    top: 3px;
  }
}

/* ボタン */
.form_btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 50px;
  margin: auto;
  padding: 20px 60px 20px 20px;
  background: #4eb5b8;
  color: #ffffff;
  font-size: 100%;
  text-align: center;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.form_btn a::before {
  content: "";
  display: block;
  background: url(../images/common/btn_icon.png) no-repeat center center;
  background-size: contain;
  width: 20px;
  height: 20px;
  position: absolute;
  top: calc(50% - 10px);
  right: 30px;
  transition: all 0.3s ease 0s;
}
.form_btn a::after {
  background: #000000;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}
.form_btn a:hover::after {
  transform: scale(1, 1);
}
@media screen and (max-width: 1081px) {
  .form_btn a {
    padding: 2vw 9vw 2vw 3vw;
    min-height: 50px;
    font-size: calc(30vw / 13);
  }
}
@media screen and (max-width: 768px) {
  .form_btn a {
    width: 90%;
    min-height: 40px;
    margin: auto;
    padding: 5vw 10vw 5vw 5vw;
    font-size: calc(40vw / 8);
  }
}

/* ========== contactad.php ========== */
/* お問い合わせページ以外に表示させる誘導枠(埋め込み) */
.contactad {
  padding: 100px 0;
  width: 100%;
  background: url(../images/contact/contactad_bg.jpg) no-repeat center center;
  background-attachment: fixed;
  background-size: cover;
  position: relative;
}
.contactad .contactad_cntns {
  max-width: 800px;
  margin: 0 auto;
  padding: 40px 30px 60px;
  background: #ffffffcc;
  text-align: center;
  border-radius: 30px;
  position: relative;
}
.contactad .contactad_cntns .contactad_txt {
  margin: auto;
  margin-bottom: 15px;
  font-size: 160%;
  line-height: 1.4;
  font-weight: bold;
  color: #000000;
}
.contactad .contactad_cntns .cntns_hl1 {
  margin-bottom: 15px;
}

.contactad .contactad_cntns .contactad_cntns_form {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

@media screen and (max-width: 1081px) {
  .contactad {
    background-attachment: scroll;
  }
  .contactad .contactad_cntns {
    width: 80%;
    padding: 5vw 2vw;
  }
  .contactad .contactad_cntns .contactad_txt {
    font-size: 180%;
  }
}
@media screen and (max-width: 768px) {
  .contactad {
    padding: 20vw 5vw 24vw;
    background-size: cover;
    position: relative;
  }
  .contactad .contactad_cntns {
    width: 100%;
    padding: 8vw 2vw;
    border-radius: 20px;
  }
  .contactad .contactad_cntns .contactad_txt {
    margin: 5vw auto 2vw;
    font-size: calc(80vw / 20);
    gap: 2vw;
  }
  .contactad .contactad_cntns .main_btn {
    margin: 3vw auto 0;
  }
  .contactad .contactad_cntns .contactad_cntns_form li {
    width: 100%;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 391px) {
}

/* お問い合わせページ */
/* contact */

/* from */
/* ttl */
#contact .cotns_box {
  max-width: 980px;
}
#contact .form {
  /* margin: 0 auto 60px; */
  position: relative;
  z-index: 0;
  overflow: hidden;
}

#contact .formTable {
  margin: 60px auto 0;
}
#contact .formTable .form_asset {
  background: #ffffff99;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 0 100px 30px;
}
#contact .formTable .form_asset dl {
  margin-bottom: 20px;
}
#contact .formTable .form_asset dl dt {
  margin-bottom: 5px;
  padding-left: 20px;
  display: flex;
  align-items: baseline;
  font-weight: bold;
  position: relative;
}
#contact .formTable .form_asset dl dt.list-beasic::before {
  content: " ";
  width: 16px;
  height: 16px;
  display: inline-block;
  border: #4eb5b8 solid 10px;
  border-color: transparent transparent transparent #4eb5b8;
  position: absolute;
  top: calc(50% - 8px);
  left: 0;
}
#contact .formTable .form_asset dl dt span {
  margin-left: 10px;
  font-size: 60%;
  color: #ffffff;
  background: #cc3333;
  padding: 3px 5px;
  border-radius: 5px;
}
#contact .formTable .form_asset input[type="text"],
#contact .formTable .form_asset textarea {
  width: 100% !important;
  height: 40px;
  display: block;
  padding: 1% 2%;
  background: #fff;
  font-size: 80%;
  border: 2px solid #999999;
  line-height: 1.6;
}
#contact .formTable .form_asset select {
  width: 100% !important;
  height: 40px;
  display: block;
  padding: 1% 2%;
  background: #fff;
  font-size: 80%;
  border: 2px solid #999999;
  line-height: 1.6;
}
#contact .formTable .form_asset textarea {
  height: 120px;
}
@media screen and (max-width: 1081px) {
  #contact .formTable {
    margin: 6vw auto 0;
  }
  #contact .formTable .form_asset dl dt {
    font-size: calc(70vw / 32);
  }
}
#contact .formTable .form_asset button[type="submit"] {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  margin: auto;
  width: fit-content;
  min-height: 50px;
  background: #4eb5b8;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  border-radius: 6px;
  box-shadow: 0 6px 0 #ffd98000;
  position: relative;
  transition: all 0.3s ease 0s;
  cursor: pointer;
}
#contact .formTable .form_asset button:hover[type="submit"] {
  transform: translateY(6px);
  box-shadow: 0 0 0 #ffd98000;
  transition: all 0.3s ease 0s;
}
#contact .formTable .form_txt {
  margin: 20px auto 30px;
  font-size: 100%;
  text-align: center;
  line-height: 1.6;
}
#contact .formTable .form_asset .form_tyui {
  margin: 20px auto;
  font-size: 70%;
  line-height: 1.6;
}
#contact .formTable .form_asset .form_tyui a {
  display: inline !important;
}
@media screen and (max-width: 768px) {
  #contact .form {
    margin: 6vw auto 12vw;
  }
  #contact .formTable .form_asset {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    padding: 2vw 0 6vw;
  }
  #contact .form h3 {
    font-size: 140%;
    gap: 3vw;
  }
  #contact .formTable .form_asset input[type="text"],
  #contact .formTable .form_asset textarea {
    font-size: calc(80vw / 20);
    border: 2px solid #333333;
  }
  #contact .formTable .form_asset label {
    display: block;
    padding: 5px 0 0 0;
    font-size: 110%;
  }
  #contact .formTable .form_asset button[type="submit"] {
    width: fit-content;
    min-height: 60px;
    padding: 5px 40px 5px 40px;
  }
  #contact .formTable .form_asset dl {
    margin-bottom: 4vw;
  }
  #contact .formTable .form_asset dl dt {
    margin-bottom: 1vw;
    font-size: 110%;
  }
  #contact .from .formTable input[type="radio"] {
    margin-left: 0;
  }
}

#contact .form:nth-of-type(1) .cntns_hl3 .bgextend {
  border-bottom: 3px solid #009245;
  padding: 10px;
}
#contact .form:nth-of-type(1) .cntns_hl3::before,
#contact .form:nth-of-type(1) .cntns_hl3::after {
  background: url(../images/common/logo_il2.png) no-repeat center center;
  background-size: contain;
}
#contact .formTable #entryform.form_asset button[type="submit"] {
  background: #009245;
}
#contact .formTable #entryform.form_asset dl dt.list-beasic::before {
  border: #009245 solid 10px;
  border-color: transparent transparent transparent #009245;
}
#contact .form_hr {
  margin: 60px 0;
  width: 100%;
  height: 20px;
  background: url(../images/common/point_icon.png) repeat-x top left;
  background-size: auto 100%;
}
/* privacy */
#contact .privacy_box {
  width: 80%;
  height: 36vh;
  max-height: 360px;
  overflow-y: scroll;
  max-width: 1075px;
  margin: 0 auto;
  padding: 30px 50px;
  background: #fdfdfc;
  border: 2px solid #40505b;
  position: relative;
  z-index: 0;
}
#contact .privacy_box > * {
  font-size: 80%;
  line-height: 1.4 !important;
}
#contact .privacy_box h3 {
  width: fit-content;
  font-size: 120%;
  margin: 10px auto 20px;
  padding-bottom: 10px;
  font-weight: bold;
  text-align: center;
  color: #4eb5b8;
  border-bottom: 4px solid #00a99d;
  position: relative;
}
#contact .privacy_box h3::after {
  content: "";
  width: 60px;
  height: 4px;
  background: #40505b;
  position: absolute;
  bottom: -4px;
  left: calc(50% - 30px);
  margin: 0 auto;
}
#contact .privacy_box p {
  margin-bottom: 30px;
  text-indent: 20px;
}
#contact .privacy_box dl dt {
  font-weight: bold;
}
#contact .privacy_box dl dd {
  line-height: 1.8;
  margin: 10px 0 40px;
  text-indent: 20px;
}
#contact .privacy_box dl dd ul {
  margin: 10px 0;
  text-indent: 0;
}
#contact .privacy_box dl dd ul li {
  margin-bottom: 10px;
}
#contact .privacy_box dl dd ul li.list-beasic::before {
  top: 5px;
}
@media screen and (max-width: 1081px) {
  #contact .privacy_box {
    width: 90%;
    margin: 0 auto 0;
    height: 42vh;
    min-height: 280px;
    padding: 6vw 6vw;
    font-size: calc(80vw / 42);
    overflow: scroll;
    z-index: 0;
  }
  #contact .privacy_box p,
  #contact .privacy_box dl dd {
    line-height: 1.6;
  }
}
@media screen and (max-width: 768px) {
  #contact .privacy_box {
    width: 90%;
    overflow: scroll;
    margin-bottom: 25vw;
    padding: 6vw 6vw 0;
    border: 2px solid #40505b;
    font-size: calc(68vw / 18);
  }
  #contact .privacy_box dl dd {
    line-height: 1.6;
  }
  #contact .privacy_box h3 {
    margin-bottom: 20px;
    font-size: calc(68vw / 16);
  }
}

/* thanks */
#contact #thanks .form .formTable {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 0 0 30px;
}
#contact #thanks .form .formTable .thanks p {
  margin-bottom: 30px;
}
#contact #thanks .cotns_box {
  background: #ffffff url(../images/index/mv_bg.png) no-repeat bottom 2% left 2%;
  background-size: 30%;
}
@media screen and (max-width: 768px) {
  #contact #thanks .form .formTable {
    padding: 0 0 3vw;
  }
}

/* news.php topick */
#news .topick_list li {
  background: #ffffff;
  padding: 20px;
  margin-bottom: 30px;
  position: relative;
}
#news .topick_list li::after {
  content: "";
  display: block;
  width: 100%;
  height: 6px;
  background-image: linear-gradient(90deg, #4eb5b8 10%, #b4d246 10%);
  position: absolute;
  bottom: 0;
  left: 0;
}
#news .topicks_item {
  display: flex;
  gap: 30px;
}

#news .topick_list .news_ttl {
  position: relative;
  font-size: 1.4em;
  margin: 10px auto 0;
  padding: 5px 15px 5px 1.5em;
}
#news .topick_list .news_ttl::after {
  content: "";
  display: block;
  width: 1.2em;
  height: 1.2em;
  background: url(../images/common/logo_il.png) no-repeat center center;
  background-size: contain;
  position: absolute;
  bottom: 0;
  left: 0;
}
#news .topick_list .topicks_item {
  width: fit-content;
  margin: 5px 0 5px auto;
}
#news .topick_list .topicks_item a {
  color: #4eb5b8;
}

#news .topicks_item .thumbNailWrap {
  width: 30vw;
  height: 30vw;
  max-width: 160px;
  max-height: 140px;
  overflow: hidden;
  flex-shrink: 0;
}
#news .topicks_item .thumbNailWrap a:hover {
  opacity: 0.8;
  transition: all 0.3s;
}
#news .topicks_item .thumbNailWrap img {
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 100%;
}
#news .topicks_item .comment {
  flex: 1 0 0;
}
#news .topicks_item .readme {
  align-self: flex-end;
}
#news .topicks_item .readme a {
  color: #ff8800;
}
@media screen and (max-width: 1081px) {
}
@media screen and (max-width: 768px) {
  #news .topicks_item {
    flex-wrap: wrap;
    gap: 10px;
  }
  #news .topicks_item .thumbNailWrap {
    width: 60vw;
    height: 40vw;
    max-width: none;
    max-height: none;
    margin: auto;
  }
  #news .topicks_item .comment {
    flex: 0 0 100%;
  }
}

/* news-detail.php detail */
#news .detail_box {
  padding: 80px 0;
}
#news .detail_box .pNav {
  border-bottom: 1px dotted #333333;
  padding-bottom: 5px;
}
#news .detail_box .pNav a {
  color: #4eb5b8;
}
#news .news_ttl {
  position: relative;
  font-size: 1.4em;
  padding-bottom: 15px;
  margin-top: 10px;
  margin-bottom: 30px;
}
#news .news_ttl::after {
  content: "";
  display: block;
  width: 100%;
  height: 6px;
  background-image: linear-gradient(90deg, #4eb5b8 10%, #b4d246 10%);
  position: absolute;
  bottom: 0;
  left: 0;
}
#news .news_ttl:hover a {
  color: #4eb5b8;
  transition: all 0.3s;
}
#news #detail {
  margin-bottom: 60px;
}
#news #detail img {
  width: auto;
  max-width: 620px;
}
#news #detail .detailText {
  padding: 10px;
  line-height: 1.8;
}
#news #detail .main_btn {
  margin: 60px auto 0;
}
#news #detail strong {
  font-size: 125%;
}
#news #detail small {
  font-size: 80%;
}
#news #detail u {
  text-decoration: none;
  border-bottom: 2px #ff880055 solid;
}

/* タブレット用のスタイル */
@media screen and (max-width: 1081px) {
}
/* スマートフォン用のスタイル */
@media screen and (max-width: 768px) {
  #news #detail img {
    width: auto;
    max-width: 80%;
  }
}
@media screen and (max-width: 430px) {
}
