@charset "utf-8";
/*共通CSS*/

/*---contents parts---*/
:root {
  --black: #5E5E5E;
  --red: #FF5B2C;
  --primary: #38A1DB;
  --primary_sub: #65B4E0;
  --green: #9EC656;
  --primary_bg01: #EBF6F7;
  --primary_bg02: #C6E8D7;
  --primary_bg03: #F5FAE6;
  --notes: #A3A3A3;
  --line: #EAEAEA;
}
body {
  font-size: 16px;
  line-height: 1.8;
  font-family: 'Zen Maru Gothic','YuGothic','Yu Gothic','游ゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo',sans-serif;
  color: var(--black);
}
.roboto {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}
main {
  position: relative;
  z-index: 1;
}
section {
  margin-bottom: 100px;
}
.con {
  display: block;
  width: 95%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
.wrap {
  width: 95% ;
  max-width: 1000px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
}
.flex_all {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.flex_all.start {
  justify-content: flex-start;
}
.col_50 > * {
  flex: 0 0 48%;
}
.col_30 > figure {
  flex: 0 0 30%;
}
.col_30 > .text {
  flex: 0 0 65%;
}
.flex_rev {
  flex-direction: row-reverse;
}
.title {
  line-height: normal;
}
.title01_con {
  position: relative;
  width: 100%;
  height: 300px;
  padding-top: 45px;
  padding-bottom: 45px;
  margin-bottom: 120px;
  background-image: url(../img/common/bg_img01.jpg);
  background-position:center;
  background-size: cover;
  background-repeat: no-repeat;
}
.title01 {
  color: var(--green);
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  text-shadow:2px 2px 0 #FFF, -2px -2px 0 #FFF,
    -2px 2px 0 #FFF, 2px -2px 0 #FFF,
    0px 2px 0 #FFF,  0-2px 0 #FFF,
    -2px 0 0 #FFF, 2px 0 0 #FFF;
}
.title01_con .title01 {
  width: 100%;
  position: absolute;
  bottom: 25%;
  left: 50%;
  transform: translateX(-50%);
}
.title01_con .title01 span{
  position: relative;
  padding: 0 60px;
}
.title01_con .title01 span::before,
.title01_con .title01 span::after {
  content: '';
  width: 55px;
  height: 55px;
  position: absolute;
  background: url(../img/common/dec_leaf_g.svg) no-repeat;
  background-size: contain;
}
.title01_con .title01 span::before {
  right: 0;
  top: -10px;
  transform: rotate(180deg);
}
.title01_con .title01 span::after {
  left: 0;
  bottom: -10px;
}
.title02 {
  position: relative;
  color: var(--primary);
  font-weight: 400;
  font-size: 30px;
  font-weight: 500;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 80px;
  background-color: var(--primary_bg01);
}
.title02::before {
  content: '';
  display: inline-block;
  width: 50px;
  height: 40px;
  position: absolute;
  top: 50%;
  transform: translate(-50%,-50%);
  left: 40px;
  text-align: center;
  background-image: url(../img/common/dec_log_b.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.title03 {
  color: var(--primary);
  font-size: 24px;
  padding-bottom: 10px;
  border-bottom: 1px solid;
  margin-top: 30px;
  margin-bottom: 20px;
  line-height: normal;
}
.link {
  text-decoration: underline;
}
.link:hover {
  opacity: .6;
}
.link01 {
  color: var(--green);
  padding-left: 1.5em;
  padding-right: 2px;
  border-bottom: 1px solid;
}
.link01:hover {
  opacity: .6;
}

/*矢印*/
.link01,.link02 {
  position: relative;
}
.link01::after,
.link02::after {
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  border-radius: 50%;
  transition: all .5s;
}
.link01::before,
.link02::before {
  content: '';
  width: 7px;
  height: 7px;
  position: absolute;
  top: 50%;
  left: 22px;
  border-top: 1px solid;
  border-right: 1px solid;
  transform: translateY(-50%)rotate(45deg);
  transition: all .5s;
}
.link01::after {
  left: 0;
  border: 1px solid var(--green);
}
.link01::before {
  left: 5px;
  color: var(--green);
}
.link02::after {
  left: 15px;
  border: 1px solid #fff;
}
.link02::before {
  left: 20px;
  color: #fff;
}
/*矢印-end-*/

.link02 {
  width: 100%;
  max-width: 800px;
  color: #fff;
  border-radius: 5px;
  background-color: var(--primary_sub);
  padding: 10px 10px 10px 50px;
  font-size: 20px;
}
.link02:hover {
  background-color: var(--primary_bg01);
  color: var(--primary);
}
.link02:hover::after {
  border: 1px solid var(--primary_sub);
  transition: all .5s;
}
.link02:hover::before {
  color: var(--primary_sub);
  transition: all .5s;
}
.blank {
  position: relative;
}
.blank::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  transform: translateY(-50%);
  right: -2em;
  background:url(../img/common/ic_blank.svg) no-repeat;
  background-size: contain;
  transition: all 0.5s;
}
ul.ul01 > li {
  position: relative;
  margin-bottom: 0.5em;
  padding-left: 30px;
}
ul.ul01 li:last-of-type {
  margin-bottom: 0;
}
.ul01 > li::before {
  content: "";
  position: absolute;
  width: 17px;
  height: 17px;
  left: 5px;
  border-radius: 50%;
  top: .95em;
  transform: translateY(-50%);
  background-color: var(--primary_bg01);
}
.ul01.start > li {
  margin-right: 3em;
}
.ul_notice {
  margin-left: 20px;
}
.ul_notice > li {
  position: relative;
}
.ul_notice > li::before {
  content: "※";
  position: absolute;
  width: 25px;
  height: 23px;
  left: -20px;
}
.table01 {
  display: table;
  width: 100%;
  color: var(--primary);
}
.table01 tbody th.roboto {
  font-weight: 400;
}
.table01 th,.table01 td {
  display: table-cell;
  vertical-align: middle;
  padding: 15px 5px;
  text-align: center;
  border: 1px solid var(--primary);
  line-height: 1.2;
}
.table01 thead {
  font-weight: 500;
  background-color: var(--primary_bg01);
}
.table01 tbody th {
  width: 25%;
}
.table02 {
  width: 100%;
}
.table02 th,.table02 td {
  padding: 10px;
  border: 1px solid var(--line);
}
.table02 th {
  width: 20%;
}
.div_schedule .table01 tbody th {
  width: 25%;
}
.dl01 {
  width: 100%;
}
.dl01 dt {
  position: relative;
  float: left;
  clear: left;
  margin-right: 5px;
  min-width: 4.5em;
  padding-right: 10px;
}
.dl01 dd {
  margin-left: 4.5em;
}
.dec_img01 span.dec {
  position: relative;
  padding: 0 30px 30px;
}
.dec_img01 span.dec::before {
  content: '';
  width: 50%;
  height: 50%;
  position: absolute;
  right: 15px;
  bottom: 15px;
  border-right: 1px solid var(--primary_bg02);
  border-bottom: 1px solid var(--primary_bg02);
}
.dec_img01 span.dec::after {
  content: '';
  width: 110px;
  height: 100px;
  position: absolute;
  right: -15px;
  bottom: -15px;
  background: url(../img/common/dec_leaf_b.svg) no-repeat;
  background-size: contain;
}
.dec_img02 .dec {
  padding: 30px;
  background-image: url(../img/common/bg_img01.jpg);
  background-position:center;
  background-size: cover;
  background-repeat: no-repeat;
}
.dec_img02 img {
  border: 10px solid #fff;
}
.topics01 {
  padding: 20px;
  border: 1px solid;
}
.topics01 .headline {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 1em;
}
.topics01 .text {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

/*個別投稿ページのCSSはnews.cssに記載*/
.news_list {
  background-image: linear-gradient(to right, rgba(94, 94, 94, 0.40) 2px, transparent 2px);
  background-size: 5px 2px;
  background-repeat: repeat-x;
  background-position: left bottom;
}
.news_list > a {
  padding: 1em .5em;
}
.news_list .text {
  width: 100%;
}
.news_list .category {
  width: 100px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 50px;
  margin: 0 30px;
  color: #fff;
  font-size: .8em;
}
.news_list .category.news {
  background-color: var(--green);
}
.news_list .category.recruit {
  background-color: #DB7238;
}
.news_list .category.holiday {
  background-color: var(--primary_sub);
}
/*アコーディオン*/
.accordion_title:not(:first-of-type) {
  margin-top: 1.5em;
}
.accordion_title {
  position: relative;
  margin-bottom: 0;
  border-bottom: 1px solid var(--line);
  color: var(--primary);
  display: block;
  padding-left: 2em;
  padding-right: 30px;
  padding-bottom: 10px;
  line-height: normal;
  opacity: 1;
  -webkit-position: relative;
  -webkit-margin-top: 1.5em;
  -webkit-margin-bottom: 0;
  -webkit-border-bottom: 1px solid var(--line);
  -webkit-display: block;
  -webkit-opacity: 1;
}
.accordion_title.selected {
  color: var(--green);
}
.accordion_title:before{
  content: "Q";
  width: 2em;
  display: inline-block;
  position: absolute;
  left: 0px;
  top: 0;
  text-align: center;
  font-weight: 400;
}
.accordion_title:hover {
  cursor: pointer;
}
.accordion_box {
  margin-top: -1px;
  padding: 1em;
  background-color: var(--primary_bg03);
  display: none;
}
.accordion_title .toggle_btn {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 30px;
  height: 30px;
}
.accordion_title .toggle_btn:before,
.accordion_title .toggle_btn:after {
  display: block;
  content: '';
  background-color: var(--black);
  position: absolute;
  width: 12px;
  height: 1px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s;
  opacity: 1;
}
.accordion_title .toggle_btn:before {
  width: 1px;
  height: 12px;
}
.accordion_title.selected .toggle_btn::before,
.accordion_title.selected .toggle_btn::after {
  background-color: var(--green);
}
.accordion_title.selected .toggle_btn::before {
  transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  top: 9px;
}
.accordion_title.selected .toggle_btn::after {
  opacity: 0;
}
/*modaal*/
.modaal_btn:hover {
  opacity: .6;
}
/*色、背景*/
.white {
  color: #fff;
}
.black {
  color: var(--black);
}
.red {
  color: var(--red);
}
.primary {
  color: var(--primary);
}
.primary_sub {
  color: var(--primary_sub);
}
.green {
  color: var(--green);
}
.notes {
  color: var(--notes);
}
.bgcw {
  background-color: #fff;
}
.bgcb {
  background-color: var(--black);
}
.bgcp {
  background-color: var(--primary);
}
.bgcg_sub {
  background-color: var(--primary_sub);
}
.bgcg {
  background-color: var(--green);
}
.bgcp_bg01 {
  background-color: var(--primary_bg01);
}
.bgcp_bg02 {
  background-color: var(--primary_bg02);
}
.bgcp_bg03 {
  background-color: var(--primary_bg03);
}
.bg_img01 {
  width: 100%;
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url(../img/common/bg_img01.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.bcp {
  border-color: var(--primary);
}
.bcg {
  border-color: var(--green);
}
@media (min-width: 1367px) {
}

@media (max-width:1279px) {
  .title01_con .title01 {
    bottom: 35%;
  }
}
@media (min-width: 769px) {
  .flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .dl01 dt::after {
    content: ':';
    position: absolute;
    top: -2px;
    right: 0;
  }
  .news_list > a {
    display: flex;
  }
}
@media (max-width: 768px) {
  body {
    font-size: 16px;
  }
  .wrap {
    margin-top: 45px;
  }
  .title01,.title02 {
    font-size: 24px;
  }
  .div_title02 {
    padding-top: 80px;
    margin-bottom: 20px;
  }
  .h2_title_con {
    height: 250px;
  }
  .h2_title_con h2 {
    width: 95%;
    transform: none;
  }
  .h2_title_con::after {
    width: 60%;
  }
  .col_30 > figure {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .dl01 dt {
    background-color: var(--primary_bg01);
    text-align: center;
    padding: 0 3px;
    margin-right: 5px;
    min-width: 5em;
  }
  .dl01 dd {
    margin-bottom: .5em;
    margin-left: 5.5em;
  }
  .dec_img {
    text-align: center;
  }
  .news_list .category {
    width: 80px;
    height: 20px;
    line-height: 20px;
    margin: 0 10px;
  }
}
@media screen and (max-width: 480px) {
  .title01_con {
    height: 250px;
    margin-bottom: 80px;
  }
  .title01_con .title01 {
    bottom: 22%;
  }
  .table02 {
    font-size: 0.8em;
    border: 1px solid var(--primary_bg01);
  }
  .table02 th {
    white-space: nowrap;
    width: 100%;
    background-color:  var(--primary_bg01);
    box-sizing: border-box;
  }
  .table02 th ,
  .table02 td {
    display: block;
    border: 1px solid var(--primary_bg01);
  }
}
/*---contents parts end---*/

/*---nav menu---*/
.header {
  background: rgba(255, 255, 255, 0.75);
  position: absolute;
  width: 100%;
  z-index: 100;
}
.header_con {
  position: relative;
}
.header_wrap {
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.header_logo {
  max-width: 330px;
  padding: 10px 10px 10px 20px;
} 
.header .pick_menu li {
  line-height: 1.3;
}
.header .pick_menu li * {
  transition: all 0.5s;
}
.header .pick_menu li a {
  padding: 10px;
}
.header .pick_menu li .ic {
  position: relative;
  display: inline-flex;
  align-items: center;
  background-color: #fff;
  border-radius: 50%;
  line-height: 50px;
  text-align: center;
}
.header .pick_menu li .ic::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.header .pick_menu li.contact .ic::before {
  background:url(../img/common/ic_mail.svg) no-repeat center;
  background-size: contain;
}
.header .pick_menu li.tel .ic::before {
  background:url(../img/common/ic_tel.svg) no-repeat center;
  background-size: contain;
}
.header .pick_menu li.tel .ic {
  margin-right: 20px;
  margin-left: 20px;
}
.header_menu {
  display: flex;
}
.footer .footer_top {
  padding: 15px;
}
.footer .footer_pickup li a {
  position: relative;
  min-width: 180px;
  height: 55px;
  line-height: 55px;
  border-radius: 5px;
  background-color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  text-shadow: 2px 2px 0 #FFF, -2px -2px 0 #FFF, -2px 2px 0 #FFF, 2px -2px 0 #FFF, 0px 2px 0 #FFF, 0-2px 0 #FFF, -2px 0 0 #FFF, 2px 0 0 #FFF;
  border: 1px solid #fff;
}
.footer .footer_pickup li a:hover {
  border: 1px solid  var(--green);
}
.footer .footer_pickup li a span {
  position: relative;
}
.footer .footer_pickup li a span::before {
  content: '';
  width: 50px;
  height: 50px;
  background: url(../img/common/dec_leaf_g.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -30px;
  opacity: .4;
}
.footer_con .right {
  width: 100%;
  max-width: 550px;
}
.footer_logo {
  max-width: 300px;
}
.footer_con {
  position: relative;
  margin-top: 45px;
  margin-bottom: 45px;
}
.footer_menu li {
  position: relative;
}
.footer_menu li:not(:last-of-type)::after {
  content: '';
  height: 10px;
  width: 1px;
  position: absolute;
  top: 0.6em;
  right: 0;
  background-color: var(--black);
}
.footer .copy_box {
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid var(--primary_bg02);
}

@media (min-width: 1367px) {
}
@media (min-width:1280px) {
  .header .pick_menu li.tel {
    background-color: var(--green);
    transition: all 0.5s;
  }
  .header .pick_menu li.tel a {
    display: flex;
    align-items: center;
    padding: 15px 40px 5px 10px;
  }
  .header .pick_menu li .ic {
    height: 30px;
    width: 30px;
  }
  .header .pick_menu li.contact .ic {
    height: 45px;
  }
  .header .pick_menu li.contact a {
    text-align: center;
  }
  .header .pick_menu li.tel .ic {
    height: 45px;
    width: 45px;
  }
  .header .pick_menu li .ic::before {
    width: 40px;
  }
  .header .pick_menu li.contact .ic::before {
    height: 34px;
  }
  .header .pick_menu li.tel .ic::before {
    height: 30px;
  }
  .header .pick_menu li.tel .text_pc {
    color: #fff;
    transition: all 0.5s;
  }
  .header_menu {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 360px;
  }
  .header_menu li {
    margin-right: 1em;
  }
}
@media (max-width:1279px) {
  main {
    padding-top: 86px;
  }
  .header_wrap {
    height: 86px;
  }
  .header .pick_menu li .ic {
    background-color: var(--primary_bg03);
    height: 45px;
    width: 45px;
  }
  .header .pick_menu li .ic::before {
    width: 30px;
    height: 30px;
  }
  .header .pick_menu li a {
    text-align: center;
  }
  .header_menu {
    width: 100%;
    margin: auto;
    border-top: 1px solid;
    border-bottom: 1px solid;
    justify-content: space-around;
  }
  .header_menu li:not(:last-of-type) {
    border-right: 1px solid;
  }
  .header_menu li {
    width: 100%;
    text-align: center;
  }
  .header_menu li a {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .header_menu li a:hover {
    background-color: var(--primary_bg01);
    opacity: 1;
  }
}
@media (min-width: 1025px) {
  .footer_con {
    margin-bottom: 30px;
  }
  .footer_menu {
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .footer_menu li {
    margin-right: 1em;
    padding-right: 1em;
  }
}
@media (max-width: 1024px) {
  .footer_con .left .footer_logo {
    width: 100%;
    max-width: 250px;
  }
  .footer_con {
    margin-bottom: 15px;
  }
  .footer_con .left {
    margin-bottom: 30px;
    text-align: center
  }
  .footer_con .right {
    margin: auto;
    width: 85%;
  }
  .footer_menu {
    margin-top: 20px;
  }
  .footer_menu li {
    text-align: center;
    flex: 0 0 25%;
  }
}

@media (min-width: 769px) {
  .footer .footer_pickup {
    display: flex;
    justify-content: flex-end;
  }
  .footer .footer_pickup li:not(:last-of-type) {
    margin-right: 15px; 
  }
}
@media (max-width: 768px) {
  .header_logo {
    width: 200px;
    padding: 5px;
  }
  .header .pick_menu li {
    font-size: 14px;
  }
  .header .pick_menu li a {
    padding: 10px 0;
  }
  .footer .footer_pickup li a {
    width: 100%;
  }
  .footer .footer_pickup li:not(:last-of-type) {
    margin-bottom: 15px; 
  }
}
@media screen and (max-width: 480px) {
  .header_menu {
    flex-wrap: wrap;
    border-bottom: none;
  }
  .header_menu li {
    flex: 0 0 50%;
    border-bottom: 1px solid;
  }
  .header_menu li:nth-of-type(2n) {
    border-right: none;
  }
  .header_menu li a {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
/*---nav menu end---*/